Rate and give feedback:
Feedback Received. Thank You!
Example: Configuring Multichassis Link Aggregation for Layer
3 Multicast Using VRRP
 | Note:
Multichassis Link Aggregation (MC-LAG) is supported on
QFX3500 and QFX3600 standalone switches running the original CLI and
QFX5100 standalone switches running Enhanced Layer 2 Software (ELS). |
There are two methods for enabling Layer 3 multicast functionality
across a multichassis link aggregation group (MC-LAG) to control traffic.
You can choose either to configure the Virtual Router Redundancy Protocol
(VRRP) or synchronize the MAC addresses for the Layer 3 interfaces
of the switches participating in the MC-LAG. The procedure to configure
VRRP for use in a Layer 3 multicast MC-LAG is included in this example.
Requirements
This example uses the following hardware and software
components:
- Junos OS Release 12.3 or later for the QFX3500 and QFX3600
standalone switches and Junos OS Release 13.2X51-D10 or later for
the QFX5100 standalone switches.
- Two QFX3500 or QFX3600 standalone switches, or two QFX5100
standalone switches.
Before you configure an MC-LAG for Layer 3 multicast
using VRRP, be sure that you understand how to:
Overview
In this example, you configure two MC-LAGs across two switches,
consisting of two aggregated Ethernet interfaces (ae1 and ae2). To
support the MC-LAG, create a third aggregated Ethernet interface (ae0)
for the interchassis control link-protection link (ICL-PL). Configure
a multichassis protection link for the ICL-PL, the Inter-Chassis Control
Protocol (ICCP) for the peers hosting the MC-LAG, and Layer 3 connectivity
between MC-LAG peers.
 | Note:
Layer 3 connectivity is required for ICCP. |
To complete the configuration, enable VRRP by completing the
following steps for each MC-LAG:
- Create a routed VLAN interface (RVI).
- Create a VRRP group and assign a virtual IP address that
is shared between each switch in the VRRP group.
- Enable a member of a VRRP group to accept all packets
destined for the virtual IP address if it is the master in the VRRP
group.
- Configure Layer 3 connectivity between the VRRP groups.
Topology
The topology used in this example consists of two switches hosting
two MC-LAGs—ae1 and ae2. The two switches are connected to a
multicast source (Server 1) over the MC-LAG ae1, and a multicast receiver
(Server 2) over the MC-LAG ae2. Figure 1 shows the topology of this example.
Figure 1: Configuring a Multichassis LAG
for Layer 3 Multicast Using VRRP
Table 1 details the topology
used in this configuration example.
Table 1: Components of the Topology
for Configuring a Multichassis LAG for Layer 3 Multicast Using VRRP
Hostname | Base Hardware | Multichassis Link Aggregation
Group |
---|
Switch A Switch B | QFX3500 or QFX3600 standalone switch, or QFX5100 standalone
switch QFX3500 or QFX3600 standalone switch, or QFX5100 standalone
switch | - ae0 is configured as an aggregated Ethernet interface,
and is used as an ICL-PL. The following two interfaces are part of
ae0:
xe-0/0/12 and xe-0/0/13 on Switch A and xe-0/0/12 and xe-0/0/13 on Switch B. - ae1 is configured as an MC-LAG for the multicast source
(Server 1), and the following two interfaces are part of ae1:
xe-0/0/44 on Switch A and xe-0/0/46 on Switch
B. - ae2 is configured as an MC-LAG for the multicast receiver
(Server 2), and the following two interfaces are part of ae2:
xe-0/0/45 on Switch A and xe-0/0/47 on Switch
B.
|
Configuration
CLI Quick Configuration
To quickly configure this example, copy the
following commands, paste them in a text file, remove any line breaks,
change any details necessary to match your network configuration,
copy and paste the commands into the CLI at the [edit] hierarchy
level , and then enter commit from configuration mode.
 | Note:
This example shows how to configure MC-LAG using both
the original CLI and Enhanced Layer 2 Software (ELS). In ELS, there are three different statements and one different
option from the original CLI: - The port-mode statement in the [edit interfaces interface-name unit number family ethernet-switching] hierarchy is not supported. Use the interface-mode statement instead.
- The vlan statement in the [edit interfaces interface-name] hierarchy is not supported. Use
the irb statement instead.
- The vlan.logical-interface-number hierarchy in the [edit vlans vlan-name l3-interface] option is not supported. Use the irb.logical-interface-number option instead.
- The service-id statement in the [edit switch-options] hierarchy is required in the ELS CLI.
|
Switch A—Original CLI
set chassis aggregated-devices ethernet device-count 3set interfaces xe-0/0/12 ether-options 802.3ad ae0set interfaces xe-0/0/13 ether-options 802.3ad ae0set interfaces xe-0/0/44 ether-options 802.3ad ae1set interfaces xe-0/0/45 ether-options 802.3ad ae2set interfaces ae0 unit 0 family ethernet-switching port-mode trunkset interfaces ae0 unit 0 family ethernet-switching vlan members v500set interfaces ae1 aggregated-ether-options lacp activeset interfaces ae1 aggregated-ether-options lacp system-id 00:01:02:03:04:05set interfaces ae1 aggregated-ether-options lacp admin-key 3set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 3set interfaces ae1 aggregated-ether-options mc-ae chassis-id 0set interfaces ae1 aggregated-ether-options mc-ae mode active-activeset interfaces ae1 aggregated-ether-options mc-ae status-control activeset interfaces ae1 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae1 unit 0 family ethernet-switching port-mode trunkset interfaces ae1 unit 0 family ethernet-switching vlan members v100set interfaces ae2 aggregated-ether-options lacp activeset interfaces ae2 aggregated-ether-options lacp system-id 00:01:02:03:04:06set interfaces ae2 aggregated-ether-options lacp admin-key 3set interfaces ae2 aggregated-ether-options mc-ae mc-ae-id 4set interfaces ae2 aggregated-ether-options mc-ae chassis-id 0set interfaces ae2 aggregated-ether-options mc-ae mode active-activeset interfaces ae2 aggregated-ether-options mc-ae status-control activeset interfaces ae2 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae2 unit 0 family ethernet-switching port-mode trunkset interfaces ae2 unit 0 family ethernet-switching vlan members v200set interfaces vlan unit 100 family inet address 10.1.1.11/24 vrrp-group 1 virtual-address 10.1.1.1set interfaces vlan unit 100 family inet address 10.1.1.11/24 vrrp-group 1 priority 200set interfaces vlan unit 100 family inet address 10.1.1.11/24 vrrp-group 1 accept-dataset interfaces vlan unit 200 family inet address 10.1.1.21/24 vrrp-group 2 virtual-address 10.1.1.2set interfaces vlan unit 200 family inet address 10.1.1.21/24 vrrp-group 2 priority 200set interfaces vlan unit 200 family inet address 10.1.1.21/24 vrrp-group 2 accept-dataset interfaces vlan unit 500 family inet address 3.3.3.2/24set vlans v100 vlan-id 100 set vlans v100 l3-interface vlan.100set vlans v200 vlan-id 200set vlans v200 l3-interface vlan.200set vlans v500 vlan-id 500set vlans v500 l3-interface vlan.500set protocols iccp local-ip-addr 3.3.3.2set protocols iccp peer 3.3.3.1 session-establishment-hold-time 50set protocols iccp peer 3.3.3.1 backup-liveness-detection backup-peer-ip 10.207.64.233set protocols iccp peer 3.3.3.1 liveness-detection minimum-receive-interval 1000set protocols iccp peer 3.3.3.1 liveness-detection transmit-interval minimum-interval 1000set protocols igmp-snooping vlan allset protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols pim rp static address 1.0.0.3 group-ranges 239.0.0.0/8set protocols pim interface vlan.100 priority 200set protocols pim interface vlan.100 dual-drset protocols pim interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols pim interface vlan.200 priority 600set protocols pim interface vlan.200 dual-drset protocols pim interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols rstp interface ae0.0 disableset protocols rstp interface ae1.0 edgeset protocols rstp interface ae2.0 edgeset protocols rstp interface all mode point-to-pointset protocols rstp bpdu-block-on-edgeset multi-chassis multi-chassis-protection 3.3.3.1 interface ae0
Switch A—ELS
set chassis aggregated-devices ethernet device-count 3set interfaces xe-0/0/12 ether-options 802.3ad ae0set interfaces xe-0/0/13 ether-options 802.3ad ae0set interfaces xe-0/0/44 ether-options 802.3ad ae1set interfaces xe-0/0/45 ether-options 802.3ad ae2set interfaces ae0 unit 0 family ethernet-switching interface-mode trunkset interfaces ae0 unit 0 family ethernet-switching vlan members v500set interfaces ae1 aggregated-ether-options lacp activeset interfaces ae1 aggregated-ether-options lacp system-id 00:01:02:03:04:05set interfaces ae1 aggregated-ether-options lacp admin-key 3set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 3set interfaces ae1 aggregated-ether-options mc-ae chassis-id 0set interfaces ae1 aggregated-ether-options mc-ae mode active-activeset interfaces ae1 aggregated-ether-options mc-ae status-control activeset interfaces ae1 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae1 unit 0 family ethernet-switching interface-mode trunkset interfaces ae1 unit 0 family ethernet-switching vlan members v100set interfaces ae2 aggregated-ether-options lacp activeset interfaces ae2 aggregated-ether-options lacp system-id 00:01:02:03:04:06set interfaces ae2 aggregated-ether-options lacp admin-key 3set interfaces ae2 aggregated-ether-options mc-ae mc-ae-id 4set interfaces ae2 aggregated-ether-options mc-ae chassis-id 0set interfaces ae2 aggregated-ether-options mc-ae mode active-activeset interfaces ae2 aggregated-ether-options mc-ae status-control activeset interfaces ae2 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae2 unit 0 family ethernet-switching interface-mode trunkset interfaces ae2 unit 0 family ethernet-switching vlan members v200set interfaces irb unit 100 family inet address 10.1.1.11/24 vrrp-group 1 virtual-address 10.1.1.1set interfaces irb unit 100 family inet address 10.1.1.11/24 vrrp-group 1 priority 200set interfaces irb unit 100 family inet address 10.1.1.11/24 vrrp-group 1 accept-dataset interfaces irb unit 200 family inet address 10.1.1.21/24 vrrp-group 2 virtual-address 10.1.1.2set interfaces irb unit 200 family inet address 10.1.1.21/24 vrrp-group 2 priority 200set interfaces irb unit 200 family inet address 10.1.1.21/24 vrrp-group 2 accept-dataset interfaces irb unit 500 family inet address 3.3.3.2/24set vlans v100 vlan-id 100 set vlans v100 l3-interface irb.100set vlans v200 vlan-id 200set vlans v200 l3-interface irb.200set vlans v500 vlan-id 500set vlans v500 l3-interface irb.500set protocols iccp local-ip-addr 3.3.3.2set protocols iccp peer 3.3.3.1 session-establishment-hold-time 50set protocols iccp peer 3.3.3.1 backup-liveness-detection backup-peer-ip 10.207.64.233set protocols iccp peer 3.3.3.1 liveness-detection minimum-receive-interval 1000set protocols iccp peer 3.3.3.1 liveness-detection transmit-interval minimum-interval 1000set protocols igmp-snooping vlan allset protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols pim rp static address 1.0.0.3 group-ranges 239.0.0.0/8set protocols pim interface vlan.100 priority 200set protocols pim interface vlan.100 dual-drset protocols pim interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols pim interface vlan.200 priority 600set protocols pim interface vlan.200 dual-drset protocols pim interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols rstp interface ae1.0 edgeset protocols rstp interface ae2.0 edgeset protocols rstp interface ae1.0 mode point-to-pointset protocols rstp bpdu-block-on-edgeset multi-chassis multi-chassis-protection 3.3.3.1 interface ae0set switch-options service-id 10
Switch B—Original CLI:
set chassis aggregated-devices ethernet device-count 2set interfaces xe-0/0/12 ether-options 802.3ad ae0set interfaces xe-0/0/13 ether-options 802.3ad ae0set interfaces xe-0/0/46 ether-options 802.3ad ae1set interfaces xe-0/0/47 ether-options 802.3ad ae2set interfaces ae0 unit 0 family ethernet-switching port-mode trunkset interfaces ae0 unit 0 family ethernet-switching vlan members v500set interfaces ae1 aggregated-ether-options lacp activeset interfaces ae1 aggregated-ether-options lacp system-id 00:01:02:03:04:05set interfaces ae1 aggregated-ether-options lacp admin-key 3set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 3set interfaces ae1 aggregated-ether-options mc-ae chassis-id 1set interfaces ae1 aggregated-ether-options mc-ae mode active-activeset interfaces ae1 aggregated-ether-options mc-ae status-control standbyset ae1 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae1 unit 0 family ethernet-switching port-mode trunkset interfaces ae1 unit 0 family ethernet-switching vlan members v100set interfaces ae2 aggregated-ether-options lacp activeset interfaces ae2 aggregated-ether-options lacp system-id 00:01:02:03:04:06set interfaces ae2 aggregated-ether-options lacp admin-key 3set interfaces ae2 aggregated-ether-options mc-ae mc-ae-id 4set interfaces ae2 aggregated-ether-options mc-ae chassis-id 1set interfaces ae2 aggregated-ether-options mc-ae mode active-activeset interfaces ae2 aggregated-ether-options mc-ae status-control activeset interfaces ae2 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae2 unit 0 family ethernet-switching port-mode trunkset interfaces ae2 unit 0 family ethernet-switching vlan members v200set interfaces vlan unit 100 family inet address 10.1.1.10/24 vrrp-group 1 virtual-address 10.1.1.1set interfaces vlan unit 100 family inet address 10.1.1.10/24 vrrp-group 1 priority 150set interfaces vlan unit 100 family inet address 10.1.1.10/24 vrrp-group 1 accept-dataset interfaces vlan unit 200 family inet address 10.1.1.20/24 vrrp-group 2 virtual-address 10.1.1.2set interfaces vlan unit 200 family inet address 10.1.1.20/24 vrrp-group 2 priority 150set interfaces vlan unit 200 family inet address 10.1.1.20/24 vrrp-group 2 accept-dataset interfaces vlan unit 500 family inet address 3.3.3.1/24set vlans v100 vlan-id 100 set vlans v100 l3-interface vlan.100set vlans v200 vlan-id 200set vlans v200 l3-interface vlan.200set vlans v500 vlan-id 500set vlans v500 l3-interface vlan.500set protocols iccp local-ip-addr 3.3.3.1set protocols iccp peer 3.3.3.2 session-establishment-hold-time 50set protocols iccp peer 3.3.3.2 backup-liveness-detection backup-peer-ip 10.207.64.234set protocols iccp peer 3.3.3.2 liveness-detection minimum-receive-interval 1000set protocols iccp peer 3.3.3.2 liveness-detection transmit-interval minimum-interval 1000set protocols igmp-snooping vlan allset protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols pim rp static address 1.0.0.3 group-ranges 239.0.0.0/8set protocols pim interface vlan.100 priority 100set protocols pim interface vlan.100 dual-drset protocols pim interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols pim interface vlan.200 priority 500set protocols pim interface vlan.200 dual-drset protocols pim interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols rstp interface ae0.0 disableset protocols rstp interface ae1.0 edgeset protocols rstp interface ae2.0 edgeset protocols rstp interface all mode point-to-pointset protocols rstp bpdu-block-on-edgeset multi-chassis multi-chassis-protection 3.3.3.2 interface ae0
Switch B—ELS:
set chassis aggregated-devices ethernet device-count 2set interfaces xe-0/0/12 ether-options 802.3ad ae0set interfaces xe-0/0/13 ether-options 802.3ad ae0set interfaces xe-0/0/46 ether-options 802.3ad ae1set interfaces xe-0/0/47 ether-options 802.3ad ae2set interfaces ae0 unit 0 family ethernet-switching interface-mode trunkset interfaces ae0 unit 0 family ethernet-switching vlan members v500set interfaces ae1 aggregated-ether-options lacp activeset interfaces ae1 aggregated-ether-options lacp system-id 00:01:02:03:04:05set interfaces ae1 aggregated-ether-options lacp admin-key 3set interfaces ae1 aggregated-ether-options mc-ae mc-ae-id 3set interfaces ae1 aggregated-ether-options mc-ae chassis-id 1set interfaces ae1 aggregated-ether-options mc-ae mode active-activeset interfaces ae1 aggregated-ether-options mc-ae status-control standbyset ae1 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae1 unit 0 family ethernet-switching interface-mode trunkset interfaces ae1 unit 0 family ethernet-switching vlan members v100set interfaces ae2 aggregated-ether-options lacp activeset interfaces ae2 aggregated-ether-options lacp system-id 00:01:02:03:04:06set interfaces ae2 aggregated-ether-options lacp admin-key 3set interfaces ae2 aggregated-ether-options mc-ae mc-ae-id 4set interfaces ae2 aggregated-ether-options mc-ae chassis-id 1set interfaces ae2 aggregated-ether-options mc-ae mode active-activeset interfaces ae2 aggregated-ether-options mc-ae status-control activeset interfaces ae2 aggregated-ether-options mc-ae init-delay-time 240set interfaces ae2 unit 0 family ethernet-switching interface-mode trunkset interfaces ae2 unit 0 family ethernet-switching vlan members v200set interfaces irb unit 100 family inet address 10.1.1.10/24 vrrp-group 1 virtual-address 10.1.1.1set interfaces irb unit 100 family inet address 10.1.1.10/24 vrrp-group 1 priority 150set interfaces irb unit 100 family inet address 10.1.1.10/24 vrrp-group 1 accept-dataset interfaces irb unit 200 family inet address 10.1.1.20/24 vrrp-group 2 virtual-address 10.1.1.2set interfaces irb unit 200 family inet address 10.1.1.20/24 vrrp-group 2 priority 150set interfaces irb unit 200 family inet address 10.1.1.20/24 vrrp-group 2 accept-dataset interfaces irb unit 500 family inet address 3.3.3.1/24set vlans v100 vlan-id 100 set vlans v100 l3-interface irb.100set vlans v200 vlan-id 200set vlans v200 l3-interface irb.200set vlans v500 vlan-id 500set vlans v500 l3-interface irb.500set protocols iccp local-ip-addr 3.3.3.1set protocols iccp peer 3.3.3.2 session-establishment-hold-time 50set protocols iccp peer 3.3.3.2 backup-liveness-detection backup-peer-ip 10.207.64.234set protocols iccp peer 3.3.3.2 liveness-detection minimum-receive-interval 1000set protocols iccp peer 3.3.3.2 liveness-detection transmit-interval minimum-interval 1000set protocols igmp-snooping vlan allset protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols ospf area 0.0.0.0 interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols pim rp static address 1.0.0.3 group-ranges 239.0.0.0/8set protocols pim interface vlan.100 priority 100set protocols pim interface vlan.100 dual-drset protocols pim interface vlan.100 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.100 bfd-liveness-detection transmit-interval threshold 500set protocols pim interface vlan.200 priority 500set protocols pim interface vlan.200 dual-drset protocols pim interface vlan.200 bfd-liveness-detection minimum-receive-interval 700set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350set protocols pim interface vlan.200 bfd-liveness-detection transmit-interval threshold 500set protocols rstp interface ae1.0 edgeset protocols rstp interface ae2.0 edgeset protocols rstp interface ae1.0 mode point-to-pointset protocols rstp bpdu-block-on-edgeset multi-chassis multi-chassis-protection 3.3.3.2 interface ae0set switch-options service-id 10
Configuring MC-LAG for Layer 3 Multicast Using VRRP on Two
Switches
Step-by-Step Procedure
- Configure the number of LAGs on both Switch A and Switch
B.
- Add member interfaces to the aggregated Ethernet interfaces
on both Switch A and Switch B.
- Configure ae0 as the trunk interface between Switch A
and Switch B.
Switch A and Switch B Using ELS:
- Configure ae0 as the multichassis protection link between
Switch A and Switch B.
Step-by-Step Procedure
- Configure the local IP address to be in the ICCP connection
on Switch A and Switch B.
- Configure the peer IP address, minimum receive interval,
and minimum transmit interval for a Bidirectional Forwarding Detection
(BFD) session for ICCP on Switch A and Switch B.
- (Optional) Configure the time during which an ICCP connection
must succeed between MC-LAG peers on Switch A and Switch B.
 | Note:
Configuring session establishment hold time helps to establish
a faster ICCP connection . The recommended value is 50 seconds. |
- (Optional) Configure the backup IP address to be used
for backup liveness detection on both Switch A and Switch B.
 | Note:
By default, backup liveness detection is not enabled.
Configuring a backup IP address helps achieve sub-second traffic loss
during an MC-LAG peer reboot. |
- Configure Layer 3 connectivity between the MC-LAG peers
on both Switch A and Switch B.
 | Note:
In ELS, use the irb.logical-interface-number instead. |
Switch A and Switch B Using ELS:
Step-by-Step Procedure
To enable the ae1 and ae2 MC-LAG interfaces:
- Enable LACP on the MC-LAG interfaces on Switch A and Switch
B.
 | Note:
At least one end needs to be active. The other end can
be either active or passive. |
- Specify the same multichassis aggregated Ethernet identification
number for each MC-LAG peer on Switch A and Switch B.
- Specify the same service ID on Switch A and Switch B.
- Specify a unique chassis ID for the MC-LAG on the MC-LAG
peers on Switch A and Switch B.
- Specify the operating mode of the MC-LAGs on both Switch
A and Switch B.
 | Note:
Only active-active mode is supported at this time. |
- Specify the status control for the MC-LAGs on Switch A
and Switch B.
 | Note:
You must configure status control on both Switch A and
Switch B hosting the MC-LAGs. If one peer is in active mode, the other
must be in standby mode. |
- Specify the number of seconds by which the bring-up of
the MC-LAG interfaces should be deferred after you reboot Switch A
or Switch B.
 | Note:
The recommended value for maximum VLAN configuration (for
example, 4,000 VLANS) is 240 seconds. If IGMP snooping is enabled
on all of the VLANs, the recommended value is 420 seconds. |
- Specify the same LACP system ID for each MC-LAG on Switch
A and Switch B.
- Specify the same LACP administration key on both Switch
A and Switch B.
- Enable a VLAN for each MC-LAG on Switch A and Switch B.
[edit vlans]user@switch# set v100 vlan-id 100user@switch# set v200 vlan-id 200
[edit interfaces]user@switch# set ae1 unit 0 family ethernet-switching vlan members v100user@switch# set ae2 unit 0 family ethernet-switching vlan members v200
- Configure ae1 and ae2 as trunk interfaces between Switch
A and Switch B.
Step-by-Step Procedure
To enable VRRP on the MC-LAGs on Switch A and Switch
B:
- Create a routed VLAN interface (RVI) for each MC-LAG,
assign a virtual IP address that is shared between each switch in
the VRRP groups, and assign an individual IP address for each switch
in the VRRP groups.
Switch A:
[edit interfaces]user@switch# set vlan unit 100 family inet address 10.1.1.11/24 vrrp-group 1 virtual-address 10.1.1.1user@switch# set vlan unit 200 family inet address 10.1.1.21/24 vrrp-group 2 virtual-address 10.1.1.2
Switch A Using ELS:
[edit interfaces]user@switch# set irb unit 100 family inet address 10.1.1.11/24 vrrp-group 1 virtual-address 10.1.1.1user@switch# set irb unit 200 family inet address 10.1.1.21/24 vrrp-group 2 virtual-address 10.1.1.2
Switch B:
[edit interfaces]user@switch# set vlan unit 100 family inet address 10.1.1.10/24 vrrp-group 1 virtual-address 10.1.1.1user@switch# set vlan unit 200 family inet address 10.1.1.20/24 vrrp-group 2 virtual-address 10.1.1.2
Switch B Using ELS:
[edit interfaces]user@switch# set irb unit 100 family inet address 10.1.1.10/24 vrrp-group 1 virtual-address 10.1.1.1user@switch# set irb unit 200 family inet address 10.1.1.20/24 vrrp-group 2 virtual-address 10.1.1.2
- Assign the priority for each switch in the VRRP groups:
 | Note:
