vsx-sync neighbor

Syntax

vsx-sync neighbor

no vsx-sync neighbor

Description

Enables VSX synchronization of IPv4 and IPv6 static neighbors configuration on primary VSX node to the secondary peer. There is no configuration sync from secondary to primary peer. If any new modification or additional configuration is made on the primary node for IPv4 and IPv6 static neighbors configuration, they will be auto-synced.

The no form of this command VSX synchronization of IPv4 and IPv6 static neighbors configurations to the secondary peer, but it does not remove the previously synced configurations from the secondary peer switch.

Command context

config-vsx

Authority

Administrators or local user group members with execution rights for this command.

Examples

Enabling VSX sync for the IPv4 and IPv6 static neighbors configurations:

DUT-1 (config-vsx)# show run in vlan127
interface vlan127
		ip address 137.1.1.1/16
		ipv6 address 7f00::1/64
		arp ipv4 137.1.1.35 mac 00:12:01:00:00:1a
		arp ipv4 137.1.1.70 mac 00:12:01:00:00:3d
		exit
DUT-1(config-vsx)
switch(config)# vsx
switch(config-vsx)# vsx-sync neighbor

Disabling VSX sync for the IPv4 and IPv6 static neighbors configurations:

switch(config)# vsx
switch(config-vsx)# no vsx-sync neighbor