Vous êtes sur la page 1sur 4

OmniAccess Technical Training Lab Exercises

Lab 1 Initiation Level

WWAN NETWORKING 3G PRACTICE


This practice is design to review a basic configuration of WWAN networks.
Equipment/Software Required:
One ESR
One PC

Objective:
Familiarize the student with the operations of configuring and monitoring WWAN
technologies

Supported Platforms:
All

Lab Steps
WORKING/CERTIFIED Directory
Access from the console menu of the LAB consoles through telnet to the IPs of
the following table.
OA5710

OA5720

OA5725A (S/N
1231)
SIM P
S1
S2
PIN 2315
0048
1776
IP
172.16.1.2/24 172.16.1.3/24 172.16.1.4/24
Table 1
Connect using default parameters:
User: admin
Password: switch

Copyright 2007 Alcatel-Lucent


All Rights Reserved

Page 1 of 4

OA5725A (S/N
1231)
S3
9110
172.16.1.5/24

OmniAccess Technical Training Lab Exercises


Lab 1 Initiation Level

EXERCISE 1: Follow the following steps to configure a


3G WAN access.
Erase any previous configuration
No configuration
Configuring the ethernet interface:
Enter the lan interface:
network ethernet0/0
Configure the IP address according to table 1:
ip address 172.16.1.2 255.255.255.0
Configure the celularx/0 interface
List the cellular interfaces:
config
list device
Enter the celularx/0 interface to configure it:
network cellularx/0
Configure the sim pin according to the Table 1:
pin plain 1234
Leave it in the mode to force connection to the best available technology
network mode automatic
Configure the interface to support circuit (cs) or packet (ps) switch:
network domain cs+ps
End
exit
Configure the Call Profile for cellular connection:
Enter the profiles menu:
global-profiles dial
Generate a call profile called 3G:
profile 3G default
profile 3G dialout
Configure the apn: movistar.es for the 3G profile:
profile 3G 3gpp-apn movistar.es
The 3G profile ensures that any packet of any type is received every time it sends
100 out:
profile 3G 3gpp-accessibility-control traffic 100 all
End
exit
Copyright 2007 Alcatel-Lucent
All Rights Reserved

Page 2 of 4

OmniAccess Technical Training Lab Exercises


Lab 1 Initiation Level

Configure the PPP interface over cellular:


Generate the PPP interface with index 1:
add device ppp 1
Configure the PPP1 interface with an assigned IP. If the network asks for this, the
user movistar and key movistar are sent:
network ppp1
ppp
authentication sent-user movistar password movistar
ipcp local address assigned
Personalize the PPP protocol: does not learn routes through IPCP, it does not send
local LCP echoes:**
no ipcp peer-route
lcp echo-req off
exit
Associate the PPP interface to the celularx/1 base interface and 3G dial profile:
base-interface
base-interface cellularx/1 link
base-interface cellular1/1 profile 3G
exit
Configure the interface IP:
ip address unnumbered
exit
Configure the PPP asynchronous profile for cellular:
Enter the PPP profiles menu where you configure the LCP behavior in order to
allow asynchronous connections:
config
global-profiles ppp
Common profile** for a cellular interface:
lcp-options cellularx/1 default
lcp-options cellularx/1 acfc
lcp-options cellularx/1 pfc
lcp-options cellularx/1 accm 0
Final:
exit
Enable monitoring events:
Summary: Configuration of a debug through AT and PPP subsystems.
event
enable trace subsystem AT ALL
enable trace subsystem PPP ALL
exit
Copyright 2007 Alcatel-Lucent
All Rights Reserved

Page 3 of 4

OmniAccess Technical Training Lab Exercises


Lab 1 Initiation Level

Configure IP protocol
Configure a default route through the ppp1
protocol ip
route 0.0.0.0 0.0.0.0 ppp1
exit
Configure the Back option for configuration
Configure confirmation of the configuration after 2 minutes
confirm-cfg-needed timeout 2m
Save the configuration and restart
save y
(Ctrl+P)
restart

Copyright 2007 Alcatel-Lucent


All Rights Reserved

Page 4 of 4

Vous aimerez peut-être aussi