set class-of-service classifier trust-mode
The set class-of-service classifier trust-mode command can be used to configure classifier-name for a classifier, and the name is optionally implemented. The value of trust-mode can be DSCP, IEEE 802.1, or inet-precedence.
Command Syntax
set class-of–service classifier <classifier-name> trust-mode <trust-mode>
delete class-of–service classifier <classifier-name> trust-mode
Parameters
Parameter | Description |
classifier <classifier-name > | Classifier configuration. It is optionally implemented. |
trust-mode <trust-mode > | Priority based. The value of trust-mode can be DSCP, IEEE 802.1, or inet-precedence. By default, the trust mode is IEEE 802.1. |
Example
This example creates classifier c1 based on the trust-mode of DSCP:
admin@XorPlus# set class-of-service classifier c1 trust-mode dscp
admin@XorPlus# commitThis example creates classifier c2 based on the trust-mode of IEEE 802.1:
admin@XorPlus# set class-of-service classifier c2 trust-mode ieee-802.1
admin@XorPlus# commitThis example creates classifier c3 based on the trust-mode of inet-precedence:
admin@XorPlus# set class-of-service classifier c3 trust-mode inet-precedence
admin@XorPlus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.