Users Guide

Table Of Contents
10 Congure the interfaces as VLAN trunk ports and specify the allowed VLANs.
AG2(config)# interface port-channel 11
AG2(conf-if-po-11)# switchport mode trunk
AG2(conf-if-po-11)# switchport trunk allowed vlan 1001
AG2(config)# interface port-channel 1
AG2(conf-if-po-1)# switchport mode trunk
AG2(conf-if-po-1)# switchport trunk allowed vlan 1301,2001
AG2(config)# interface port-channel 41
AG2(conf-if-po-41)# switchport mode trunk
AG2(conf-if-po-41)# switchport trunk allowed vlan 2001
AG2(config)# interface ethernet 1/1/6:2
AG2(conf-if-eth1/1/6:2)# switchport mode trunk
AG2(conf-if-eth1/1/6:2)# switchport trunk allowed vlan 2001
AG2(conf-if-eth1/1/6:2)# spanning-tree port type edge
AG3 switch
1 Congure RSTP.
AG3(config)# spanning-tree mode rstp
AG3(config)# spanning-tree rstp priority 8192
2 Congure the VLT domain.
AG3(config)# interface ethernet 1/1/25:1
AG3(conf-if-eth1/1/25:1)# no switchport
AG3(config)#vlt-domain 1
AG3(conf-vlt-255)# backup destination 10.222.208.39
AG3(conf-vlt-255)# discovery-interface ethernet1/1/25:1
AG3(conf-vlt-255)# peer-routing
AG3(conf-vlt-255)# primary-priority 1
AG3(conf-vlt-255)# vlt-mac f0:ce:10:f0:ce:10
3 Congure a port channel interface towards CR1.
AG3(config)# interface port-channel 21
AG3(config)# interface ethernet 1/1/1:1
AG3(conf-if-eth1/1/1:1)# channel-group 21 mode active
4 Congure a port channel interface towards CR2.
AG3(config)# interface port-channel 22
AG3(config)# interface ethernet 1/1/4:1
AG3(conf-if-eth1/1/4:1)# channel-group 22 mode active
5 Congure a port channel interface towards AG3 and AG4.
AG3(config)# interface port-channel 1
AG3(conf-if-po-1)# vlt-port-channel 1
AG3(config)# interface ethernet 1/1/24:1
AG3(conf-if-eth1/1/24:1)# channel-group 1 mode active
AG3(config)# interface ethernet 1/1/26:1
AG3(conf-if-eth1/1/26:1)# channel-group 1 mode active
6 Congure a port channel interface towards TR2.
AG3(config)# interface port-channel 51
AG3(conf-if-po-51)# vlt-port-channel 51
AG3(config)# interface ethernet 1/1/17:1
AG3(conf-if-eth1/1/17:1)# channel-group 51 mode active
7 Enable multicast routing on the default VRF.
AG3(config)# ip multicast-routing
770
Multicast