API Guide

AG4(conf-if-vl-1301)# ip pim sparse-mode
AG4(conf-if-vl-1301)# ip igmp snooping mrouter interface port-channel1
VLAN 2001 towards TR2
AG4(config)# interface vlan 2001
AG4(conf-if-vl-2001)# ip address 192.168.1.4/24
AG4(conf-if-vl-2001)# ip pim sparse-mode
AG4(conf-if-vl-2001)# ip igmp snooping mrouter interface port-channel1
10. Configure 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. Configure RSTP.
TR1(config)# spanning-tree mode rstp
2. Configure 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. Configure 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. Configure VLAN 2001 towards AG1 and AG2.
TR1(config)# interface vlan 2001
5. Configure 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
Multicast
859