10G Core Routing Switch User Manual
陈泽科技有限公司
- - 72 - -
www.stephen-tele.com
Step 1
config terminal
Enter global configuration mode.
Step 2
ip igmp query-max-response
seconds
Change the maximum query response time
advertised in IGMP queries.
The default is 10 seconds. The range is 1 to 25.
Step 3
exit
Return to privileged EXEC mode.
Step 4
write
(Optional) Save your entries in the configuration file.
Configuring a Router to Join Specified Multicast Group
Usually, the host operating IGMP will respond to IGMP query packet of the multicast router. In case of response failure,
the multicast router will consider that there is no multicast member on this network segment and will cancel the
corresponding path. Configuring one interface of the router as multicast member can avoid such problem. When the
interface receives IGMP query packet, the router will respond, thus ensuring that the network segment where the
interface is connected can normally receive multicast packets.
For an ethernet switch, you can configure a port in a VLAN interface to join a multicast group.
Beginning in privileged EXEC mode, follow these steps to configure a router to join specified multicast group.
Command
Purpose
Step 1
config terminal
Enter global configuration mode.
Step 2
ip igmp interface
interface-id
join-group
group-address
Configure a router to join specified multicast group
By default, a router joins no multicast group.
Step 3
exit
Return to privileged EXEC mode.
Step 4
write
(Optional) Save your entries in the configuration
file.
To leave a group , use
ip igmp interface
interface-id
leave-group
group-address global 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 interface
interface-id
join-group
Globle 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 interface
interface-id
static-group
globle 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