Link Bundling Usage: Example
This example shows how to configure interface membership in a bundle link:
1
Configure the configuration groups:
RP/0/RSP0/CPU0:router# show running group bundle1
group bundle1
interface 'GigabitEthernet0/1/0/1[1-6]'
bundle id 1 mode active
!
end-group
RP/0/RSP0/CPU0:router# show running | inc apply-group
Building configuration...
apply-group isis l2tr isis2 mpp bundle1
2
Check the local configuration:
RP/0/RSP0/CPU0:router# show running interface gigabitEthernet 0/1/0/11
interface GigabitEthernet0/1/0/11
!
RP/0/RSP0/CPU0:router# show running interface Bundle-Ether1
interface Bundle-Ether1
ipv4 address 108.108.1.1 255.255.255.0
bundle maximum-active links 10
bundle minimum-active links 5
!
3
Check the inheritance configuration view:
RP/0/RSP0/CPU0:router# show running inheritance interface GigabitEthernet 0/1/0/11
interface GigabitEthernet0/1/0/11
## Inherited from group bundle1
bundle id 1 mode active
!
4
Check that the inheritance configuration took effect:
RP/0/RSP0/CPU0:router# show interface Bundle-Ether1
Bundle-Ether1 is up, line protocol is up
Interface state transitions: 1
Hardware is Aggregated Ethernet interface(s), address is 0024.f71f.4bc3
Internet address is 108.108.1.1/24
MTU 1514 bytes, BW 6000000 Kbit (Max: 6000000 Kbit)
reliability 255/255, txload 0/255, rxload 0/255
Encapsulation ARPA,
Full-duplex, 6000Mb/s
loopback not set,
ARP type ARPA, ARP timeout 04:00:00
No. of members in this bundle: 6
GigabitEthernet0/1/0/11 Full-duplex 1000Mb/s Active
GigabitEthernet0/1/0/12 Full-duplex 1000Mb/s Active
GigabitEthernet0/1/0/13 Full-duplex 1000Mb/s Active
GigabitEthernet0/1/0/14 Full-duplex 1000Mb/s Active
GigabitEthernet0/1/0/15 Full-duplex 1000Mb/s Active
GigabitEthernet0/1/0/16 Full-duplex 1000Mb/s Active
Last input 00:00:00, output 00:00:00
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
154
Configuring Flexible Command Line Interface Configuration Groups
Link Bundling Usage: Example