4-40
Cisco 3825 Mobile Wireless Edge Router Software Configuration Guide
OL-15667-03
Chapter 4 Configuring the Cisco 3825 Mobile Wireless Edge Router in a RAN-O Solution with the Command-Line
Configuration Sequence
For example, the following command specifies the ATM PVC interface with a VPI of 2and a VCI of 1:
Router(config-if)# pvc 2/1
Note PVC definitions should match those on the NodeB and use the following definitions:
NBAP signaling–use qsaal
ALCAP signaling–use qsaal
AAL2 bearer–use encapsulation aal0
All other PVCs should use encapsulation aal0
Class of service should be defined to match the NodeB PVC class of serv ice definitions. For
instance, if the NodeB has defined a PVC with CBR, the PVC on the Cisco 3825 router should
use the same CBR definitions.
OAM can be defined on the PVCs as well. If the NodeB has OAM enabled on its PVC, OAM
should be defined on the PVCs of the Cisco 3825 router as we ll.
Step 13 Configure the AAL and encapsulation type to AAL0 encapsulation.
Router(config-if)# encapsulation
aal-encap
Where aal-encap specifies the AAL and encapsulation type.
For example, the following command specifies the AAL as AAL0:
Router(config-if)# encapsulation aal0
Step 14 Perform Steps 12 and 13 to add another ATM PVC.
Step 15 To configure the local parameters required to establish an IP/UDP backhaul connection, enter the
following command including the IP address and port you want to establish the IP/UDP backhaul
connection from.
Router(config-if)# umts-iub local
ip-address port
For example, the following command configures the umts-iub local interface with an IP address and port
of 20.20.20.21 6666:
Router(config-if)# umts-iub local 20.20.20.21 6666
Step 16 To configure the remote parameters required to establish an IP/UDP backhaul connection, enter the
following command including the IP address and port you want to establish the IP/UDP backhaul
connection from.
Router(config-if)# umts-iub remote
ip-address port
For example, the following command configures the umts-iub remote interface with an IP address and
port of 20.20.20.20 6666:
Router(config-if)# umts-iub remote 20.20.20.20 6666
Step 17 Exit the interface configuration mode.
Router(config-if)# exit