qos

interface-config-ge-instance

Defines QoS (Quality of Service) settings on this Ethernet port

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • 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