The switch configured with the highest priority is the
master. |
Switch A:
[edit interfaces]user@switch# set vlan unit 100 family inet address 10.1.1.11/24 vrrp-group 1 priority 200user@switch# set vlan unit 200 family inet address 10.1.1.21/24 vrrp-group 2 priority 200
Switch A Using ELS:
[edit interfaces]user@switch# set irb unit 100 family inet address 10.1.1.11/24 vrrp-group 1 priority 200user@switch# set irb unit 200 family inet address 10.1.1.21/24 vrrp-group 2 priority 200
Switch B:
[edit interfaces]user@switch# set vlan unit 100 family inet address 10.1.1.10/24 vrrp-group 1 priority 150user@switch# set vlan unit 200 family inet address 10.1.1.20/24 vrrp-group 2 priority 150
Switch B Using ELS:
[edit interfaces]user@switch# set irb unit 100 family inet address 10.1.1.10/24 vrrp-group 1 priority 150user@switch# set irb unit 200 family inet address 10.1.1.20/24 vrrp-group 2 priority 150
- Enable the switch to accept all packets destined for the
virtual IP address if it is the master in a VRRP group:
Switch A:
[edit interfaces]user@switch# set vlan unit 100 family inet address 10.1.1.11/24 vrrp-group 1 accept-datauser@switch# set vlan unit 200 family inet address 10.1.1.21/24 vrrp-group 2 accept-data
Switch A Using ELS:
[edit interfaces]user@switch# set irb unit 100 family inet address 10.1.1.11/24 vrrp-group 1 accept-datauser@switch# set irb unit 200 family inet address 10.1.1.21/24 vrrp-group 2 accept-data
Switch B:
[edit interfaces]user@switch# set vlan unit 100 family inet address 10.1.1.10/24 vrrp-group 1 accept-datauser@switch# set vlan unit 200 family inet address 10.1.1.20/24 vrrp-group 2 accept-data
Switch B Using ELS:
[edit interfaces]user@switch# set irb unit 100 family inet address 10.1.1.10/24 vrrp-group 1 accept-datauser@switch# set irb unit 200 family inet address 10.1.1.20/24 vrrp-group 2 accept-data
- Configure Layer 3 connectivity between Switch A and Switch
B.
Step-by-Step Procedure
- Enable IGMP snooping for all VLANs on Switch A and Switch
B.
Step-by-Step Procedure
To configure OSPF as the Layer 3 protocol:
- Configure an OSPF area on Switch A and Switch B.
[edit protocols ospf]user@switch# set area 0.0.0.0
- Assign the VLAN interfaces for the MC-LAGs as interfaces
to the OSPF area on Switch A and Switch B.
[edit protocols ospf area 0.0.0.0]user@switch# set interface vlan.100user@switch# set interface vlan.200
- Configure the minimum receive interval, minimum transmit
interval, and transmit interval threshold for a Bidirectional Forwarding
Detection (BFD) session for the OSPF interfaces on Switch A and Switch
B.
 | Note:
