Cisco 10000 User Manual

Page 449

Advertising
background image

19-31

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

Configuration Example for Adding ATM Links to an MLP Bundle

Example 19-3

shows how to add ATM links to an MLP bundle. In the example, the virtual template

named Virtual-Template 1 is applied to PVCs 0/34, 0/35, and 0/36. Each of these PVCs is assigned to
MLP bundle group 1. Notice that all of the member links have the same encapsulation type. The router
does not support member links with different encapsulation types.

Example 19-3 Adding ATM Links to an MLP Bundle

Router(config)# interface Multilink 1

Router(config-if)# ip address 10.6.6.1 255.255.255.0

Router(config-if)# ppp multilink

Router(config-if)# ppp multilink group 1

!

Router(config)# interface virtual-template1

Router(config-if)# ppp max-configure 110

Router(config-if)# ppp max-failure 100

Router(config-if)# ppp timeout retry 5

Router(config-if)# keepalive 30

Router(config-if)# no ip address

Router(config-if)# ppp multilink

!

Router(config)# interface atm 6/0/0

Router(config-if)# no ip address

Router(config-if)# hold-queue 4096 in

!

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

Router(config-if)# no ip address

Router(config-if)# pvc 0/34

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

Step 9

Router(config-if-atm-vc)# protocol ppp

virtual-template

number

Enables PPP sessions to be established over the ATM PVC
using the configuration from the virtual template you specify.
Use this command only if you specified aal5snap as the
encapsulation type and you are configuring MLP on multiple
VCs.

number is a nonzero number that identifies the virtual
template that you want to apply to this ATM PVC.

Step 10

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

group-number

Associates the PVC with an MLP bundle.

group-number is a nonzero number that identifies the
multilink group. Valid values are:

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).

The group-number must be identical to the specified
multilink-bundle-number of the MLP bundle to which you
want to add this link.

Command

Purpose

Advertising