7-14
Optical Services Modules Installation and Configuration Note, 12.2SR
OL-9465-03
Chapter 7 Configuring the Channelized 12-port CT3/T1 Optical Services Modules
Configuring the Interfaces
Configuring Multilink PPP Minimum Links Mandatory
To configure the Multilink PPP Minimum Links Mandatory feature, use the following commands in
interface configuration mode:
This example shows how to configure the Multilink PPP Minimum Links Mandatory feature:
Router(config-if)#
ppp multilink
Router(config-if)#
multilink min-links 5 mandatory
For additional information about the Multilink PPP Minimum Links Mandatory feature, refer to this
URL:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121limit/121e/121
e11/12e_mlp.htm#xtocid0
The commands listed at this URL are all supported on the OSM-12CT3/T1, except the following:
•
multilink max-link
•
multilink load-threshold
•
multilink max-fragments
•
debug ppp multilink fragments
Verifying the Configuration
Use the
show ppp multilink
command to display information about the newly created multilink bundle:
Router#
show ppp multilink
Multilink1, bundle name is group1
Bundle is Distributed
0 lost fragments, 0 reordered, 0 unassigned, sequence 0x0/0x0 rcvd/sent
0 discarded, 0 lost received, 1/255 load
Member links:4 active, 0 inactive (max not set, min not set)
Serial1/0/0:1
Creating a Multilink Interface Example
Interface multilink1
ip address 100.0.0.1 255.255.255.0
interface serial6/12/1:0
no ip address
encapsulation ppp
Command
Purpose
Step 1
Router(config-if)#
ppp multilink
Enables Multilink PPP.
Step 2
Router(config-if)#
multilink min-links
links
mandatory
Specifies the required minimum number of links in a Multilink
PPP (MLP) bundle. If the minimum number of links in the MLP
bundle falls below the number specified by the
links
attribute, the
MLP bundle is disabled.
•
links
—Minimum number of links, in the range 0 to 12.
•
The
mandatory
keyword is required on the OSM-12CT3/T1.