Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
201/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 port 1 as a multicast router port at VLAN 2 and 3
xg(config)# interface vlan 2 3
xg(config-vlan)# ip snooping mrouter port 1
5.15.14 ip snooping 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-vlan)#
Command syntax
ip snooping group-member-interval <60-600>
no ip snooping group-member-interval
Parameter
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 execute
the command again.
% 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 execute
the command again.
Example
Set the valid time interval for the IP multicast group learned at VLAN 2 and 3 to 300 seconds (5 minutes).
xg(config)# interface vlan 2 3
xg(config-vlan)# ip snooping group-member-interval 300