16-28
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 16 Fragmenting and Interleaving Real-Time and Nonreal-Time Packets
Multilink PPP-Based Link Fragmentation and Interleaving
Configuration Example for Enabling MLP on a Virtual Template
Example 16-2
shows a sample configuration for enabling MLP on a virtual template.
Example 16-2 Enabling MLP on a Virtual Template
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)#
ip mroute-cache
Router(config-if)#
ppp authentication chap
Router(config-if)#
ppp multilink
Router(config-if)#
exit
Step 4
Router(config-if)#
ppp timeout retry
response-time
Sets the maximum time to wait for Point-to-Point Protocol
(PPP) negotiation messages.
response-time
specifies the maximum time, in seconds, to
wait for a response during PPP negotiation. We recommend
5 seconds.
Step 5
Router(config-if)#
keepalive
[
period
]
Enables keepalive packets to be sent at the specified time
interval to keep the interface active.
period
specifies a time interval, in seconds. The default is 10
seconds. We recommend 30 seconds.
Step 6
Router(config-if)#
no ip address
Removes an IP address.
Step 7
Router(config-if)#
ppp multilink
Enables MLP on the virtual template interface.
Step 8
Router(config-if)#
ppp multilink group
group-number
(MLP over FR only) Associates the interface with a MLP
bundle. Use this command only for MLP over
Frame-Relay-based LFI.
group-number
is a nonzero number that identifies the
multilink group. Valid values are from 10,000 and higher.
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