Users Guide

Table Of Contents
Outgoing interface list :
vlan11 (S)
(16.0.0.10, 225.1.1.1),flags: S
Incoming interface : vlan12
Outgoing interface list :
vlan11 (S)
Sample configuration on TOR:
TOR# configure terminal
TOR(config)# ip igmp snooping enable
TOR(config)# interface vlan 11
TOR(conf-if-vlan-11)# no shutdown
TOR(conf-if-vlan-11)# exit
TOR(config)# interface port-channel 11
TOR(conf-if-po-11)# no shutdown
TOR(conf-if-po-11)# switchport mode trunk
TOR(conf-if-po-11)# switchport access vlan 1
TOR(conf-if-po-11)# switchport trunk allowed vlan 11
TOR(conf-if-po-11)# exit
TOR(config)# interface ethernet 1/1/32:1
TOR(conf-if-eth1/1/32:1)# no shutdown
TOR(conf-if-eth1/1/32:1)# switchport mode trunk
TOR(conf-if-eth1/1/32:1)# switchport access vlan 1
TOR(conf-if-eth1/1/32:1)# switchport trunk allowed vlan 11
TOR(conf-if-eth1/1/32:1)# flowcontrol receive off
TOR(conf-if-eth1/1/32:1)# exit
IGMP snooping information on TOR
The following command displays IGMP snooping groups membership details:
ToR# show ip igmp snooping groups
Total Number of Groups: 1
IGMP Connected Group Membership
Group Address Interface Mode Expires
225.1.1.1 vlan11 IGMPv2-Compat 00:02:09
Member-ports :ethernet1/1/32:1
Example: Active-active PIM in a square VLT topology
The following topology uses active/active PIM in a square VLT environment:
762
Multicast