Adding A Frame Relay Member Link To A Mlp Bundle - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 16
Fragmenting and Interleaving Real-Time and Nonreal-Time Packets
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-if)# exit
Router(config)# interface atm 4/0/0
Router(config-if)# hold-queue 4096 in
Router(config-if)# interface atm 4/0/0.1 point-to-point
Router(config-subif)# pvc 1/33
Router(config-if-atm-vc)# vbr-nrt 128 128 1
Router(config-if-atm-vc)# encapsulation aal5snap
Router(config-if-atm-vc)# protocol ppp virtual-template1
Router(config-if-atm-vc)# ppp multilink group 10000

Adding a Frame Relay Member Link to a MLP Bundle

You can configure only one member link per MLP bundle for MLP over Frame Relay-based LFI.
To add a Frame Relay member link to a MLP bundle, enter the following commands beginning in global
configuration mode:
Command
Step 1
Router(config-if)# interface serial
slot/module/port
Step 2
Router(config-if)# hold-queue length {in |
out}
Step 3
Router(config-if)# ppp chap hostname hostname
OL-7433-09
Multilink PPP-Based Link Fragmentation and Interleaving
Purpose
Configures or modifies the interface you specify and enters
interface configuration mode.
Limits the size of the IP output queue on an interface. We
recommend that you configure this command on all physical
interfaces.
length is a number that specifies the maximum number of
packets in the queue. Valid values are from 0 to 4096. We
recommend 4096 packets for all line cards. By default, the
input queue is 75 packets and the output queue is 40 packets.
in specifies the input queue.
out specifies the output queue.
(Optional) Identifies the hostname sent in the Challenge
Handshake Authentication Protocol (CHAP) challenge.
hostname is the name of the bundle group. This is the unique
identifier that identifies the bundle.
Note
If more than one bundle transmits packets to a peer
system, use this command to distinguish the bundle.
If you configure this command on the bundle and its
member links, specify the same identifier for both the
bundle and the member links.
Cisco 10000 Series Router Quality of Service Configuration Guide
16-33

Advertisement

Table of Contents
loading

Table of Contents