Step-by-Step
Procedure
To configure MVR, perform these tasks:
1.
Configure
mv0
to be an MVLAN:
[edit protocols igmp-snooping]
user@switch#
set vlan mv0
data-forwarding
source groups 225.10.0.0/16
2.
Configure
v2
to be a multicast receiver VLAN with
mv0
as its source:
[edit protocols igmp-snooping]
user@switch#
set vlan v2 data-forwarding
receiver
source-vlans mv0
3.
(Optional) Install forwarding entries in the multicast receiver VLAN
v2
:
[edit protocols igmp-snooping]
user@switch#
set vlan v2 data-forwarding receiver
install
4.
(Optional) Configure MVR in proxy mode:
[edit protocols igmp-snooping]
user@switch#
set vlan mv0
proxy
source-address 10.1.1.1
Results
Check the results of the configuration:
[edit protocols igmp-snooping]
user@switch# show
vlan mv0 {
proxy {
source-address 10.1.1.1;
}
data-forwarding {
source {
groups 225.10.0.0/16;
}
}
}
vlan v2 {
data-forwarding {
receiver {
source-vlans mv0;
install;
}
}
}
Related
Documentation
•
Configuring Multicast VLAN Registration (CLI Procedure) on page 2336
•
Understanding Multicast VLAN Registration on EX Series Switches on page 2320
Copyright © 2010, Juniper Networks, Inc.
2330
Complete Software Guide for Junos
®
OS for EX Series Ethernet Switches, Release 10.3
Summary of Contents for JUNOS OS 10.3 - SOFTWARE
Page 325: ...CHAPTER 17 Operational Mode Commands for System Setup 229 Copyright 2010 Juniper Networks Inc ...
Page 1323: ...CHAPTER 56 Operational Mode Commands for Interfaces 1227 Copyright 2010 Juniper Networks Inc ...
Page 2841: ...CHAPTER 86 Operational Commands for 802 1X 2745 Copyright 2010 Juniper Networks Inc ...
Page 3367: ...CHAPTER 113 Operational Mode Commands for CoS 3271 Copyright 2010 Juniper Networks Inc ...
Page 3435: ...CHAPTER 120 Operational Mode Commands for PoE 3339 Copyright 2010 Juniper Networks Inc ...
Page 3529: ...CHAPTER 126 Operational Mode Commands for MPLS 3433 Copyright 2010 Juniper Networks Inc ...