Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
197/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.15.10 ip snooping vlan querier
Function
The IGMP Querier function sends an IGMP General Query message to each terminal node instead of the multicast router if no
multicast router exists on the network segment.
This command enables the IGMP querier. The query message transmission interval (called “Query interval”) is calculated
based on the query message transmission frequency and the group valid time interval (called “Group member interval”) as
follows.
z Query interval = (Group-membership-interval – 10) / send-query-count (seconds)
The device does not send Query messages when there is a multicast router on the network.
Use the no form to return to the default setup.
Prompt
xg(config)#
Command syntax
ip snooping vlan <1-4094> querier ip A.B.C.D
no ip snooping vlan <1-4094> querier
Parameter
z vlan <1-4094>
Specifies a VLAN to change.
z querier
Enables the IGMP querier function.
z ip A.B.C.D
Specifies the source IP address of Query messages to be sent by the IGMP querier.
The IP address can be 0.0.0.0 or within the range of 1.0.0.1 to 126.255.255.254, 128.0.0.1
to 191.255.255.254, or 192.0.0.1 to 223.255.255.254.
Command type
Configuration command
Default
None
Message
% Global IGMP snooping is not enabled.
Explanation
Global IGMP snooping is disabled on the system.
Solution
Enable global IGMP snooping using the “ip snooping protocol” command first then reissue
the “ip snooping vlan querier” command.
% Vlan id is not found. vid=%1$
Explanation
The specified VLAN was not created.
[[Inserted string]]%1$: Specified VLAN ID
Solution
Create a VLAN using the “vlan” command first then reissue the “ip snooping vlan querier”
command.
% IGMP snooping vlan-%1$ is not enabled.
Explanation
IGMP snooping on the specified VLAN is disabled.
[[Inserted string]]%1$: Specified VID
Solution
Enable IGMP snooping on the VLAN using the “ip snooping vlan” command first, then reissue
the “ip snooping vlan querier” command.
% Invalid IP-address.
Explanation
The IP address was specified in an incorrect format or an incorrect address was specified.
Solution
Specify the IP address in the correct format and reissue the command.
Example
Enable an IGMP querier on VLAN 1 and set the query transmission source IP address to "192.168.1.200.”
xg(config)# ip snooping vlan 1 querier ip 192.168.1.200