vflow-class-show
This command is used to display information about a traffic class applied to a vFlow.
Syntax vflow-class-show
name name-string |
The name for the vFlow class. |
scope local|fabric |
The scope to apply the class. |
type system|user |
The type of flow class. |
priority priority-number |
The traffic priority for the vFlow. This is a value between 2 (lowest), and 8 (highest). |
cos cos-number |
The Class of Service (CoS) value for the vFlow class. |
Defaults None.
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.1 |
The option reserved is deprecated from type. The parameter max-egress-bw is deprecated. |
Version 2.4 |
The parameter cos added. |
Usage NetVisor OS provides a full set of traffic class features, including the ability to view, and modify traffic classes, as well as assigning traffic classes to flows that manage the quality of service (QoS) of the flow traffic, and shape the traffic passing through a Pluribus Networks fabric. Use the command to display traffic classes assigned to a traffic flow.
Examples To display all traffic classes, use the following command:
CLI (network-admin@switch) > vflow-class-show
name scope type priority cos
------------- ------ ------ -------- ---
meter fabric system 0 0
class0 fabric system 0 0
class1 fabric system 1 1
class2 fabric system 2 2
class3 fabric system 3 3
class4 fabric system 4 3
class5 fabric system 5 4
class6 fabric system 6 4
class7 fabric system 7 5
guaranteed_bw fabric system 9 6
class8 fabric system 10 6
lossless fabric system 10 6
control fabric system 11 7
control2 fabric system 12 8
control3 fabric system 13 9