-
- Watchdog Commands on Cisco IOS XR Software
- SONET Controller Commands on Cisco IOS XR Software
- T3, E3, T1, E1 Controller Commands on Cisco IOS XR Software
- Dense Wavelength Division Multiplexing Commands on Cisco IOS XR Software
- Global Interface Commands on Cisco IOS XR Software
- Management Ethernet Interface Commands on Cisco IOS XR Software
- Ethernet Interface Commands on Cisco IOS XR Software
- Packet-over-SONET Interface Commands on Cisco IOS XR Software
- PPP Commands on Cisco IOS XR Software
- Link Bundling Commands on Cisco IOS XR Software
- Serial Interface Commands on Cisco IOS XR Software
- 802.1Q VLAN Subinterface Commands on Cisco IOS XR Software
- Multilink Commands on Cisco IOS XR Software
- SRP Commands on Cisco IOS XR Software
- ARP Commands on Cisco IOS XR Software
- CEF Commands on Cisco IOS XR Software
- DHCP Commands on Cisco IOS XR Software
- Host Services and Applications Commands on Cisco IOS XR Software
- LPTS Commands on Cisco IOS XR Software
- Network Stack Commands on Cisco IOS XR Software
- Transport Stack Commands on Cisco IOS XR Software
- MPLS Forwarding Commands on Cisco IOS XR Software
- Authentication, Authorization and Accounting Commands on Cisco IOS XR Software
- Management Plane Protection Commands on Cisco IOS XR Software
- Software Authentication Manager Commands on Cisco IOS XR Software
- Boot Commands on Cisco IOS XR Software
- CDP Commands on Cisco IOS XR Software
- Configuration Management Commands on Cisco IOS XR Software
- File System Commands on Cisco IOS XR Software
- Software Entitlement Commands on Cisco IOS XR Software
- NTP Commands on Cisco IOS XR Software
- Process and Memory Management Commands on Cisco IOS XR Software
- Software Package Management Commands on Cisco IOS XR Software
- SNMP Server Commands on Cisco IOS XR Software
- Terminal Services Commands on Cisco IOS XR Software
- Object Tracking Commands on Cisco IOS XR Software
-
- ATM Commands on Cisco IOS XR Software
- Frame Relay Service Configuration Commands on Cisco IOS XR Software
- NetFlow Commands on Cisco IOS XR Software
- Access Lists Commands on Cisco IOS XR Software
- HSRP Commands on Cisco IOS XR Software
- Prefix List Commands on Cisco IOS XR Software
- VRRP Commands on Cisco IOS XR Software
- Virtual Private LAN Services Commands on Cisco IOS XR Software
- Virtual Private Network Commands on Cisco IOS XR Software
- Multicast Routing and Forwarding Commands on Cisco IOS XR Software
- Lawful Intercept Commands on Cisco IOS XR Software
-
- Internal Ethernet Control Network Commands on Cisco IOS XR Software
- Inter-rack Switch Control Network Commands on Cisco IOS XR Software
- Null Interface Commands on Cisco IOS XR Software
- Clock Commands on Cisco IOS XR Software
- Utility Commands on Cisco IOS XR Software
- Alarm Management and Logging Correlation Commands on Cisco IOS XR Software
- Logging Services Commands on Cisco IOS XR Software
- Onboard Failure Logging Commands on Cisco IOS XR Software
-
- Bidirectional Forwarding Detection Commands on Cisco IOS XR Software
- BGP Commands on Cisco IOS XR Software
- EIGRP Commands on Cisco IOS XR Software
- IS-IS Commands on Cisco IOS XR Software
- OSPFv3 Commands on Cisco IOS XR Software
- OSPF Commands on Cisco IOS XR Software
- Routing Policy Commands on Cisco IOS XR Software
- RIB Commands on Cisco IOS XR Software
- RIP Commands on Cisco IOS XR Software
- Static Routing Commands on Cisco IOS XR Software
-
- Internet Key Exchange Security Protocol Commands for Cisco IOS XR Software
- IPSec Network Security Commands on Cisco IOS XR Software
- Keychain Management Commands on Cisco IOS XR Software
- Public Key Infrastructure Commands on Cisco IOS XR Software
- Secure Shell Commands on Cisco IOS XR Software
- Secure Socket Layer Commands on Cisco IOS XR Software
Multilink Commands on Cisco IOS XR Software
This module contains commands for configuring multilink interfaces on Cisco IOS XR software.
bundle
To create a multilink interface bundle, use the bundle command in the interface configuration mode. To remove a multilink interface bundle, use the no form of this command.
bundle bundleID
Syntax Description
bundleID |
ID number of the multilink interface bundle. Range is from 1 through 1023. |
Defaults
No default behavior or values
Command Modes
Interface configuration
Command History
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
The bundle command is used in mgmtmultilink controller mode to dynamically create a multilink interface. This command is similar to the channel-group command on the T1 controller, which dynamically creates a serial interface.
|
|
|
|---|---|
sonet-sdh |
read, write |
Examples
The following example shows how to create a multilink interface with a bundle ID of 1:
RP/0/0/CPU0:router# configure
RP/0/0/CPU0:router(config)# controller mgmtmultilink 0/1/0/0
RP/0/0/CPU0:router(config-mgmtmultilink)# bundle 1
RP/0/0/CPU0:router(config-mgmtmultilink)# commit
Related Commands
controller MgmtMultilink
To configure a controller for a generic multilink bundle and enter MgmtMultilink configuration mode, use the controller MgmtMultilink command in global configuration mode. To return to the default state, use the no form of this command.
controller MgmtMultilink interface-path-id
no controller MgmtMultilink interface-path-id
Syntax Description
Defaults
No default behavior or values
Command Modes
Global configuration
Command History
|
|
|
|---|---|
Release 3.6.0 |
This command was introduced on the Cisco CRS-1 router and Cisco XR 12000 Series Router. |
Release 3.7.0 |
No modification. |
Release 3.8.0 |
No modification. |
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
For the interface-path-id argument, use the following guidelines:
•
If specifying a physical interface, the naming notation is rack/slot/module/port. The slash between values is required as part of the notation. An explanation of each component of the naming notation is as follows:
–
rack: Chassis number of the rack.
–
slot: Physical slot number of the line card.
–
module: Module number. A physical layer interface module (PLIM) is always 0.
–
port: Physical port number of the interface.
•
If specifying a virtual interface, the number range varies, depending on interface type.
|
|
|
|---|---|
interface |
read, write |
Examples
The following example shows how to enter the MgmtMultilink configuration mode :
RP/0/RP0/CPU0:router# config
RP/0/RP0/CPU0:router(config)# controller MgmtMultilink 0/1/0/0
RP/0/RP0/CPU0:router(config-mgmtmultilink)#
Related Commands
|
|
|
|---|---|
Displays information about a management multilink controller. |
interface Multilink
To configure a multilink interface and enter multilink interface configuration mode, use the interface multilink command in global configuration mode. To delete the interface configuration, use the no form of this command. To return to the default state, use the no form of this command.
interface multilink interface-path-id/bundleId.subinterface type [point-to-point | l2transport ]
no interface multilink interface-path-id/bundleId.subinterface type [point-to-point | l2transport ]
Syntax Description
Defaults
No interfaces are configured.
Command Modes
Global configuration
Command History
|
|
|
|---|---|
Release 3.6.0 |
This command was introduced on the Cisco CRS-1 router and the Cisco XR 12000 Series Router. |
Release 3.7.0 |
No modification. |
Release 3.8.0 |
No modification. |
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
For the interface-path-id argument, use the following guidelines:
•
If specifying a physical interface, the naming notation is rack/slot/module/port. The slash between values is required as part of the notation. An explanation of each component of the naming notation is as follows:
–
rack: Chassis number of the rack.
–
slot: Physical slot number of the line card.
–
module: Module number. A physical layer interface module (PLIM) is always 0.
–
port: Physical port number of the interface.
•
If specifying a virtual interface, the number range varies, depending on interface type.
|
|
|
|---|---|
interface |
read, write |
Examples
The following example shows how to enter interface configuration mode for multilink bundle interface:
RP/0/RP0/CPU0:router(config)# interface Multilink 0/1/0/0/100
RP/0/RP0/CPU0:router(config-if)#
The following example shows how to enter subinterface configuration mode for multilink bundle subinterface:
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# interface Multilink 0/1/0/0/100.16 point-to-point
RP/0/RP0/CPU0:router(config-subif)#
Related Commands
|
|
|
|---|---|
Displays statistics for all interfaces configured on the router or for a specific node. |
multilink
To enter the config-if-multilink submode, use the multilink command in the interface configuration mode.
multilink
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values
Command Modes
Interface configuration
Command History
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
For multilink interfaces, the multilink command provides access to the config-if-multilink submode to use the multilink fragment-size command. For serial interfaces, this command provides access to the config-if-multilink submode to use the group command.
Note
This command behaves similarly to the timeslots command. It is not be possible to enter this command or remove the multilink interface after the channel-group configuration is committed.
|
|
|
|---|---|
hdlc |
read, write |
Examples
The following example shows how to enter the config-if-multilink submode:
RP/0/0/CPU0:router# configure
RP/0/0/CPU0:router(config)# interface serial 0/1/0/0/1:0
RP/0/0/CPU0:router(config-if)# multilink
RP/0/0/CPU0:router(config-if-multilink)# group 1
RP/0/0/CPU0:router(config-if-multilink)# commit
Related Commands
multilink fragment-size
To set the Layer 2 fragmentation size for a multilink interface as opposed to the Layer 3 fragment size, which is controlled by the mtu command, use the multilink fragment-size command in interface configuration mode. To set the fragment size back to the default, no fragment size, use the no form of this command.
multilink fragment-size value
no multilink fragment-size value
Syntax Description
Defaults
The default is no multilink fragment-size, which means no fragmentation at Layer 2.
Command Modes
Interface configuration
Command History
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
|
|
|
|---|---|
hdlc |
read, write |
Examples
The following example shows how to set the fragment size to 128:
RP/0/0/CPU0:router# configure
RP/0/0/CPU0:router(config)# interface multilink 0/1/0/0/1
RP/0/0/CPU0:router(config-if)# multilink fragmentation-size 128
RP/0/0/CPU0:router(config-if)# commit
Related Commands
multilink group
To attach a serial interface to a multilink interface bundle, use the multilink group command in interface configuration mode. To remove a serial interface from a multilink interface bundle, use the no form of this command.
multilink group bundleID
no multilink group bundleID
Syntax Description
bundleID |
Bundle ID number of the multilink interface, in the format rack/slot/bay/controllerID/bundleID) |
Defaults
No default behavior or values
Command Modes
Interface configuration
Command History
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
|
|
|
|---|---|
hdlc |
read, write |
Examples
The following examples show how to attach a serial interface to a multilink interface bundle:
RP/0/0/CPU0:router# configure
RP/0/0/CPU0:router(config)# interface serial 0/1/0/0/1:0
RP/0/0/CPU0:router(config-if)# multilink group 1
RP/0/0/CPU0:router(config-if)# commit
or
RP/0/0/CPU0:router# configure
RP/0/0/CPU0:router(config)# interface serial 0/1/0/0/1:0
RP/0/0/CPU0:router(config-if)# multilink
RP/0/0/CPU0:router(config-if-multilink)# group 1
RP/0/0/CPU0:router(config-if-multilink)# commit
Related Commands
multilink interleave
To enable interleave on a multilink interface, use the multilink interleave command in interface configuration mode.
multilink interleave
Syntax Description
This command has no arguments or keywords.
Defaults
The default is no interleave.
Command Modes
Interface configuration
Command History
|
|
|
|---|---|
Release 3.5.0 |
This command was introduced on the Cisco XR 12000 Series Router. |
Release 3.6.0 |
No modification. |
Release 3.7.0 |
No modification. |
Release 3.8.0 |
No modification. |
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
Link Fragmentation and Interleaving (LFI) is designed for MLPPP interfaces and is required when integrating voice and data on low-speed interfaces that run at less than 768 Kbps.
Link Fragmentation and Interleaving (LFI) provides stability for delay-sensitive traffic, such as voice or video, traveling on the same circuit as data. Voice is susceptible to increased latency and jitter when the network processes large packets on low-speed interfaces that run at less than 768 Kbps. LFI reduces delay and jitter by fragmenting large datagrams and interleaving them with low-delay traffic packets.
|
|
|
|---|---|
hdlc |
read, write |
Examples
The following examples show how to enable interleave on a multilink interface.
RP/0/0/CPU0:router# configuration
RP/0/0/CPU0:router#(config)# interface multilink 0/1/0/0/1
RP/0/0/CPU0:router#(config-if)# multilink interleave
RP/0/0/CPU0:router#(config-if)# commit
or
RP/0/0/CPU0:router# configuration
RP/0/0/CPU0:router#(config)# interface multilink 0/1/0/0/1
RP/0/0/CPU0:router#(config-if)# multilink
RP/0/0/CPU0:router#(config-if-multilink)# interleave
RP/0/0/CPU0:router#(config-if-multilink)# commit
Related Commands
|
|
|
|---|---|
Enters the multilink configuration submode. |
|
Sets the fragment size to be used on the multilink interface. |
ppp multilink minimum-active links
To set the minimum number of active links required before the multilink interface line can be brought to the up state, use the ppp multilink minimum-active links command in global configuration mode.
ppp multilink minimum-active links value
Syntax Description
value |
Number of active links. The range is 1 through 12. |
Defaults
The default value is 1 active link.
Command Modes
Global configuration
Command History
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
When multiple links are active and one link goes down, the whole bundle goes down.
|
|
|
|---|---|
ppp |
read, write |
Examples
The following example shows how to set the minimum number of active links to 6:
RP/0/0/CPU0:router# configure
RP/0/0/CPU0:router(config)# interface Multilink 0/1/0/0/1
RP/0/0/CPU0:router(config-if)# ppp multilink minimum-active links 6
Related Commands
|
|
|
|---|---|
Sets the fragment size to be used on the multilink interface. |
|
Adds the serial interface to the multilink interface. |
|
Enters the config-if-multilink submode. |
show controller mgmtmultilink
To display information about the state and the number of bundles of a multilink controller, use the show controller mgmtmultilink command in EXEC mode.
show controllers mgmtmultilink interface-path-id
Syntax Description
Defaults
No default behavior or values
Command Modes
EXEC
Command History
|
|
|
|---|---|
Release 3.6.0 |
This command was introduced on the Cisco CRS-1 router and the Cisco XR 12000 Series Routers. |
Release 3.7.0 |
No modification. |
Release 3.8.0 |
No modification. |
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
For the interface-path-id argument, use the following guidelines:
•
If specifying a physical interface, the naming notation is rack/slot/module/port. The slash between values is required as part of the notation. An explanation of each component of the naming notation is as follows:
–
rack: Chassis number of the rack.
–
slot: Physical slot number of the line card.
–
module: Module number. A physical layer interface module (PLIM) is always 0.
–
port: Physical port number of the interface.
•
If specifying a virtual interface, the number range varies, depending on interface type.
|
|
|
|---|---|
interface |
read |
Examples
The following example shows how to display information for a management multilink controller:
RP/0/RP0/CPU0:Router# show controllers mgmtmultilink 0/1/0/0
Controller MgmtMultilink 0/1/0/0
State is up
Number of bundles: 0
Related Commands
|
|
|
|---|---|
Displays information about a multilink interface. |
show interfaces multilink
To display information about a multilink interface, use the show interfaces multilink command in EXEC mode.
show interfaces multilink interface-path-id
Syntax Description
Defaults
No default behavior or values
Command Modes
EXEC
Command History
|
|
|
|---|---|
Release 3.6.0 |
This command was introduced on the Cisco CRS-1 router and the Cisco XR 12000 Series Routers. |
Release 3.7.0 |
No modification. |
Release 3.8.0 |
No modification. |
Usage Guidelines
To use this command, your Cisco IOS XR software system administrator must assign you to a user group associated with a task group that includes the corresponding command task IDs. If you need assistance with your task group assignment, contact your system administrator. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of Cisco IOS XR System Security Configuration Guide.
For the interface-path-id argument, use the following guidelines:
•
If specifying a physical interface, the naming notation is rack/slot/module/port. The slash between values is required as part of the notation. An explanation of each component of the naming notation is as follows:
–
rack: Chassis number of the rack.
–
slot: Physical slot number of the line card.
–
module: Module number. A physical layer interface module (PLIM) is always 0.
–
port: Physical port number of the interface.
•
If specifying a virtual interface, the number range varies, depending on interface type.
|
|
|
|---|---|
interface |
read |
Examples
The following example shows how to display information about a multilink interface:
RP/0/RP0/CPU0:router# show interfaces multilink interface 0/1/0/0
Feedback