
132
MES3000 Ethernet switch series
Table 5.141 —VLAN interface configuration mode commands
Command
Value/Default value
Action
ip igmp-proxy vlan
vlan_id
[version
version
] [cos
cos
]
[dscp
dscp
]
vlan_id: (1..4094);
version: (1..3)/2;
cos: (0..7)/0;
dscp: (0..63)/0
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
EXEC mode commands
Command line request in EXEC mode appears as follows:
console#
Table 5.142 —EXEC mode commands
Command
Value/Default value
Action
show ip mroute-next-hop
[group
group
| source
source
]
-
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
show ip igmp-proxy
-
Show information on uplink interfaces.
show ip igmp-proxy interface
-
Show information on dowlink interfaces.
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)#