15. bridge group examples
16. bridge-domain test-switch
17. interface Bundle-ether10
18. exit
19. interface GigabitEthernet0/2/0/0
20. exit
21. interface GigabitEthernet0/2/0/1
22. exit
23. interface TenGigE0/1/0/2
24. Use the commit or end command.
DETAILED STEPS
Step 1 configure
Enters global configuration mode.
Step 2 interface Bundle-ether10
Creates a new bundle trunk interface.
Step 3 l2transport
Changes Bundle-ether10 from an L3 interface to an L2 interface.
Step 4 interface GigabitEthernet0/2/0/5
Enters interface configuration mode. Changes configuration mode to act on GigabitEthernet0/2/0/5.
Step 5 bundle id 10 mode active
Establishes GigabitEthernet0/2/0/5 as a member of Bundle-ether10. The mode active keywords specify LACP protocol.
Step 6 interface GigabitEthernet0/2/0/6
Enters interface configuration mode. Changes configuration mode to act on GigabitEthernet0/2/0/6.
Step 7 bundle id 10 mode active
Establishes GigabitEthernet0/2/0/6 as a member of Bundle-ether10. The mode active keywords specify LACP protocol.
Step 8 interface GigabitEthernet0/2/0/0
Enters interface configuration mode. Changes configuration mode to act on GigabitEthernet0/2/0/0.
Step 9 l2transport
Change GigabitEthernet0/2/0/0 from an L3 interface to an L2 interface.
Step 10 interface GigabitEthernet0/2/0/1
Enters interface configuration mode. Changes configuration mode to act on GigabitEthernet0/2/0/1.
Step 11 l2transport
Change GigabitEthernet0/2/0/1 from an L3 interface to an L2 interface.
L2VPN and Ethernet Services Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.3.x
329
Implementing Multipoint Layer 2 Services
Bridging on IOS XR Trunk Interfaces: Example