Cisco Systems ME 3400 Switch User Manual


  Open as PDF
of 1086
 
40-42
Cisco ME 3400 Ethernet Access Switch Software Configuration Guide
OL-9639-06
Chapter 40 Configuring IP Multicast Routing
Configuring Optional IGMP Features
To return to the default setting, use the no ip igmp query-max-response-time interface configuration
command.
Configuring the Switch as a Statically Connected Member
Sometimes there is either no group member on a network segment or a host cannot report its group
membership by using IGMP. However, you might want multicast traffic to go to that network segment.
These are ways to pull multicast traffic down to a network segment:
Use the ip igmp join-group interface configuration command. With this method, the switch accepts
the multicast packets in addition to forwarding them. Accepting the multicast packets prevents the
switch from fast switching.
Use the ip igmp static-group interface configuration command. With this method, the switch does
not accept the packets itself, but only forwards them. This method enables fast switching. The
outgoing interface appears in the IGMP cache, but the switch itself is not a member, as evidenced
by lack of an L (local) flag in the multicast route entry.
Beginning in privileged EXEC mode, follow these steps to configure the switch itself to be a statically
connected member of a group (and enable fast switching). This procedure is optional.
To remove the switch as a member of the group, use the no ip igmp static-group group-address interface
configuration command.
Step 5
end Return to privileged EXEC mode.
Step 6
show ip igmp interface [interface-id] Verify your entries.
Step 7
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
interface interface-id Specify the interface to be configured, and enter interface configuration
mode.
Step 3
no shutdown Enable the port, if necessary. By default, UNIs and ENIs are disabled,
and NNIs are enabled.
Step 4
ip igmp static-group group-address Configure the switch as a statically connected member of a group.
By default, this feature is disabled.
Step 5
end Return to privileged EXEC mode.
Step 6
show ip igmp interface [interface-id] Verify your entries.
Step 7
copy running-config startup-config (Optional) Save your entries in the configuration file.