Enabling VSX configuration synchronization for a feature

Feature Command for enabling Example

AAA configurations, including user, RADIUS server, and TACACS+ server.

vsx-sync aaa

switch(config)# vsx
switch(config-vsx)# vsx-sync aaa

Access lists associated with interface or LAG

vsx-sync access-lists

Enabling VSX synchronization for access lists associated with interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# vsx-sync access-lists

Enabling VSX synchronization for access lists under interface LAG 2:

switch(config)# interface lag 2
switch(config-lag-if)# vsx-sync access-lists
switch(config-lag-if)# apply access-list ip test1 in

Entire access list context to the secondary peer.

vsx-sync

switch(config)# access-list ip ITBoston
switch(config-acl-ip)# vsx-sync

One or more active gateways associated with the interface

vsx-sync active-gateways

Enabling VSX sync for active gateways under interface VLAN 5:

Enter on the primary switch:

switch(config)# interface vlan 5
switch(config-if-vlan)# vsx-sync active-gateways

Enter on the secondary switch:

switch(config)# interface vlan 5

Class context to the secondary peer

vsx-sync

switch(config)# class ip ITHouston
switch(config-class-ip)# vsx-sync

CoPP policy configurations.

vsx-sync copp-policy

switch(config)# vsx
switch(config-vsx)# vsx-sync copp-policy

DNS configurations.

vsx-sync dns

switch(config)# vsx
switch(config-vsx)# vsx-sync dns

Global QoS Configurations, such as CoS map, DSCP map, and trust policy,

vsx-sync qos-global

switch(config)# vsx
switch(config-vsx)# vsx-sync qos-global

MCLAG interfaces

vsx-sync mclag-interfaces

Enabling VSX sync for an MCLAG interface:

switch(config)# vsx
switch(config-vsx)# vsx-sync mclag-interfaces

Entire policy context to the secondary peer

vsx-sync

switch(config)# policy ITPaloAlto
switch(config-policy)# vsx-sync

QoS associated with interface or LAG

vsx-sync qos

Enabling VSX synchronization for QoS associations under interface 1/1/5:

switch(config)# interface 1/1/5
switch(config-if)# vsx-sync qos

Enabling VSX synchronization for QoS under interface LAG 3:

switch(config)# interface lag 3
switch(config-lag-if)# vsx-sync qos

Polices under an interface

vsx-sync policies

Enabling VSX sync for policies under interface VLAN 5:

Enter on the primary switch:

switch(config)# interface vlan 5
switch(config-if-vlan)# vsx-sync policies

Enter on the secondary switch:

switch(config)# interface vlan 5

Rate limits associated with interface or LAG

vsx-sync rate-limits

Enabling VSX synchronization for rate limits with interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# vsx-sync rate-limits

Enabling VSX synchronization for rate limits under interface LAG 3:

switch(config)# interface lag 3
switch(config-lag-if)# vsx-sync rate-limits

sFlow configurations

vsx-sync sflow

switch(config)# vsx
switch(config-vsx)# vsx-sync sflow

SNMP configurations

vsx-sync snmp

switch(config)# vsx
switch(config-vsx)# vsx-sync snmp

SSH configurations

vsx-sync ssh

switch(config)# vsx
switch(config-vsx)# vsx-sync ssh

Static routes

vsx-sync static-routes

switch(config)# vsx
switch(config-vsx)# vsx-sync static-routes

Time-related configurations, including NTP and time zone configurations

vsx-sync time

switch(config)# vsx
switch(config-vsx)# vsx-sync time

VLAN context to the secondary peer

vsx-sync

switch(config)# vlan 1
switch(config-vlan-1)# vsx-sync

VSX active-forwarding on an interface VLAN

vsx active-forwarding

switch# interface vlan 3
switch(config-if-vlan)# vsx active-forwarding
switch(config-vsx)#