Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
191/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.15.4 ip snooping vlan max-group
Function
Defines the number of multicast groups that can be registered for IGMP snooping on each VLAN.
Use the no form to return to the default setup.
Prompt
xg(config)#
Command syntax
ip snooping vlan <1-4094> max-group <10-128>
no ip snooping vlan <1-4094> max-group
Parameter
z vlan <1-4094>
Changes the IGMP snooping setup for the specified VLAN.
z max-group <10-128>
Sets the maximum number of multicast groups that can be registered. It can be any integer
between 10 and 128.
Command type
Configuration command
Default
32
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” command.
% Vlan id is not found. vid=%1$
Explanation
The specified VLAN was not created.
[[Inserted string]]%1$: VID of the specified VLAN
Solution
Create a VLAN using the “vlan” command first then reissue the “ip snooping vlan” command.
% IGMP snooping vlan-%1$ is not enabled.
Explanation
IGMP snooping for the specified VLAN is disabled.
[[Inserted string]]%1$: VID of the specified VID
Solution
Enable the IGMP snooping for the VLAN using the “ip snooping vlan” command first then
reissue the “ip snooping vlan max-group” command.
% More than 128 total max-group per system.
Explanation
The number of registration of multicast addresses allowed on the entire system exceeded
the limit (128 addresses).
Solution
Reduce the maximum number of VLANs using the “ip snooping vlan max-group” command, or
disable the IGMP snooping function for other VLANs.
Note
z Up to 128 multicast MAC addresses can be registered on the entire system.
Therefore, if IGMP snooping is used by multiple VLANs, care must be taken not to exceed the limit number of multicast
MAC addresses.
z Sets the maximum number of multicast groups not to exceed the number of multicast groups that Is registered
currently.
Example
Set the number of groups that can be registered for IGMP snooping on VLAN 2 to 50.
xg(config)# ip snooping vlan 2 max-group 50