qos-hub

Note

requires a Product License.

The list of QoS-hub interfaces on the device.

vsr running config# vrf <vrf> interface qos-hub <qos-hub>

<qos-hub>

An interface name.

mtu

Set the max transmission unit size in octets.

vsr running config# vrf <vrf> interface qos-hub <qos-hub>
vsr running qos-hub <qos-hub># mtu <uint32>

promiscuous

Set promiscuous mode.

vsr running config# vrf <vrf> interface qos-hub <qos-hub>
vsr running qos-hub <qos-hub># promiscuous true|false

enabled (pushed)

The desired (administrative) state of the interface.

vsr running config# vrf <vrf> interface qos-hub <qos-hub>
vsr running qos-hub <qos-hub># enabled true|false
Default value
true

description

A textual description of the interface.

vsr running config# vrf <vrf> interface qos-hub <qos-hub>
vsr running qos-hub <qos-hub># description <string>

ifindex (state only)

System assigned number for each interface. Corresponds to ifIndex object in SNMP Interface MIB.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> ifindex

admin-status (state only)

The desired state of the interface. In RFC 7223 this leaf has the same read semantics as ifAdminStatus. Here, it reflects the administrative state as set by enabling or disabling the interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> admin-status

oper-status (state only) (pushed)

The current operational state of the interface. This leaf has the same semantics as ifOperStatus.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> oper-status

last-change (state only)

unit: nanoseconds

This timestamp indicates the time of the last state change of the interface (e.g., up-to-down transition). This corresponds to the ifLastChange object in the standard interface MIB. The value is the timestamp in nanoseconds relative to the Unix Epoch (Jan 1, 1970 00:00:00 UTC).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> last-change

ddos-protection

Note

requires a DDoS protection License.

Configuration for anti DDoS protection.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> ddos-protection

enabled

Enable anti-DDoS Protection.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> ddos-protection
vsr running ddos-protection# enabled true|false

qos

Note

requires a Product License.

QoS configuration.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos

ingress

Ingress QoS configuration.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos ingress

policy (config only)

List of QoS policies defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos ingress
vsr running ingress# policy <leafref>

rate-limit

Rate limit configuration.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit
policer (config only)

Traffic policer defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit
vsr running rate-limit# policer <leafref>
shared-policer (config only)

Traffic shared policer defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit
vsr running rate-limit# shared-policer <leafref>
policer (state only)

Traffic policer.

bandwidth (state only)

Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer bandwidth
burst (state only)

Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer burst
excess-bandwidth (state only)

Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer excess-bandwidth
excess-burst (state only)

Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer excess-burst
shared-policer (state only)

Shared policer name.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer shared-policer
stats (state only)

Traffic policer statistics.

pass-packets (state only)

Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer stats pass-packets
pass-bytes (state only)

Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer stats pass-bytes
pass-excess-packets (state only)

Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer stats pass-excess-packets
pass-excess-bytes (state only)

Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer stats pass-excess-bytes
drop-packets (state only)

Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer stats drop-packets
drop-bytes (state only)

Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress rate-limit policer stats drop-bytes

policy (state only)

List of QoS policies.

priority (state only)

Priority of the policy (policies are looked up hacked by increasing order of priority).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> priority
selector (state only)

List of traffic selectors.

match8bits (state only)

8 bit selector.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match8bits value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match8bits mask
offset (state only)

The offset in the frame where the value must match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match8bits offset
match16bits (state only)

16 bit selector.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match16bits value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match16bits mask
offset (state only)

The offset in the frame where the value must match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match16bits offset
match32bits (state only)

32 bit selector.

value (state only)

The 32 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match32bits value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match32bits mask
offset (state only)

The offset in the frame where the value must match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> match32bits offset
ipv4 (state only)

IPv4 header selector.

match-all (state only)

Match all IPv4 traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 match-all
source (state only)

The source address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 source
destination (state only)

The destination address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 destination
protocol (state only)

The protocol to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 protocol value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 protocol mask
tos (state only)

The TOS field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 tos value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 tos mask
dscp (state only)

The DSCP field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv4 dscp value
ipv6 (state only)

IPv6 header selector.

match-all (state only)

Match all IPv6 traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 match-all
source (state only)

The source address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 source
destination (state only)

