Juniper JUNOS OS 10.3 - SOFTWARE Manual page 2421

For ex series ethernet switches
Hide thumbs Also See for JUNOS OS 10.3 - SOFTWARE:
Table of Contents

Advertisement

Results
Related
Documentation
Copyright © 2010, Juniper Networks, Inc.
[edit protocols]
user@switch# set igmp-snooping vlan employee-vlan interface ge-0/0/1 group-limit
50
Configure the switch to immediately remove a group membership from an interface
3.
when it receives a leave message from that interface without waiting for any other
IGMP messages to be exchanged (IGMPv2 only):
[edit protocols]
user@switch# set igmp-snooping vlan employee-vlan immediate-leave
Statically configure IGMP group membership on a port:
4.
[edit protocols]
user@switch# set igmp-snooping vlan employee-vlan interface ge-0/0/3.0 static
group 225.100.100.100
Statically configure an interface as a switching interface toward a multicast router
5.
(the interface to receive multicast traffic):
[edit protocols]
user@switch# set igmp-snooping vlan employee-vlan interface ge-0/0/2
multicast-router-interface
Change the number of timeout intervals the switch waits before timing out a
6.
multicast group to 4:
[edit protocols]
user@switch# set igmp-snooping vlan employee-vlan robust-count 4
Check the results of the configuration:
user@switch# show protocols igmp-snooping
vlan employee-vlan {
robust-count 4;
immediate-leave;
interface ge-0/0/1 {
group-limit 50;
}
interface ge-0/0/2 {
multicast-router-interface;
}
interface ge-0/0/3 {
static {
group 255.100.100.100
}
}
}
Configuring IGMP Snooping (CLI Procedure) on page 2331
[edit protocols] Configuration Statement Hierarchy on page 56
Chapter 76: Examples: IGMP Snooping and Multicast Configuration
2325

Advertisement

Table of Contents
loading

Table of Contents