Juniper JUNOS OS 10.4 - FOR EX REV 1 Manual page 2649

For ex series ethernet switches
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 2551
[edit protocols] Configuration Statement Hierarchy on page 64
Chapter 82: Examples: IGMP Snooping and Multicast Configuration
2545

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents