VLAN  selected  for  configuration  is  the  downlink  interface. 
Command assigns the associated uplink interface used in routing. 
-  version—IGMP  version  that  will  be  used  by  the  switch  on  this 
interface. 
- cos—IEEE 802.1p value for IGMP packets, which will be used by 
the switch on this interface 
-  dscp—DSCP  value  in  IP  header  for  IGMP  packets  which  will  be 
used by the switch on this interface  
Command allows to view multicast group lists. You can select the 
group by group address or multicast data source address. 
- group—group IP address 
- source—multicast data source IP address 
 
console#show ip igmp-proxy interface 
Interface Version No of Groups CoS DSCP  
--------- ------- ------------ --- ----  
 vlan 1      2         0        2   37   
 vlan 30     2         0        5   12  
Example use of commands 
Configure  IGMP  proxy  function  operation  on  the  device,  use  VLAN  100  as  the  uplink  interface 
10.1.0.0, use VLAN 101  and 102 as  downlink interfaces 10.2.0.0 and 10.3.0.0 respectively. Use IGMP v2 
version on the uplink interface. 
console# configure 
console (config)# vlan database 
console (config)# vlan 100-102 
console (config)# exit 
console (config)# ip multicast-routing igmp-proxy  
console (config)# ip igmp-proxy version 2 
console (config)# interface vlan 100 
console (config-if)# ip address 10.1.0.1 /24 
console (config-if)# exit 
console (config)# interface vlan 101 
console (config-if)# ip igmp-proxy vlan 100 
console (config-if)# ip address 10.2.0.1 /24 
console (config-if)# exit 
console (config)# interface vlan 102 
console (config-if)# ip igmp-proxy vlan 100 
console (config-if)# ip address 10.3.0.1 /24 
console (config-if)# exit 
console (config)#