The destination address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 destination
protocol (state only)

The protocol to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 protocol value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 protocol mask
tos (state only)

The TC field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 tos value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 tos mask
dscp (state only)

The DSCP field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> ipv6 dscp value
tcp (state only)

TCP header selector.

match-all (state only)

Match all TCP traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> tcp match-all
source-port (state only)

The source port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> tcp source-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> tcp source-port mask
destination-port (state only)

The destination port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> tcp destination-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> tcp destination-port mask
udp (state only)

UDP header selector.

match-all (state only)

Match all UDP traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> udp match-all
source-port (state only)

The source port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> udp source-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> udp source-port mask
destination-port (state only)

The destination port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> udp destination-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> udp destination-port mask
icmp (state only)

ICMP header selector.

match-all (state only)

Match all ICMP traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmp match-all
type (state only)

The ICMP type to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmp type value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmp type mask
code (state only)

The ICMP code to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmp code value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmp code mask
icmpv6 (state only)

ICMPv6 header selector.

match-all (state only)

Match all ICMPv6 traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmpv6 match-all
type (state only)

The ICMPv6 type to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmpv6 type value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmpv6 type mask
code (state only)

The ICMPv6 code to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmpv6 code value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> selector <string> icmpv6 code mask
action (state only)

The policy action.

set-mark (state only)

Mark the packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> action set-mark
restore-connmark (state only)

Copy the connection mark (ctmark) to the packet mark (nfmark): if the packet belongs to a connection in the conntrack module and a ctmark is assigned to this connection, then the mark is copied to the packet nfmark. Otherwise the packet nfmark is reset to 0.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> action restore-connmark
redirect (state only)

Redirect the packet to a QoS-hub interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> action redirect
pass (state only)

Do not apply any specific QoS processing.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> action pass
set-priority (state only)

Set the priority of the packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> action set-priority
stats (state only)

Policy statistics.

match-packets (state only)

