Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set protocols igmp-snooping vlan-id querier enable command is used to enable or disable the querier function in a VLAN.


Command Syntax

set protocols igmp-snooping vlan-id <vlan-id> querier enable <true | false>


Parameter

Parameter

Description

vlan-id <vlan-id>

Specifies a VLAN ID. The value is an integer that ranges from 1 to 4094.

enable <true | false>

Enable or disable the querier function in a VLAN.

The value is true or false.

  •    true: enables the querier function in a VLAN.
  •    false: disables the querier function in a VLAN.

The default value is false.


Usage Guidelines

When a Layer 3 multicast device is not running the IGMP protocol or in a pure Layer 2 network, IGMP snooping querier can be configured on a Layer 2 device to send IGMP query messages.


Example

  •   Enable the querier function in a VLAN.
admin@XorPlus# set protocols igmp-snooping vlan-id 2 querier enable true 
admin@XorPlus# commit
  • No labels