Moving a member link to a different mlp bundle – Cisco 10000 User Manual

Page 450

Advertising
background image

19-32

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 19 Configuring Multilink Point-to-Point Protocol Connections

Configuring MLP Bundles and Member Links

!

Router(config)# interface atm 6/0/0.2 point-to-point

Router(config-if)# no ip address

Router(config-if)# pvc 0/35

Router(config-if-atm-vc)# vbr-nrt 512 256 20

Router(config-if-atm-vc)# encapsulation aal5snap

Router(config-if-atm-vc)# protocol ppp Virtual-Template 1

Router(config-if-atm-vc)# ppp multilink group 1

!

Router(config)# interface ATM 6/0/0.3 point-to-point

Router(config-if)# no ip address

Router(config-if)# pvc 0/36

Router(config-if-atm-vc)# vbr-nrt 512 256 20

Router(config-if-atm-vc)# encapsulation aal5snap

Router(config-if-atm-vc)# protocol ppp Virtual-Template 1

Router(config-if-atm-vc)# ppp multilink group 1

Moving a Member Link to a Different MLP Bundle

To move a member link to a different MLP bundle, enter the following commands beginning in interface
configuration mode:

Command

Purpose

Step 1

Router(config)# interface type number

Specifies the interface that you want to move to a different MLP
bundle. Enters interface or subinterface configuration mode.

type specifies the type of interface (for example, ATM).

number specifies the interface number and is the
slot/module/port.subinterface number or the
slot/module/port.channel:controller-number of the interface (for
example, ATM 1/0/0.1).

Step 2

Router(config-if)# ppp chap hostname

hostname

(Optional) Identifies the hostname sent in the Challenge
Handshake Authentication Protocol (CHAP) challenge.

hostname is the name of the bundle group. This name uniquely
identifies the bundle.

Note

If you configure this command on the bundle and its
member links, specify the same identifier for both the
bundle and the member links.

Step 3

Router(config-if)# ppp multilink group

group-number

Moves this interface to the MLP bundle you specify.

group-number identifies the multilink group. Change this
group-number to the new MLP group group-number. Valid values
are:

MLP over Serial—1 to 9999 (Release 12.2(28)SB and later)
or from 1 to 9999 and 65,536 to 2,147,483,647
(Release 12.2(31)SB2 and later).

Single-VC MLP over ATM—10,000 and higher.

Multi-VC MLP over ATM—1 to 9999 (Release 12.2(28)SB
and later) or from 1 to 9999 and 65,536 to 2,147,483,647
(Release 12.2(31)SB2 and later).

Advertising