A Network QoS rule specifies a rule defined in a Network QoS policy; its type is defined by the parameter ‘type’. Can be assigned, within a Network QoS policy, to a port or a network. Each Network QoS policy can contain several rules, each of them
Network v2
Create new Network QoS rule
os network qos rule create
--type <type>
[--max-kbps <max-kbps>]
[--max-burst-kbits <max-burst-kbits>]
[--dscp-marks <dscp-marks>]
[--min-kbps <min-kbps>]
[--ingress | --egress]
<qos-policy>
QoS rule type (minimum-bandwidth, dscp-marking, bandwidth-limit)
Maximum bandwidth in kbps
Maximum burst in kilobits, 0 means automatic
DSCP mark: value can be 0, even numbers from 8-56, excluding 42, 44, 50, 52, and 54
Minimum guaranteed bandwidth in kbps
Ingress traffic direction from the project point of view
Egress traffic direction from the project point of view
QoS policy that contains the rule (name or ID)
Delete Network QoS rule
os network qos rule delete
<qos-policy>
<rule-id>
QoS policy that contains the rule (name or ID)
Network QoS rule to delete (ID)
List Network QoS rules
os network qos rule list
<qos-policy>
QoS policy that contains the rule (name or ID)
Set Network QoS rule properties
os network qos rule set
[--max-kbps <max-kbps>]
[--max-burst-kbits <max-burst-kbits>]
[--dscp-marks <dscp-marks>]
[--min-kbps <min-kbps>]
[--ingress | --egress]
<qos-policy>
<rule-id>
Maximum bandwidth in kbps
Maximum burst in kilobits, 0 means automatic
DSCP mark: value can be 0, even numbers from 8-56, excluding 42, 44, 50, 52, and 54
Minimum guaranteed bandwidth in kbps
Ingress traffic direction from the project point of view
Egress traffic direction from the project point of view
QoS policy that contains the rule (name or ID)
Network QoS rule to delete (ID)
Display Network QoS rule details
os network qos rule show
<qos-policy>
<rule-id>
QoS policy that contains the rule (name or ID)
Network QoS rule to delete (ID)