Number of packets matched.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> stats match-packets
drop-packets (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos ingress policy <string> stats drop-packets

egress

Egress QoS configuration.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress

scheduler (config only)

Scheduler defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress
vsr running egress# scheduler <leafref>

policy (config only)

List of QoS policies defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress
vsr running egress# policy <leafref>

rate-limit

Rate limit configuration.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit
policer (config only)

Traffic policer defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit
vsr running rate-limit# policer <leafref>
shared-policer (config only)

Traffic shared policer defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit
vsr running rate-limit# shared-policer <leafref>
shaper (config only)

Traffic shaper defined in the QoS context.

vsr running config# vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit
vsr running rate-limit# shaper <leafref>
policer (state only)

Traffic policer.

bandwidth (state only)

Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer bandwidth
burst (state only)

Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer burst
excess-bandwidth (state only)

Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer excess-bandwidth
excess-burst (state only)

Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer excess-burst
shared-policer (state only)

Shared policer name.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer shared-policer
stats (state only)

Traffic policer statistics.

pass-packets (state only)

Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer stats pass-packets
pass-bytes (state only)

Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer stats pass-bytes
pass-excess-packets (state only)

Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer stats pass-excess-packets
pass-excess-bytes (state only)

Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer stats pass-excess-bytes
drop-packets (state only)

Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer stats drop-packets
drop-bytes (state only)

Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit policer stats drop-bytes
shaper (state only)

Traffic shaper.

bandwidth (state only)

Maximum bandwidth of shaped traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit shaper bandwidth
burst (state only)

Maximum burst size of shaped traffic. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit shaper burst
layer1-overhead (state only)

Number of bytes added by the underlying protocol on each packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit shaper layer1-overhead
queue-size (state only)

Number of packets that can be saved in the delay queue. If a scheduler is also configured on the interface, this value is not used, the queues of the scheduler are used as delay queues. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit shaper queue-size
stats (state only)

Traffic shaper statistics.

pass-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit shaper stats pass-packets
drop-packets (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress rate-limit shaper stats drop-packets

scheduler (state only)

List of schedulers on an interface.

is-root (state only)

Is true if the scheduler is root on the interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> is-root
template-name (state only)

The template name it has been configured with.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> template-name
pq (state only)

Priority Queueing state.

nb-queue (state only)

Number of Priority Queueing queues available in the scheduler.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq nb-queue
default-queue (state only)

The scheduler queue on which the default traffic will be directed.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq default-queue
stats (state only)

Traffic pq scheduler statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq stats drop-queue-full-bytes
queue (state only)

List of Priority Queueing queues.

size (state only)

Size of the queue in packets. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> size
child-scheduler-id (state only)

Child scheduler id within the interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> child-scheduler-id
priority (state only)

Custom priority of this queue.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> priority
policer (state only)

Queue’s input policer.

bandwidth (state only)

Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer bandwidth
burst (state only)

Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer burst
excess-bandwidth (state only)

Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer excess-bandwidth
excess-burst (state only)

Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer excess-burst
stats (state only)

Queue’s input policer statistics.

pass-packets (state only)

Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-packets
pass-bytes (state only)

Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-bytes
pass-excess-packets (state only)

Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-excess-packets
pass-excess-bytes (state only)

Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-excess-bytes
drop-packets (state only)

Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer stats drop-packets
drop-bytes (state only)

Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> policer stats drop-bytes
shaper (state only)

Queue’s output shaper.

bandwidth (state only)

Maximum bandwidth of shaped traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> shaper bandwidth
burst (state only)

Maximum burst size of shaped traffic. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> shaper burst
layer1-overhead (state only)

Number of bytes added by the underlying protocol on each packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> shaper layer1-overhead
queue-size (state only)

Number of packets that can be saved in the delay queue. If a scheduler is also configured on the interface, this value is not used, the queues of the scheduler are used as delay queues. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> shaper queue-size
stats (state only)

Queue’s output shaper statistics.

pass-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> shaper stats pass-packets
drop-packets (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> shaper stats drop-packets
class (state only)

Classes assigned to the queue.

stats (state only)

Class statistics.

match-packets (state only)

Number of packets matched.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> class <string> stats match-packets
stats (state only)

Queue statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pq queue <uint32> stats drop-queue-full-bytes
pb-dwrr (state only)

Priority-Based Deficit Weighted Round Robin description.

nb-queue (state only)

Number of PB-DWRR queues available in the scheduler.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr nb-queue
default-queue (state only)

The scheduler queue on which the default traffic will be directed.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr default-queue
stats (state only)

Traffic pb-dwrr scheduler statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr stats drop-queue-full-bytes
queue (state only)

List of PB-DWRR queues.

size (state only)

Size of the queue in packets. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> size
child-scheduler-id (state only)

Child scheduler id within the interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> child-scheduler-id
quantum (state only)

Quantum of the queue in bytes. Relevant only if priority is low.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> quantum
priority (state only)

Priority of the queue (low or high).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> priority
policer (state only)

Queue’s input policer.

bandwidth (state only)

Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer bandwidth
burst (state only)

Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer burst
excess-bandwidth (state only)

Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer excess-bandwidth
excess-burst (state only)

Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer excess-burst
stats (state only)

Queue’s input policer statistics.

pass-packets (state only)

Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-packets
pass-bytes (state only)

Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-bytes
pass-excess-packets (state only)

Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-excess-packets
pass-excess-bytes (state only)

Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-excess-bytes
drop-packets (state only)

Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats drop-packets
drop-bytes (state only)

Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats drop-bytes
shaper (state only)

Queue’s output shaper.

bandwidth (state only)

Maximum bandwidth of shaped traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper bandwidth
burst (state only)

Maximum burst size of shaped traffic. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper burst
layer1-overhead (state only)

Number of bytes added by the underlying protocol on each packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper layer1-overhead
queue-size (state only)

Number of packets that can be saved in the delay queue. If a scheduler is also configured on the interface, this value is not used, the queues of the scheduler are used as delay queues. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper queue-size
stats (state only)

Queue’s output shaper statistics.

pass-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper stats pass-packets
drop-packets (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper stats drop-packets
class (state only)

Classes assigned to the queue.

stats (state only)

Class statistics.

match-packets (state only)

Number of packets matched.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> class <string> stats match-packets
stats (state only)

Queue statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats drop-queue-full-bytes
htb (state only)

Hierarchical Token Bucket description.

nb-queue (state only)

Current number of HTB queues in the scheduler.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb nb-queue
default-queue (state only)

The scheduler queue on which the default traffic will be directed.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb default-queue
divisor (state only)

Divisor used to calculate the default quantum of queues.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb divisor
stats (state only)

Traffic pq scheduler statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb stats drop-queue-full-bytes
queue (state only)

List of HTB queues.

size (state only)

Size of the queue in packets. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> size
child-scheduler-id (state only)

Child scheduler id within the interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> child-scheduler-id
bandwidth (state only)

Guaranteed bandwidth of the queue (bps).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> bandwidth
burst (state only)

Guaranteed bandwidth maximum burst size (bytes).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> burst
ceiling (state only)

Ceiling rate of the queue (bps).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> ceiling
ceiling-burst (state only)

Ceiling rate maximum burst size (bytes).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> ceiling-burst
layer1-overhead (state only)

Number of bytes added by the underlying protocol on each packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> layer1-overhead
quantum (state only)

Quantum of the queue, used to distribute available bandwidth between queues of same priorities, in a weighted round robin fashion.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> quantum
priority (state only)

Priority of the queue, used to distribute available bandwidth to queues by order of priority.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> priority
child-queue (state only)

List of child HTB queue IDs.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> child-queue
policer (state only)

Queue’s input policer.

bandwidth (state only)

Maximum bandwidth of regular traffic, a.k.a. CIR (Committed Information Rate), in bps. 0 allows no regular traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer bandwidth
burst (state only)

Maximum burst size of shaped traffic, a.k.a. CBS (Committed Burst Size), in bytes. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer burst
excess-bandwidth (state only)

Maximum bandwidth of excess traffic, a.k.a. EIR (Excess Information Rate), in bps. 0 allows no excess traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer excess-bandwidth
excess-burst (state only)

Maximum burst size of excess traffic, a.k.a. EBS (Excess Burst Size), in bytes. The default value is set to excess-bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer excess-burst
stats (state only)

Queue’s input policer statistics.

pass-packets (state only)

Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-packets
pass-bytes (state only)

Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-bytes
pass-excess-packets (state only)

Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-excess-packets
pass-excess-bytes (state only)

Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-excess-bytes
drop-packets (state only)

Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer stats drop-packets
drop-bytes (state only)

Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> policer stats drop-bytes
shaper (state only)

Queue’s output shaper.

bandwidth (state only)

Maximum bandwidth of shaped traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> shaper bandwidth
burst (state only)

Maximum burst size of shaped traffic. The default value is set to bandwidth / 80 to handle a burst of 100 ms at the targeted bandwidth. If not set or set to 0, the default value is applied.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> shaper burst
layer1-overhead (state only)

Number of bytes added by the underlying protocol on each packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> shaper layer1-overhead
queue-size (state only)

Number of packets that can be saved in the delay queue. If a scheduler is also configured on the interface, this value is not used, the queues of the scheduler are used as delay queues. The value is rounded up to the nearest power of 2.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> shaper queue-size
stats (state only)

Queue’s output shaper statistics.

pass-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> shaper stats pass-packets
drop-packets (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> shaper stats drop-packets
class (state only)

Classes assigned to the queue.

stats (state only)

Class statistics.

match-packets (state only)

Number of packets matched.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> class <string> stats match-packets
stats (state only)

Queue statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> htb queue <uint32> stats drop-queue-full-bytes
sfq (state only)

Stochastic Fair Queuing description.

flows (state only)

Number of flows in which the traffic is distributed.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq flows
quantum (state only)

Amount of bytes a flow is allowed to dequeue during a round of the round robin process.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq quantum
limit (state only)

Maximum number of packets that may be enqueued. If the limit is exceeded, half of the fattest flow packets are dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq limit
stats (state only)

Traffic sfq scheduler statistics.

enqueue-packets (state only)

Number of packets enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq stats enqueue-packets
enqueue-bytes (state only)

Number of bytes enqueued.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq stats enqueue-bytes
xmit-packets (state only)

Number of packets sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq stats xmit-packets
xmit-bytes (state only)

Number of bytes sent.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq stats xmit-bytes
drop-queue-full (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq stats drop-queue-full
drop-queue-full-bytes (state only)

Number of bytes dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress scheduler <uint32> sfq stats drop-queue-full-bytes

policy (state only)

List of QoS policies.

priority (state only)

Priority of the policy (policies are looked up hacked by increasing order of priority).

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> priority
selector (state only)

List of traffic selectors.

match8bits (state only)

8 bit selector.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match8bits value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match8bits mask
offset (state only)

The offset in the frame where the value must match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match8bits offset
match16bits (state only)

16 bit selector.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match16bits value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match16bits mask
offset (state only)

The offset in the frame where the value must match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match16bits offset
match32bits (state only)

32 bit selector.

value (state only)

The 32 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match32bits value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match32bits mask
offset (state only)

The offset in the frame where the value must match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> match32bits offset
ipv4 (state only)

IPv4 header selector.

match-all (state only)

Match all IPv4 traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 match-all
source (state only)

The source address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 source
destination (state only)

The destination address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 destination
protocol (state only)

The protocol to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 protocol value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 protocol mask
tos (state only)

The TOS field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 tos value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 tos mask
dscp (state only)

The DSCP field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv4 dscp value
ipv6 (state only)

IPv6 header selector.

match-all (state only)

Match all IPv6 traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 match-all
source (state only)

The source address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 source
destination (state only)

The destination address to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 destination
protocol (state only)

The protocol to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 protocol value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 protocol mask
tos (state only)

The TC field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 tos value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 tos mask
dscp (state only)

The DSCP field to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> ipv6 dscp value
tcp (state only)

TCP header selector.

match-all (state only)

Match all TCP traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> tcp match-all
source-port (state only)

The source port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> tcp source-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> tcp source-port mask
destination-port (state only)

The destination port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> tcp destination-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> tcp destination-port mask
udp (state only)

UDP header selector.

match-all (state only)

Match all UDP traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> udp match-all
source-port (state only)

The source port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> udp source-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> udp source-port mask
destination-port (state only)

The destination port to match.

value (state only)

The 16 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> udp destination-port value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> udp destination-port mask
icmp (state only)

ICMP header selector.

match-all (state only)

Match all ICMP traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmp match-all
type (state only)

The ICMP type to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmp type value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmp type mask
code (state only)

The ICMP code to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmp code value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmp code mask
icmpv6 (state only)

ICMPv6 header selector.

match-all (state only)

Match all ICMPv6 traffic.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmpv6 match-all
type (state only)

The ICMPv6 type to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmpv6 type value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmpv6 type mask
code (state only)

The ICMPv6 code to match.

value (state only)

The 8 bit value to match.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmpv6 code value
mask (state only)

Mask applied to value.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> selector <string> icmpv6 code mask
action (state only)

The policy action.

set-mark (state only)

Mark the packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> action set-mark
restore-connmark (state only)

Copy the connection mark (ctmark) to the packet mark (nfmark): if the packet belongs to a connection in the conntrack module and a ctmark is assigned to this connection, then the mark is copied to the packet nfmark. Otherwise the packet nfmark is reset to 0.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> action restore-connmark
redirect (state only)

Redirect the packet to a QoS-hub interface.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> action redirect
pass (state only)

Do not apply any specific QoS processing.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> action pass
set-priority (state only)

Set the priority of the packet.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> action set-priority
stats (state only)

Policy statistics.

match-packets (state only)

Number of packets matched.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> stats match-packets
drop-packets (state only)

Number of packets dropped.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> qos egress policy <string> stats drop-packets

counters (state only)

A collection of interface-related statistics objects.

in-octets (state only)

The total number of octets received on the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters in-octets

in-unicast-pkts (state only)

The number of packets, delivered by this sub-layer to a higher (sub-)layer, that were not addressed to a multicast or broadcast address at this sub-layer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters in-unicast-pkts

in-discards (state only)

The number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters in-discards

in-errors (state only)

For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher- layer protocol. For character- oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters in-errors

out-octets (state only)

The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters out-octets

out-unicast-pkts (state only)

The total number of packets that higher-level protocols requested be transmitted, and that were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. Discontinuities in the value of this counter can occur at re- initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters out-unicast-pkts

out-discards (state only)

The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters out-discards

out-errors (state only)

For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ‘last-clear’.

vsr> show state vrf <vrf> interface qos-hub <qos-hub> counters out-errors