Enabling VSX configuration synchronization for a feature

Feature Command for enabling Example
Access lists associated with interface vsx-sync {[vlans access-lists] | [access-lists]}
switch(config)# interface 1/1/1
switch(config-if)# vsx-sync access-lists
Access lists associated with a LAG vsx-sync {[vlans access-lists] | [access-lists]}
switch(config)# interface lag 2
switch(config-lag-if)# vsx-sync access-lists
switch(config-lag-if)# apply access-list ip ITBoston in
One or more active gateways associated with the interface vsx-sync active-gateways
switch(config)# interface vlan 1
switch(config-if-vlan)# vsx-sync active-gateways
switch(config-if-vlan)# active-gateway ip 10.10.10.10 mac 00:00:5E:00:53:FF
switch(config-if-vlan)# active-gateway ip6 fd12:3456:789a:1::1 mac 00:00:5E:00:53:00
Class context to the secondary peer vsx-sync
switch(config)# class ip ITHouston
switch(config-class-ip)# vsx-sync
Entire access list to the secondary peer vsx-sync
switch(config)# access-list ip ITBoston
switch(config-acl-ip)# vsx-sync
Entire policy context to the secondary peer vsx-sync
switch(config)# policy ITPaloAlto
switch(config-policy)# vsx-sync
VLAN context to the secondary peer vsx-sync
switch(config)# vlan 1
switch(config-vlan-1)# vsx-sync
VLANs associated with a LAG vsx-sync {[vlans access-lists] | [vlans]}
switch(config)# interface lag 1
switch(config-lag-if)# vsx-sync vlans
switch(config-lag-if)# vlan trunk native 1
VLANs associated with interface vsx-sync {[vlans access-lists] | [vlans]}
switch(config)# interface 1/1/1
switch(config-if)# vsx-sync vlans
VLANs and access lists associated with interface vsx-sync {[vlans access-lists] | [vlans]}
switch(config)# interface 1/1/1
switch(config-if)# vsx-sync vlans access-lists
VLANs and access lists associated with a LAG vsx-sync {[vlans access-lists] | [vlans]}
switch(config)# interface lag 3
switch(config-lag-if)#vsx-sync vlans access-lists
switch(config-lag-if)# vlan trunk native 1
switch(config-lag-if)# apply access-list ip ITPaloAlto in
VSX active-forwarding on an interface VLAN vsx active-forwarding
switch# interface vlan 3
switch(config-if-vlan)# vsx active-forwarding
switch(config-vsx)#