vsx-sync qos-global

Syntax

vsx-sync qos-global

no vsx-sync qos-global

Description

Enables the VSX synchronization of global QoS configurations, such as CoS map, DSCP map, and trust policy, on the primary VSX node to the secondary peer switch.

The no form of this command removes VSX synchronization of global QoS configurations, but it does not remove the existing global QoS feature configurations from the secondary peer switch.

Command context

config-vsx

Authority

Administrators

Examples

The first five lines in the following example show the setting of global QoS configurations. The last two lines of the example show the enabling of VSX synchronization for global QoS configurations.

switch(config)# qos cos-map 1 local-priority 0
switch(config)# qos cos-map 0 local-priority 1
switch(config)# qos cos-map 2 local-priority 2
switch(config)# qos dscp-map 2 local-priority 3
switch(config)# qos trust dscp 
switch(config)# vsx
switch(config-vsx)# vsx-sync qos-global

Disabling VSX synchronization of global QoS configurations:

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