Multicast router ports can be configured statically, or they can be learned dynamically at run time. Use the instructions in this section to configure a router port statically. If you have questions about the topology used in this section, see Flow-Based Configuration Example. For the default settings, see Default Settings.
SEFOS# configure terminal SEFOS(config)# snooping multicast-forwarding-mode mac
SEFOS(config)# set gmrp disable
SEFOS(config)# ip igmp snooping
SEFOS(config)# vlan 2
SEFOS(config-vlan)# ports extreme-ethernet 0/1-5
SEFOS(config-vlan)# ip igmp snooping mrouter extreme-ethernet 0/1 SEFOS(config-vlan)# exit
SEFOS(config)# interface extreme-ethernet 0/1
SEFOS(config-if)# switchport pvid 2
SEFOS(config-if)# no shutdown SEFOS(config-if)# exit
SEFOS(config)# interface extreme-ethernet 0/2
SEFOS(config-if)# switchport pvid 2
SEFOS(config-if)# no shutdown SEFOS(config-if)# exit
SEFOS(config)# interface extreme-ethernet 0/3
SEFOS(config-if)# switchport pvid 2
SEFOS(config-if)# no shutdown SEFOS(config-if)# exit
SEFOS(config)# interface extreme-ethernet 0/4
SEFOS(config-if)# switchport pvid 2
SEFOS(config-if)# no shutdown SEFOS(config-if)# end
SEFOS(config)# interface extreme-ethernet 0/5
SEFOS(config-if)# switchport pvid 2
SEFOS(config-if)# no shutdown SEFOS(config-if)# end
SEFOS# show ip igmp snooping globals Snooping Configuration ----------------------------- IGMP Snooping globally enabled IGMP Snooping is operationally enabled IGMP Snooping Enhanced mode is disabled Transmit Query on Topology Change globally disabled Multicast forwarding mode is MAC based Proxy globally disabled Proxy reporting globally enabled Filter is disabled Router port purge interval is 125 seconds Port purge interval is 260 seconds Report forward interval is 5 seconds Group specific query interval is 2 seconds Reports are forwarded on router ports Group specific query retry count is 2 Multicast VLAN disabled Leave config level is Vlan based
SEFOS# show ip igmp snooping mrouter Vlan Ports ------ ------- 2 Ex0/1(static)
SEFOS# show vlan id 2 Vlan database-------------------Vlan ID : 2Member Ports : Ex0/1, Ex0/2, Ex0/3, Ex0/4, Ex0/5Untagged Ports : NoneForbidden Ports : NoneName :Status : Permanent----------------------------------------------------
SEFOS# show ip igmp snooping forwarding-database Vlan MAC-Address Ports ------ ------------------- -------- 2 01:00:5e:01:01:01 Ex0/1, Ex0/2
The multicast data packet should be received only on host A and SRC A.