Configuration examples for configuring mlp – Cisco 10000 User Manual

Page 452

Advertising
background image

19-34

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 19 Configuring Multilink Point-to-Point Protocol Connections

Configuration Examples for Configuring MLP

Configuration Example for Changing the Endpoint Discriminator

Example 19-4

shows how to change the MLP endpoint discriminator from the default CHAP hostname

C-host1 to the hostname cambridge.

Example 19-4 Changing the Default Endpoint Discriminator

Router(config)# interface multilink 8

Router(config-if)# ip address 10.1.1.4 255.255.255.0

Router(config-if)# ppp chap hostname C-host1

Router(config-if)# ppp multilink endpoint hostname cambridge

Configuration Examples for Configuring MLP

This section provides the following configuration examples:

Configuration Example for Configuring MLP over Serial Interfaces, page 19-35

Configuration Example for Configuring Single-VC MLP over ATM, page 19-35

Configuration Example for Configuring Multi-VC MLP over ATM, page 19-36

Configuration Example for MLP on LNS, page 19-36

Configuration Example for MLPoE LAC Switching, page 19-37

Verifying and Monitoring MLP Connections, page 19-38

Command

Purpose

Router(config-if)# ppp multilink endpoint

{hostname | ip ip-address | mac lan-interface |

none

| phone telephone-number | string

char-string}

Overrides or changes the default endpoint discriminator the system
uses when negotiating the use of MLP with the peer system.

hostname indicates to use the hostname configured for the router.
This is useful when multiple routers are using the same username
to authenticate, but have different hostnames.

ip ip-address indicates to use the supplied IP address.

mac lan-interface indicates to use the specified LAN interface
whose MAC address is to be used.

none causes negotiation of the Link Control Protocol (LCP)
without requesting the endpoint discriminator option, which is
useful when the router connects to a malfunctioning peer system
that does not handle the endpoint discriminator option properly.

phone telephone-number indicates to use the specified telephone
number. Accepts E.164-compliant, full international telephone
numbers.

string char-string indicates to use the supplied character string.

Advertising