qos
   
      
      Supported in the following platforms: 
         
         
            - Access Points — AP7502, AP7522,
               AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
 
            - Wireless Controller — RFS4010
 
            - Service Platforms — NX5500, NX7500,
               NX9500, NX9600, VX9000
 
         
       
      Syntax
      
         qos trust [802.1p|cos|dscp]
       
      Parameters
qos trust [802.1p|cos|dscp]
               
               
               
                  
                     | trust
                        [802.1p|cos|dscp] | 
                     Trusts QoS
                        values ingressing on this interface
                           - 802.1p – Trusts 802.1p COS
                              values ingressing on this interface
 
                           - cos – Trusts 802.1p COS
                              values ingressing on this interface. This option is enabled by
                              default.
 
                           - dscp – Trusts IP DSCP QOS
                              values ingressing on this interface. This option is enabled by
                              default.
 
                         
 | 
                  
               
            
 
 
      Example
nx9500-6C8809(config-profile-default-rfs4000-if-ge1)#qos trust dscp
nx9500-6C8809(config-profile-default-rfs4000-if-ge1)#qos trust 802.1p
nx9500-6C8809(config-profile-default-rfs4000-if-ge1)#show context
 interface ge1
  description "This is GigabitEthernet interface for Royal King"
  duplex full
  dot1x supplicant username Bob password 0 test@123
  ip dhcp trust
  ip arp header-mismatch-validation
  qos trust dscp
  qos trust 802.1p
  channel-group 1
nx9500-6C8809(config-profile-default-rfs4000-if-ge1)#
 
      Related Commands
               
               
               
                  
                     | no | 
                     Removes QoS settings on the selected interface |