AMX NXA-ENET24 Switch User Manual


 
CLI (Command Line Interface)
271
NXA-ENET24 - Software Management Guide
Multicast Filtering Commands
This switch uses IGMP (Internet Group Management Protocol) to query for any attached hosts that want to
receive a specific multicast service. It identifies the ports containing hosts requesting a service and sends data
out to those ports only. It then propagates the service request up to any neighboring multicast switch/router to
ensure that it will continue to receive the multicast service.
IGMP Snooping Commands
IGMP Snooping Commands
Command Function
ip igmp snooping
This command enables IGMP
snooping on this switch.
Use the no form to disable it.
Syntax:
[no] ip igmp snooping
Default Setting: Enabled
Command Mode: Global Configuration
Example: The following example enables IGMP snooping:
Console(config)#ip igmp snooping
Console(config)#
ip igmp snooping vlan static
This command adds a port to a
multicast group.
Use the no form to remove the port.
Syntax:
[no] ip igmp snooping vlan vlan-id static ip-address
interface
vlan-id - VLAN ID (Range: 1-4094)
ip-address - IP address for multicast group
interface
ethernet unit/port
unit - Stack unit. (Range: 1-8)
port - Port number. (Range: 1-26)
port-channel channel-id (Range: 1-4)
Default Setting: None
Command Mode: Global Configuration
Example: The following shows how to statically configure a multicast
group on a port:
Console(config)#ip igmp snooping vlan 1 static 224.0.0.12
ethernet 1/5
Console(config)#
ip igmp snooping version
This command configures the IGMP
snooping version.
Use the no form to restore the
default.
Syntax:
ip igmp snooping version {1 | 2}
no ip igmp snooping version
1 - IGMP Version 1
2 - IGMP Version 2
Default Setting: IGMP Version 2
Command Mode: Global Configuration
Command Usage: All systems on the subnet must support the same
version. If there are legacy devices in your network that only support
Version 1, you will also have to configure this switch to use Version 1.
Some commands are only enabled for IGMPv2, including ip igmp query-
max-response-time and ip igmp query-timeout.
Example: The following configures the switch to use IGMP Version 1:
Console(config)#ip igmp snooping version 1
Console(config)#