Configuring the ppp backhaul interfaces – Cisco 3825 User Manual

Page 77

Advertising
background image

4-19

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

Configuring the PPP Backhaul Interfaces

Use the following instructions to perform a basic backhaul interface configuration: enabling an interface,
configuring PPP encapsulation, enabling multilink PPP operation, and specifying an ID number for the
multilink interface. You might also need to enter other configuration commands, depending on the
requirements for your system configuration and the protocols you plan to route on the interface.

Note

In the following procedure, press the Return key after each step unless otherwise noted. At any time,
you can exit the privileged level and return to the user level by entering disable at the

Router#

prompt.

To continue the configuration of the backhaul links for the E1 controllers, follow these steps, while in
the global configuration mode:

Step 1

Configure the serial interface. Specify the E1 slot, subslot, port number, and channel-group.

Router(config)# interface serial

slot/subslot/port:channel-group

Where:

slot—Slot number of the interface.

subslot—Subslot number of the interface.

port—Port number of the interface.

channel-group—ID number to identify the channel group.

For example, the following command identifies the serial interface located in slot 0, subslot 0, port 0,
channel-group 0:

Router(config)# interface serial0/0/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 2

Do not assign an IP address and subnet mask to the interface.

Router(config-if)# no ip address

ip_address subnet_mask

Step 3

To configure PPP encapsulation, enter the following command:

Router(config-if)# encapsulation ppp

Step 4

Enable multilink PPP operation.

Router(config-if)# ppp multilink

Step 5

Specify an identification number for the multilink interface.

Router(config-if)# ppp multilink group

group-number

Where group-number is the multilink group number.

For example, the following command restricts (identifies) the multilink interface, 5, that can be
negotiated:

Router(config-if)# ppp multilink group 5

Advertising