Removing a member link from an mlp bundle, Changing the default endpoint discriminator – Cisco 10000 User Manual

Page 451

Advertising
background image

19-33

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

Removing a Member Link from an MLP Bundle

To remove a member link from an MLP bundle, enter the following commands beginning in global
configuration mode:

Changing the Default Endpoint Discriminator

When the local system negotiates using MLP with the peer system, the default endpoint discriminator
value provided is the username that is used for authentication. The ppp chap hostname or ppp pap
sent-username
command is used to configure the username for the interface or the username defaults to
the globally configured hostname.

To change the default endpoint discriminator, enter the following command in interface configuration
mode:

Command

Purpose

Step 1

Router(config-if)# interface type number

Specifies the member link that you want to remove from the MLP
bundle. Enters interface 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)# no ppp multilink group

group-number

Removes the member link from the MLP group.

group-number is the number of the MLP group from which you
want to remove the member link.

Step 3

Router(config-if)# no ppp multilink

Disables multilink for the link.

Step 4

Router(config-if)# no ppp chap hostname

Removes PPP authentication.

Advertising