Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
193/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
% Can't set mrouter on a port which belongs to an aggregation port.
Explanation
A port belonging to a link aggregation group cannot be specified as an mrouter port.
Solution
Review the specified port number and reissue the command. When registering an aggregation
group specify “agg-port”.
% Multicast router port %1$ could not be deleted
Explanation
The specified port is not set to be an multicast router port.
[[Inserted string]]%1$: Specified port number
Solution
Review multicast router information and execute the command again.
Example
Set aggregation group 1 as a multicast router port:
xg(config)# ip snooping vlan 2 mrouter agg-port 1
5.15.6 ip snooping vlan group-member-interval
Function
Sets a valid time interval (in seconds) for the IP multicast group which was registered for IGMP snooping.
The registered IP multicast group is deleted if an IGMP Report message is not received within the valid time.
Use the no form to return to the default setup.
Prompt
xg(config)#
Command syntax
ip snooping vlan <1-4094> group-member-interval <60-600>
no ip snooping vlan <1-4094> group-member-interval
Parameter
z vlan <1-4094>
Specifies a VLAN to change.
z group-member-interval <60-600>
Specifies the valid time period in seconds for the registered IP multicast group.
It is recommended "group member interval" be set by considering the message transmission interval of the
multicast router connected to the system. (This interval is called the "query interval" and its default is 125
seconds in RFC.) The recommended value is as follows.
Group-member-interval = Query Interval ¯ 2 + 10 (seconds)
Command type
Configuration command
Default
260 seconds
Message
% Global IGMP snooping is not enabled.
Explanation
Global IGMP snooping on the device is disabled.
Solution
Enable global IGMP snooping using the “ip snooping protocol” command first then reissue
the “ip snooping vlan group-member-interval” command.
% Vlan id is not found. vid=%1$
Explanation
The specified VLAN was not created.
[[Inserted string]]%1$: Specified VID
Solution
Create a VLAN using the “vlan” command first then reissue the “ip snooping vlan
group-member-interval” 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 group-member-interval” command.
Example
Set the valid time interval for the IP multicast group learned at VLAN 1 to 300 seconds (5 minutes).
xg(config)# ip snooping vlan 1 group-member-interval 300