Juniper ACX1000 Configuration Manual page 523

Junos os; acx series universal access router
Hide thumbs Also See for ACX1000:
Table of Contents

Advertisement

Related
Documentation
Copyright © 2017, Juniper Networks, Inc.
When you configure static groups on an interface on which you want to receive multicast
traffic and your network is operating in source-specific multicast (SSM) mode, you can
specify that certain multicast source addresses be excluded.
By default the multicast source address configured in a static group operates in include
mode. In include mode the multicast traffic for the group is accepted from the source
address configured. You can also configure the static group to operate in exclude mode.
In exclude mode the multicast traffic for the group is accepted from any address other
than the source address configured.
If a source address is specified in a multicast group that is statically configured, the IGMP
version on the interface must be set to IGMPv3. IGMPv2 is the default value.
In this example, you exclude address 10.0.0.2 as a source for group 233.252.0.1.
On the DR, configure a multicast static group to operate in exclude mode by including
1.
the
exclude
statement and specifying which IPv4 source address to exclude.
[edit protocols igmp]
user@host# set interface fe-0/1/2 static group 233.252.0.1 exclude source 10.0.0.2
After you commit the configuration, use the
2.
to verify the IGMP protocol configuration.
user@host> show configuration protocol igmp
interface fe-0/1/2.0 {
version 3;
static {
group 233.252.0.1 {
exclude;
source 10.0.0.2;
}
}
}
After you have committed the configuration and the source is sending traffic, use the
3.
show igmp group detail
created and that the static group is operating in exclude mode.
user@host> show igmp group detail
Interface: fe-0/1/2
Group: 233.252.0.1
Group mode: Exclude
Source: 10.0.0.2
Last reported by: Local
Timeout: 0 Type: Static
Enabling MLD Static Group Membership
group (Protocols IGMP)
group-count (Protocols IGMP)
Chapter 14: Configuring Internet Group Management Protocol
show configuration protocol igmp
command to verify that static group 233.252.0.1 has been
command
465

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Acx5048Acx5096Acx500Acx1100Acx2000Acx2100 ... Show all

Table of Contents