active-active
Syntax
active-active
no active-active
Description
Enables the PIM active-active mechanism per VRF on VSX. The default is disabled.
The
no
form of this command disables the PIM active-active mechanism.
Command context
config-pim
Authority
Administrators or local user group members with execution rights for this command.
Usage
PIM active-active keeps the multicast forwarding state synchronized on both VSX peer devices. Synchronization is achieved by electing the VSX peer that has the highest IP address as a designated router (DR) and the other as Proxy-DR.
If you want the multicast traffic to flow through VSX primary, assign higher IP addresses to the interfaces in VSX primary. When the VSX peer that is acting as the DR goes down, traffic is recovered faster since the multicast routes are synchronized.
Do not configure the DR priority of interfaces when
active-active
is enabled. The DR priority will be set to high on DR and default on Proxy-DR and any user-configured DR priority will be ignored.Always configure
keepalive
between VSX peers. If the ISL goes down whenkeepalive
is not configured, both VSX peers start acting independently as DRs, resulting in duplicate traffic.Do not configure IGMP joins on transit VLANS.
RP redundancy is not supported on the
active-active
mechanism. If one of the VSX peers is configured as RP and it goes down, the new traffic flows will not be converged until the RP is elected. For a static RP, new flows will never be converged until the VSX peer is back up.
Examples
Enabling the PIM active-active mechanism:
switch(config)# router pim switch(config-pim)# active-active
Disabling the PIM active-active mechanism:
switch(config)# router pim switch(config-pim)# no active-active