23. Do one of the following:
• end
• or
• commit
24. Perform Step 1 through Step 23 on the remote end of the VLAN bundle connection.
25. show bundle Bundle-Ether bundle-id [reasons]
26. show ethernet trunk bundle-ether instance
DETAILED STEPS
PurposeCommand or Action
Enters XR configuration mode.configure
Example:
Step 1
RP/0/RP0/CPU0:router# configure
Creates and names a new Ethernet link bundle.
interface Bundle-Ether bundle-id
Step 2
Example:
This interface Bundle-Ether command enters you into
the interface configuration submode, where you can enter
RP/0/RP0/CPU0:router#(config)# interface
Bundle-Ether 3
interface-specific configuration commands. Use the exit
command to exit from the interface configuration submode
back to the normal XR configuration mode.
Assigns an IP address and subnet mask to the virtual
interface using the ipv4 address configuration
subcommand.
ipv4 address ipv4-address mask
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 address
10.1.2.3 255.0.0.0
Step 3
(Optional) Sets the minimum amount of bandwidth
required before a user can bring up a bundle.
bundle minimum-active bandwidth kbps
Example:
Step 4
RP/0/RP0/CPU0:router(config-if)# bundle
minimum-active bandwidth 580000
(Optional) Sets the number of active links required before
you can bring up a specific bundle.
bundle minimum-active links links
Example:
Step 5
RP/0/RP0/CPU0:router(config-if)# bundle
minimum-active links 2
(Optional) Designates one active link and one link in
standby mode that can take over immediately for a bundle
if the active link fails (1:1 protection).
bundle maximum-active links links
Example:
RP/0/RP0/CPU0:router(config-if)# bundle
maximum-active links 1
Step 6
The default number of active links allowed in
a single bundle is 8.
Note
Interface and Hardware Component Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
87
Configuring Link Bundling
Configuring Custom LACP Short Period Time Intervals