pppoe¶
The list of PPPoE interfaces on the device.
vsr running config# vrf <vrf> interface pppoe <pppoe>
|
An interface name. |
enabled¶
Establish/Tear down the PPPoE session.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># enabled true|false
- Default value
true
link-interface (mandatory)¶
Underlying ethernet interface on which the PPPoE interface will be linked.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># link-interface LINK-INTERFACE
|
An interface name. |
service-name¶
Requested PPPoE service name.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># service-name <string>
ac-name¶
Only accept server with this access concentrator name.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># ac-name <string>
remote-mac-address¶
Only accept server with this mac address.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># remote-mac-address REMOTE-MAC-ADDRESS
|
An IEEE 802 unicast MAC address i.e. the second digit is an even number. Moreover the mac address must not be 00:00:00:00:00:00. |
mtu¶
Set the max transmission unit size in bytes.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># mtu <uint32>
mru¶
Set the max receive unit size in bytes advertised to the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># mru <128-16384>
request¶
Request information from the server.
vsr running config# vrf <vrf> interface pppoe <pppoe>
vsr running pppoe <pppoe># request REQUEST
|
Ask the peer for DNS server addresses. |
link-status (state only)¶
The PPPoE instance status.
vsr> show state vrf <vrf> interface pppoe <pppoe> link-status
session (state only)¶
PPPoE session identifier.
vsr> show state vrf <vrf> interface pppoe <pppoe> session
rpf (state only)¶
The value of IPv4 Reverse Path Filtering.
vsr> show state vrf <vrf> interface pppoe <pppoe> rpf
qos¶
Note
requires a Product License.
QoS configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos
ingress¶
Ingress QoS configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress
policy (config only)¶
List of QoS policies defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress
vsr running ingress# policy <leafref>
rate-limit¶
Rate limit configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit
policer (config only)¶
Traffic policer defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit
vsr running rate-limit# 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos ingress rate-limit policer excess-burst
stats (state only)¶
Traffic policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress rate-limit policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> qos ingress policy <string> priority
selector (state only)¶
List of traffic selectors.
match8bits (state only)¶
8 bit selector.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match8bits value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match8bits mask
The offset in the frame where the value must match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match8bits offset
match16bits (state only)¶
16 bit selector.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match16bits value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match16bits mask
The offset in the frame where the value must match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match16bits offset
match32bits (state only)¶
32 bit selector.
The 32 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match32bits value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match32bits mask
The offset in the frame where the value must match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> match32bits offset
ipv4 (state only)¶
IPv4 header selector.
Match all IPv4 traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 match-all
The source address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 source
The destination address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 destination
The protocol to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 protocol value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 protocol mask
The TOS field to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 tos value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv4 tos mask
ipv6 (state only)¶
IPv6 header selector.
Match all IPv6 traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 match-all
The source address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 source
The destination address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 destination
The protocol to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 protocol value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 protocol mask
The TC field to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 tos value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> ipv6 tos mask
tcp (state only)¶
TCP header selector.
Match all TCP traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> tcp match-all
The source port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> tcp source-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> tcp source-port mask
The destination port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> tcp destination-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> tcp destination-port mask
udp (state only)¶
UDP header selector.
Match all UDP traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> udp match-all
The source port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> udp source-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> udp source-port mask
The destination port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> udp destination-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> udp destination-port mask
icmp (state only)¶
ICMP header selector.
Match all ICMP traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmp match-all
The ICMP type to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmp type value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmp type mask
The ICMP code to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmp code value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmp code mask
icmpv6 (state only)¶
ICMPv6 header selector.
Match all ICMPv6 traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmpv6 match-all
The ICMPv6 type to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmpv6 type value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmpv6 type mask
The ICMPv6 code to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> selector <string> icmpv6 code value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos ingress policy <string> action restore-connmark
redirect (state only)¶
Redirect the packet to a QoS-hub interface.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> action redirect
pass (state only)¶
Do not apply any specific QoS processing.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> action pass
set-priority (state only)¶
Set the priority of the packet.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> qos ingress policy <string> stats match-packets
drop-packets (state only)¶
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos ingress policy <string> stats drop-packets
egress¶
Egress QoS configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos egress
scheduler (config only)¶
Scheduler defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> qos egress
vsr running egress# policy <leafref>
rate-limit¶
Rate limit configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos egress rate-limit
policer (config only)¶
Traffic policer defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> qos egress rate-limit
vsr running rate-limit# policer <leafref>
shaper (config only)¶
Traffic shaper defined in the QoS context.
vsr running config# vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress rate-limit policer excess-burst
stats (state only)¶
Traffic policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress rate-limit shaper queue-size
stats (state only)¶
Traffic shaper statistics.
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress rate-limit shaper stats pass-packets
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> qos egress scheduler <uint32> is-root
template-name (state only)¶
The template name it has been configured with.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress scheduler <uint32> pq default-queue
stats (state only)¶
Traffic pq scheduler statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq stats drop-queue-full-bytes
queue (state only)¶
List of Priority Queueing queues.
Size of the queue in packets. The value is rounded up to the nearest power of 2.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> size
Child scheduler id within the interface.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> child-scheduler-id
Custom priority of this queue.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> priority
Queue’s input policer.
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 pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer burst
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 pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer excess-bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer excess-burst
Queue’s input policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> policer stats drop-bytes
Queue’s output shaper.
Maximum bandwidth of shaped traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> shaper bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> shaper burst
Number of bytes added by the underlying protocol on each packet.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> shaper layer1-overhead
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 pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> shaper queue-size
Queue’s output shaper statistics.
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> shaper stats pass-packets
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> shaper stats drop-packets
Classes assigned to the queue.
Queue statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pq queue <uint32> stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr default-queue
stats (state only)¶
Traffic pb-dwrr scheduler statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr stats drop-queue-full-bytes
queue (state only)¶
List of PB-DWRR queues.
Size of the queue in packets. The value is rounded up to the nearest power of 2.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> size
Child scheduler id within the interface.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> child-scheduler-id
Quantum of the queue in bytes. Relevant only if priority is low.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> quantum
Priority of the queue (low or high).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> priority
Queue’s input policer.
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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer burst
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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer excess-bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer excess-burst
Queue’s input policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> policer stats drop-bytes
Queue’s output shaper.
Maximum bandwidth of shaped traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper burst
Number of bytes added by the underlying protocol on each packet.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper layer1-overhead
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 pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper queue-size
Queue’s output shaper statistics.
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper stats pass-packets
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> shaper stats drop-packets
Classes assigned to the queue.
Queue statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> pb-dwrr queue <uint32> stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress scheduler <uint32> htb divisor
stats (state only)¶
Traffic pq scheduler statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb stats drop-queue-full-bytes
queue (state only)¶
List of HTB queues.
Size of the queue in packets. The value is rounded up to the nearest power of 2.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> size
Child scheduler id within the interface.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> child-scheduler-id
Guaranteed bandwidth of the queue (bps).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> bandwidth
Guaranteed bandwidth maximum burst size (bytes).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> burst
Ceiling rate of the queue (bps).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> ceiling
Ceiling rate maximum burst size (bytes).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> ceiling-burst
Priority of the queue in case of ceiling, used to distribute available ceiling bandwidth to queues by order of priority. Lower is more priority.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> ceiling-priority
Number of bytes added by the underlying protocol on each packet.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> layer1-overhead
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> quantum
Attention
ceiling-priority
Priority of the queue, used to distribute available bandwidth to queues by order of priority.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> priority
List of child HTB queue IDs.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> child-queue
Queue’s input policer.
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer burst
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer excess-bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer excess-burst
Queue’s input policer statistics.
Number of packets passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> policer stats drop-bytes
Queue’s output shaper.
Maximum bandwidth of shaped traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> shaper bandwidth
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> shaper burst
Number of bytes added by the underlying protocol on each packet.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> shaper layer1-overhead
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 pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> shaper queue-size
Queue’s output shaper statistics.
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> shaper stats pass-packets
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> shaper stats drop-packets
Classes assigned to the queue.
Queue statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> htb queue <uint32> stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress scheduler <uint32> sfq limit
stats (state only)¶
Traffic sfq scheduler statistics.
Number of packets enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> sfq stats enqueue-packets
Number of bytes enqueued.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> sfq stats enqueue-bytes
Number of packets sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> sfq stats xmit-packets
Number of bytes sent.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> sfq stats xmit-bytes
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress scheduler <uint32> sfq stats drop-queue-full
Number of bytes dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> qos egress policy <string> priority
selector (state only)¶
List of traffic selectors.
match8bits (state only)¶
8 bit selector.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match8bits value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match8bits mask
The offset in the frame where the value must match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match8bits offset
match16bits (state only)¶
16 bit selector.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match16bits value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match16bits mask
The offset in the frame where the value must match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match16bits offset
match32bits (state only)¶
32 bit selector.
The 32 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match32bits value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match32bits mask
The offset in the frame where the value must match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> match32bits offset
ipv4 (state only)¶
IPv4 header selector.
Match all IPv4 traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 match-all
The source address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 source
The destination address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 destination
The protocol to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 protocol value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 protocol mask
The TOS field to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 tos value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv4 tos mask
ipv6 (state only)¶
IPv6 header selector.
Match all IPv6 traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 match-all
The source address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 source
The destination address to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 destination
The protocol to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 protocol value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 protocol mask
The TC field to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 tos value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> ipv6 tos mask
tcp (state only)¶
TCP header selector.
Match all TCP traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> tcp match-all
The source port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> tcp source-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> tcp source-port mask
The destination port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> tcp destination-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> tcp destination-port mask
udp (state only)¶
UDP header selector.
Match all UDP traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> udp match-all
The source port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> udp source-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> udp source-port mask
The destination port to match.
The 16 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> udp destination-port value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> udp destination-port mask
icmp (state only)¶
ICMP header selector.
Match all ICMP traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmp match-all
The ICMP type to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmp type value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmp type mask
The ICMP code to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmp code value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmp code mask
icmpv6 (state only)¶
ICMPv6 header selector.
Match all ICMPv6 traffic.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmpv6 match-all
The ICMPv6 type to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmpv6 type value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmpv6 type mask
The ICMPv6 code to match.
The 8 bit value to match.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> selector <string> icmpv6 code value
Mask applied to value.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> 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 pppoe <pppoe> qos egress policy <string> action restore-connmark
redirect (state only)¶
Redirect the packet to a QoS-hub interface.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> action redirect
pass (state only)¶
Do not apply any specific QoS processing.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> action pass
set-priority (state only)¶
Set the priority of the packet.
vsr> show state vrf <vrf> interface pppoe <pppoe> 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 pppoe <pppoe> qos egress policy <string> stats match-packets
drop-packets (state only)¶
Number of packets dropped.
vsr> show state vrf <vrf> interface pppoe <pppoe> qos egress policy <string> stats drop-packets
auth¶
Configure PPP authentication with the peer before allowing network packets to be sent or received.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
reply¶
Set authentication modes.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
vsr running auth# reply REPLY
|
Description |
---|---|
|
Authenticate to the peer using PAP. |
|
Authenticate to the peer using CHAP. |
|
Authenticate to the peer using MS-CHAP. |
|
Authenticate to the peer using MS-CHAPv2. |
- Default value
pap
chap
mschap
mschap-v2
user (mandatory)¶
User name used for authenticating the local system to the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe> auth
vsr running auth# user <string>
ipcp¶
IPv4 control protocol configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
enabled¶
Enable/Disable IPv4 control protocol.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
vsr running ipcp# enabled true|false
- Default value
true
local-address¶
Accept only this local address in IPCP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
vsr running ipcp# local-address LOCAL-ADDRESS
|
An IPv4 address. |
remote-address¶
Accept only this remote address in IPCP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipcp
vsr running ipcp# remote-address REMOTE-ADDRESS
|
An IPv4 address. |
ipv6cp¶
IPv6 control protocol configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
enabled¶
Enable/Disable IPv6 control protocol.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
vsr running ipv6cp# enabled true|false
- Default value
true
local-ifid¶
Accept only this local interface identifier in IPv6CP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
vsr running ipv6cp# local-ifid LOCAL-IFID
|
An IPv6 interface identifier. |
remote-ifid¶
Accept only this remote interface identifier in IPv6CP negotiation.
vsr running config# vrf <vrf> interface pppoe <pppoe> ipv6cp
vsr running ipv6cp# remote-ifid REMOTE-IFID
|
An IPv6 interface identifier. |
lcp¶
Link control protocol configuration.
vsr running config# vrf <vrf> interface pppoe <pppoe> lcp
echo-interval¶
Send LCP echo-requests at this period (in seconds). The peer is expected to reply with LCP echo-reply messages.
vsr running config# vrf <vrf> interface pppoe <pppoe> lcp
vsr running lcp# echo-interval <1-2147483647>
echo-failure¶
Terminate the PPP connection if this number of consecutive LCP echo- requests were sent without receiving a valid LCP echo-reply from the peer.
vsr running config# vrf <vrf> interface pppoe <pppoe> lcp
vsr running lcp# echo-failure <1-2147483647>