On a QFX5100 switch, the minimum transmit interval must
be 1000 milliseconds or greater. Sub-second timers are not supported
in Junos OS 13.2X51-D10 and later. If you configure the minimum transmit
interval timer lower than 1000 milliseconds, the state of the MC-LAG
can be affected. |
[edit protocols ospf area 0.0.0.0]user@switch# set interface vlan.100 bfd-liveness-detection minimum-receive-interval 700user@switch# set interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350user@switch# set interface vlan.100 bfd-liveness-detection transmit-interval threshold 500user@switch# set interface vlan.200 bfd-liveness-detection minimum-receive-interval 700user@switch# set interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350user@switch# set interface vlan.200 bfd-liveness-detection transmit-interval threshold 500
Step-by-Step Procedure
To configure PIM as the multicast protocol:
- Configure a static rendezvous point (RP) address on Switch
A and Switch B.
[edit protocols pim]user@switch# set rp static address 1.0.0.3
- Configure the address ranges of the multicast groups for
which Switch A and Switch B can be a rendezvous point (RP).
[edit protocols pim rp static address 1.0.0.3]user@switch# set group-ranges 239.0.0.0/8
- Enable PIM on the VLAN interfaces for the MC-LAGs on Switch
A and Switch B.
[edit protocols pim]user@switch# set interface vlan.100 dual-druser@switch# set interface vlan.200 dual-dr
- Configure each PIM interface’s priority for being
selected as the designated router (DR).
An interface with a higher priority value has a higher probability
of being selected as the DR.
Switch A:
[edit protocols pim]user@switch# set interface vlan.100 priority 200user@switch# set interface vlan.200 priority 600
Switch B:
[edit protocols pim]user@switch# set interface vlan.100 priority 100user@switch# set interface vlan.200 priority 500
- Configure the minimum receive interval, minimum transmit
interval, and transmit interval threshold for a Bidirectional Forwarding
Detection (BFD) session for the PIM interfaces on Switch A and Switch
B.
[edit protocols pim]user@switch# set interface vlan.100 bfd-liveness-detection minimum-receive-interval 700user@switch# set interface vlan.100 bfd-liveness-detection transmit-interval minimum-interval 350user@switch# set interface vlan.100 bfd-liveness-detection transmit-interval threshold 500user@switch# set interface vlan.200 bfd-liveness-detection minimum-receive-interval 700user@switch# set interface vlan.200 bfd-liveness-detection transmit-interval minimum-interval 350user@switch# set interface vlan.200 bfd-liveness-detection transmit-interval threshold 500
Step-by-Step Procedure
- Enable RSTP on Switch A.
[edit protocols rstp]user@switch# set interface ae1.0 mode point-to-point
- Enable RSTP on Switch B.
[edit protocols rstp]user@switch# set interface ae1.0 mode point-to-point
- Disable RSTP on the
ICL-PL interfaces on Switch A and Switch B.
 | Note:
This command does not apply on ELS. |
[edit protocols rstp]user@switch# set interface ae0.0 disable
- Configure the MC-LAG interfaces as edge ports on Switch
A and Switch B.
 | Note:
The ae1 and ae2 interfaces are downstream interfaces.
This is why RSTP and bpdu-block-on-edge need to be configured. |
[edit protocols rstp]user@switch# set interface ae1.0 edgeuser@switch# set interface ae2.0 edge
- Enable BPDU blocking on all interfaces except for the
ICL-PL interfaces on Switch A and Switch B.
 | Note:
