Multimedia Traffic Control with IP Multicast (IGMP)
CLI: Configuring and Displaying IGMP
Configuring IGMP Traffic Priority. This command allows you to prioritize IGMP traffic as either “high” or “normal” (the default).
Syntax: [no] vlan < vid > ip igmp
Assigns “high” priority to IGMP traffic. The “no” form returns a
ProCurve(config)# vlan 1 ip igmp
This example configures high priority for IGMP traffic on
VLAN 1.
Same as above command, but in the VLAN 1 context level.
ProCurve(vlan 1)# no ip igmp
Returns IGMP traffic to “normal” priority.
ProCurve> show ip igmp config
Show command to display results of above
Configuring the Querier Function. In its default configuration, the switch is capable of operating as an IGMP querier. This command lets you disable or
Syntax: [no] vlan <vid> ip igmp querier
Disables or
ProCurve(config)# no vlan 1 ip igmp querier
Disables the querier function on VLAN 1.
ProCurve> show ip igmp config
This is the show command used to display results of the above querier command.