Users Guide

Table Of Contents
AG4(conf-if-vl-2001)# ip pim sparse-mode
AG4(conf-if-vl-2001)# ip igmp snooping mrouter interface port-channel1
10 Congure the interfaces as VLAN trunk ports and specify the allowed VLANs.
AG4(config)# interface port-channel 31
AG4(conf-if-po-31)# switchport mode trunk
AG4(conf-if-po-31)# switchport trunk allowed vlan 1201
AG4(conf-if-po-31)# spanning-tree disable
AG4(config)# interface port-channel 32
AG4(conf-if-po-32)# switchport mode trunk
AG4(conf-if-po-32)# switchport trunk allowed vlan 1251
AG4(conf-if-po-32)# spanning-tree disable
AG4(config)# interface port-channel 1
AG4(conf-if-po-1)# switchport mode trunk
AG4(conf-if-po-1)# switchport trunk allowed vlan 1301,2001
AG4(config)# interface port-channel 51
AG4(conf-if-po-51)# switchport mode trunk
AG4(conf-if-po-51)# switchport trunk allowed vlan 2001
AG4(config)# interface ethernet 1/1/32:2
AG4(conf-if-eth1/1/32:2)# switchport mode trunk
AG4(conf-if-eth1/1/32:2)# switchport trunk allowed vlan 2001
AG4(conf-if-eth1/1/32:2)# spanning-tree port type edge
TR1 switch
1 Congure RSTP.
TR1(config)# spanning-tree mode rstp
2 Congure a port channel interface towards AG1.
TR1(config)# interface port-channel 41
TR1(config)# interface ethernet 1/1/39
TR1(conf-if-eth1/1/39)# channel-group 41 mode active
3 Congure a port channel interface towards AG2.
TR1(config)# interface ethernet 1/1/27:1
TR1(conf-if-eth1/1/27:1)# channel-group 41 mode active
4 Congure VLAN 2001 towards AG1 and AG2.
TR1(config)# interface vlan 2001
5 Congure the interfaces as VLAN trunk ports and specify the allowed VLANs.
TR1(config)# interface port-channel 41
TR1(conf-if-po-41)# switchport mode trunk
TR1(conf-if-po-41)# switchport trunk allowed vlan 2001
TR1(config)# interface ethernet 1/1/31
TR1(conf-if-eth1/1/31)# switchport mode trunk
TR1(conf-if-eth1/1/31)# switchport trunk allowed vlan 2001
TR1(conf-if-eth1/1/31)# spanning-tree port type edge
TR1(config)# interface ethernet 1/1/32
TR1(conf-if-eth1/1/32)# switchport mode trunk
TR1(conf-if-eth1/1/32)# switchport trunk allowed vlan 2001
TR1(conf-if-eth1/1/32)# spanning-tree port type edge
TR2 switch
1 Congure RSTP.
TR2(config)# spanning-tree mode rstp
Multicast
773