Cisco 3825 User Manual

Page 81

Advertising
background image

4-23

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

port—Number of the port being configured.

channel-group—Specifies the E1 channel group number defined with the channel-group controller
configuration command.

For example, the following command enables the serial interface on VWIC-2/HWIC-2, port 0:

Router(config)# interface serial 0/1/0:0

Router(config-if)#

Note

To see a list of the configuration commands available to you, enter ? at the prompt or press the
Help key while in the configuration mode.

Step 7

Enter the following command to configure GSM-Abis interface encapsulation in the interface
configuration mode.

Router(config-if)# encapsulation gsm-abis

Where gsm-abis is the type of interface layer.

For example, the following command enables encapsulation on the GSM-ABIS interface layer:

Router(config-if)# encapsulation gsm-abis

Step 8

To configure the local parameters required to establish an Internet Protocol/User Datagram Protocol
(IP/UDP) backhaul connection, enter the following command including the IP address and port you want
to establish the IP/UDP backhaul connection from in the interface configuration mode.

Router(config-if)# gsm-abis local

ip-address port

Where:

ip-address—The IP address for the entry you wish to establish.

port—The port you want to use for the entry you wish to establish.

For example, the following command configures the gsm-abis local parameters to an IP address of
10.10.10.2 located on port 5502:

Router(config-if)# gsm-abis local 10.10.10.2 5502

Step 9

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 to in the interface configuration mode.

Router(config-if)# gsm-abis remote

ip-address port

Where:

ip-address—The IP address for the entry you wish to establish.

port—The port you want to use for the entry you wish to establish.

For example, the following command configures the gsm-abis remote parameters to an IP address of
10.10.10.1 located on port 5502:

Router(config-if)# gsm-abis remote 10.10.10.1 5502

Advertising