Multi-area interface Count is 0
Link Bundling Usage: Example
This example shows how to configure interface membership in a bundle link:
1
Configure the configuration groups:
RP/0/RP0/CPU0:router#
show running group bundle1
group bundle1
interface 'GigabitEthernet0/1/0/1[1-6]'
bundle id 1 mode active
!
end-group
RP/0/RP0/CPU0:router#
show running | inc apply-group
Building configuration...
apply-group isis l2tr
isis2
mpp
bundle1
2
Check the local configuration:
RP/0/RP0/CPU0:router#
show running interface gigabitEthernet 0/1/0/11
interface GigabitEthernet0/1/0/11
!
RP/0/RP0/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/RP0/CPU0:router#
show running interface GigabitEthernet 0/1/0/11
inheritance detail
interface GigabitEthernet0/1/0/11
## Inherited from group bundle1
bundle id 1 mode active
!
4
Check that the inheritance configuration took effect:
RP/0/RP0/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
System Management Configuration Guide for Cisco NCS 5000 Series Routers, IOS XR Release 6.2.x
104
Configuring Flexible Command Line Interface
Link Bundling Usage: Example