The ae1 and ae2 interfaces are downstream interfaces.
This is why RSTP and bpdu-block-on-edge need to be configured. |
[edit protocols rstp]user@switch# set bpdu-block-on-edge
Results
From configuration mode on Switch A, confirm your configuration
by entering the show chassis, show interfaces, show multi-chassis, show protocols, and show vlans commands. If the output does not display the intended
configuration, repeat the instructions in this example to correct
the configuration.
Switch A—Original CLI:
user@SwitchA# show chassisaggregated-devices {ethernet {device-count 3;}}
user@SwitchA# show interfacesxe-0/0/12 {ether-options {802.3ad ae0;}}
xe-0/0/13 {ether-options {802.3ad ae0;}}
xe-0/0/44 {ether-options {802.3ad ae1;}}
xe-0/0/45 {ether-options {802.3ad ae2;}}
ae0 {unit 0 {family ethernet-switching {port-mode trunk;vlan {members v500;}}}}
ae1 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:05;admin-key 3;}mc-ae {mc-ae-id 3;chassis-id 0;mode active-active;status-control active;init-delay-time 240;}}unit 0 {family ethernet-switching {port-mode trunk;vlan {members v100;}}}}
ae2 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:06;admin-key 3;}mc-ae {mc-ae-id 4;chassis-id 0;mode active-active;status-control active;init-delay-time 240;}}unit 0 {family ethernet-switching {port-mode trunk;vlan {members v200;}}}}
vlan {unit 100 {family inet {address 10.1.1.11/24 {vrrp-group 1 {virtual-address 10.1.1.1;priority 200;accept-data;}}}}unit 200 {family inet {address 10.1.1.21/24 {vrrp-group 2 {virtual-address 10.1.1.2;priority 200;accept-data;}}}}unit 500 {family inet {address 3.3.3.2/24;}}}
} user@SwitchA# show protocolsospf {area 0.0.0.0 {interface vlan.100 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}}
pim {rp {static {address 1.0.0.3 {group-ranges {239.0.0.0/8;}}}}interface vlan.100 {priority 200;dual-dr;bfd-liveness-detection { ## Warning: 'bfd-liveness-detection' is deprecatedminimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {priority 600;dual-dr;bfd-liveness-detection { ## Warning: 'bfd-liveness-detection' is deprecatedminimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}
iccp {local-ip-addr 3.3.3.2;peer 3.3.3.1 {session-establishment-hold-time 50;backup-liveness-detection {backup-peer-ip 10.207.64.233;}liveness-detection {minimum-receive-interval 1000;transmit-interval {minimum-interval 1000;}}}}
igmp-snooping {vlan all;}
rstp {interface ae0.0 {disable;}interface ae1.0 {edge;}interface ae2.0 {edge;}interface all {mode point-to-point;}bpdu-block-on-edge;}
user@SwitchA# show multi-chassismulti-chassis-protection 3.3.3.1 {interface ae0;}
user@SwitchA# show vlansv100 {vlan-id 100;l3-interface vlan.100;}
v200 {vlan-id 200;l3-interface vlan.200;}
v500 {vlan-id 500;l3-interface vlan.500;}
Switch A—ELS
user@SwitchA# show chassisaggregated-devices {ethernet {device-count 3;}}
user@SwitchA# show interfacesxe-0/0/12 {ether-options {802.3ad ae0;}}
xe-0/0/13 {ether-options {802.3ad ae0;}}
xe-0/0/44 {ether-options {802.3ad ae1;}}
xe-0/0/45 {ether-options {802.3ad ae2;}}
ae0 {unit 0 {family ethernet-switching {interface-mode trunk;vlan {members v100;}}}}
ae1 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:05;admin-key 3;}mc-ae {mc-ae-id 3;chassis-id 0;mode active-active;status-control active;init-delay-time 240;}}unit 0 {family ethernet-switching {interface-mode trunk;vlan {members v100;}}}}
ae2 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:06;admin-key 3;}mc-ae {mc-ae-id 4;chassis-id 0;mode active-active;status-control active;init-delay-time 240;}}unit 0 {family ethernet-switching {interface-mode trunk;vlan {members v200;}}}}
irb {unit 100 {family inet {address 10.1.1.11/24 {vrrp-group 1 {virtual-address 10.1.1.1;priority 200;accept-data;}}}}unit 200 {family inet {address 10.1.1.21/24 {vrrp-group 2 {virtual-address 10.1.1.2;priority 200;accept-data;}}}}unit 500 {family inet {address 3.3.3.2/24;}}}
user@SwitchA# show protocolsospf {area 0.0.0.0 {interface vlan.100 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}}
pim {rp {static {address 1.0.0.3 {group-ranges {239.0.0.0/8;}}}}interface vlan.100 {priority 200;dual-dr;bfd-liveness-detection { minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {priority 600;dual-dr;bfd-liveness-detection { minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}
iccp {local-ip-addr 3.3.3.2;peer 3.3.3.1 {session-establishment-hold-time 50;backup-liveness-detection {backup-peer-ip 10.207.64.233;}liveness-detection {minimum-receive-interval 1000;transmit-interval {minimum-interval 1000;}}}}
igmp-snooping {vlan all;}
rstp {interface ae1.0 {edge;}interface ae2.0 {edge;}interface ae1.0{mode point-to-point;}bpdu-block-on-edge;}
user@SwitchA# show multi-chassismulti-chassis-protection 3.3.3.1 {interface ae0;}
user@SwitchA# show switch-optionsservice-id 10;
user@SwitchA# show vlansv100 {vlan-id 100;l3-interface irb.100;}
v200 {vlan-id 200;l3-interface irb.200;}
v500 {vlan-id 500;l3-interfac irb.500;}
From configuration mode on Switch B, confirm your configuration
by entering the show chassis, show interfaces, show multi-chassis, show protocols, and show vlans commands. If the output does not display the intended
configuration, repeat the instructions in this example to correct
the configuration.
Switch B--Original CLI
user@SwitchB# show chassisaggregated-devices {ethernet {device-count 3;}}
user@SwitchB# show interfacesxe-0/0/12 {ether-options {802.3ad ae0;}}
xe-0/0/13 {ether-options {802.3ad ae0;}}
xe-0/0/46 {ether-options {802.3ad ae1;}}
xe-0/0/47 {ether-options {802.3ad ae2;}}
ae0 {unit 0 {family ethernet-switching {port-mode trunk;vlan {members v500;}}}}
ae1 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:05;admin-key 3;}mc-ae {mc-ae-id 3;chassis-id 1;mode active-active;status-control standby;}}unit 0 {family ethernet-switching {port-mode trunk;vlan {members v100;}}}}
ae2 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:06;admin-key 3;}mc-ae {mc-ae-id 4;chassis-id 1;mode active-active;status-control active;init-delay-time 240;}}unit 0 {family ethernet-switching {port-mode trunk;vlan {members v200;}}}}
irb {unit 100 {family inet {address 10.1.1.10/24 {vrrp-group 1 {virtual-address 10.1.1.1;priority 150;accept-data;}}}}unit 200 {family inet {address 10.1.1.20/24 {vrrp-group 2 {virtual-address 10.1.1.2;priority 150;accept-data;}}}}unit 500 {family inet {address 3.3.3.1/24;}}}
}
user@SwitchB# show protocolsospf {area 0.0.0.0 {interface vlan.100 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}}
pim {rp {static {address 1.0.0.3 {group-ranges {239.0.0.0/8;}}}}interface vlan.100 {priority 100;dual-dr;bfd-liveness-detection { ## Warning: 'bfd-liveness-detection' is deprecatedminimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {priority 500;dual-dr;bfd-liveness-detection { ## Warning: 'bfd-liveness-detection' is deprecatedminimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}
iccp {local-ip-addr 3.3.3.1;peer 3.3.3.2 {session-establishment-hold-time 50;backup-liveness-detection {backup-peer-ip 10.207.64.234;}liveness-detection {minimum-receive-interval 1000;transmit-interval {minimum-interval 1000;}}}}
igmp-snooping {vlan all;}
rstp {interface ae0.0 {disable;}interface ae1.0 {edge;}interface ae2.0 {edge;}interface all {mode point-to-point;}bpdu-block-on-edge;}
} user@SwitchB# show multi-chassismulti-chassis-protection 3.3.3.2 {interface ae0;}
user@SwitchB# show vlansv100 {vlan-id 100;l3-interface vlan.100;}
v200 {vlan-id 200;l3-interface vlan.200;}
v500 {vlan-id 500;l3-interface vlan.500;}
Switch B–-ELS
user@SwitchB# show chassisaggregated-devices {ethernet {device-count 3;}}
user@SwitchB# show interfacesxe-0/0/12 {ether-options {802.3ad ae0;}}
xe-0/0/13 {ether-options {802.3ad ae0;}}
xe-0/0/46 {ether-options {802.3ad ae1;}}
xe-0/0/47 {ether-options {802.3ad ae2;}}
ae0 {unit 0 {family ethernet-switching {interface-mode trunk;vlan {members v100;}}}}
ae1 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:05;admin-key 3;}mc-ae {mc-ae-id 3;chassis-id 1;mode active-active;status-control standby;}}unit 0 {family ethernet-switching {interface-mode trunk;vlan {members v100;}}}}
ae2 {aggregated-ether-options {lacp {active;system-id 00:01:02:03:04:06;admin-key 3;}mc-ae {mc-ae-id 4;chassis-id 1;mode active-active;status-control active;init-delay-time 240;}}unit 0 {family ethernet-switching {interface-mode trunk;vlan {members v200;}}}}
irb {unit 100 {family inet {address 10.1.1.10/24 {vrrp-group 1 {virtual-address 10.1.1.1;priority 150;accept-data;}}}}unit 200 {family inet {address 10.1.1.20/24 {vrrp-group 2 {virtual-address 10.1.1.2;priority 150;accept-data;}}}}unit 500 {family inet {address 3.3.3.1/24;}}}
user@SwitchB# show protocolsospf {area 0.0.0.0 {interface vlan.100 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {bfd-liveness-detection {minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}}
pim {rp {static {address 1.0.0.3 {group-ranges {239.0.0.0/8;}}}}interface vlan.100 {priority 100;dual-dr;bfd-liveness-detection { minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}interface vlan.200 {priority 500;dual-dr;bfd-liveness-detection { minimum-receive-interval 700;transmit-interval {minimum-interval 350;threshold 500;}}}}
iccp {local-ip-addr 3.3.3.1;peer 3.3.3.2 {session-establishment-hold-time 50;backup-liveness-detection {backup-peer-ip 10.207.64.234;}liveness-detection {minimum-receive-interval 1000;transmit-interval {minimum-interval 1000;}}}}
igmp-snooping {vlan all;}
rstp {interface ae1.0 {edge;}interface ae2.0 {edge;}interface ae1.0{mode point-to-point;}bpdu-block-on-edge;}
user@SwitchB# show multi-chassismulti-chassis-protection 3.3.3.2 {interface ae0;}
user@SwitchB# show switch-optionsservice-id 10;
user@SwitchB# show vlansv100 {vlan-id 100;l3-interface irb.100;}
v200 {vlan-id 200;l3-interface irb.200;}
v500 {vlan-id 500;l3-interface irb.500;}
Verification
Verify that the configuration is working properly.
Verifying That Switch A is the Master Designated Router
Purpose
Verify that Switch A is the master designated router
(DR).
Action
From operational mode, enter the show pim interfaces command.
user@switch> show pim interfaces
Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, P2P = Point-to-point link,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable
Name Stat Mode IP V State NbrCnt JoinCnt(sg/*g) DR address
pime.32769 Down S 4 2 P2P,NotCap 0 0/0
vlan.100 Up S 4 2 DDR-DR,NotCap 1 0/0 10.1.1.11
vlan.200 Up S 4 2 DDR-DR,NotCap 2 0/0 10.1.1.21
Meaning
The DDR-DR state of the VLAN interfaces in the output
shows that Switch A is the master designated router.
Verifying That Switch B is the Backup Designated Router
Purpose
Verify that Switch B is the backup designated router
(BDR).
Action
From operational mode, enter the show pim interfaces command.
user@switch> show pim interfaces
Stat = Status, V = Version, NbrCnt = Neighbor Count,
S = Sparse, D = Dense, B = Bidirectional,
DR = Designated Router, P2P = Point-to-point link,
Active = Bidirectional is active, NotCap = Not Bidirectional Capable
Name Stat Mode IP V State NbrCnt JoinCnt(sg/*g) DR address
pime.32769 Down S 4 2 P2P,NotCap 0 0/0
vlan.100 Up S 4 2 DDR-BDR,NotCap 1 0/0 10.1.1.11
vlan.200 Up S 4 2 DDR-BDR,NotCap 2 0/0 10.1.1.21
Meaning
The DDR-BDR state of the VLAN interfaces in the output
shows that Switch B is the backup designated router.
Published: 2015-03-16