xvrf¶
Note
requires a Turbo Router Network License.
The list of xvrf interfaces on the device.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
<xvrf> |
An interface name. |
mtu¶
Set the max transmission unit size in octets.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
vrouter running xvrf <xvrf># mtu <uint32>
promiscuous¶
Set promiscuous mode.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
vrouter running xvrf <xvrf># promiscuous true|false
description¶
A textual description of the interface.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
vrouter running xvrf <xvrf># description <string>
enabled¶
The desired (administrative) state of the interface.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
vrouter running xvrf <xvrf># enabled true|false
- Default value
true
link-interface (mandatory)¶
The other endpoint of the xvrf pair.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
vrouter running xvrf <xvrf># link-interface <leafref>
link-vrf (mandatory)¶
The link vrf name.
vrouter running config# vrf <vrf> interface xvrf <xvrf>
vrouter running xvrf <xvrf># link-vrf <string>
ifindex (state only)¶
System assigned number for each interface. Corresponds to ifIndex object in SNMP Interface MIB.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> admin-status
oper-status (state only)¶
The current operational state of the interface. This leaf has the same semantics as ifOperStatus.
vrouter> show state vrf <vrf> interface xvrf <xvrf> oper-status
last-change (state only)¶
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).
vrouter> show state vrf <vrf> interface xvrf <xvrf> last-change
qos¶
Note
requires a Turbo Router Network License.
QoS configuration.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos
ingress¶
Ingress QoS configuration.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos ingress
rate-limit¶
Rate limit configuration.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit
policer (config only)¶
Traffic policer defined in the QoS context.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit
vrouter 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos ingress rate-limit policer stats drop-bytes
egress¶
Egress QoS configuration.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos egress
rate-limit¶
Rate limit configuration.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos egress rate-limit
policer (config only)¶
Traffic policer defined in the QoS context.
vrouter running config# vrf <vrf> interface xvrf <xvrf> qos egress rate-limit
vrouter 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos egress rate-limit policer stats pass-packets
Number of bytes passed (regular traffic that conforms to (bandwidth, burst) specification.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos egress rate-limit policer stats pass-bytes
Number of excess packets passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos egress rate-limit policer stats pass-excess-packets
Number of excess bytes passed (excess traffic that conforms to (excess-bandwidth, excess-burst) specification.
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos egress rate-limit policer stats pass-excess-bytes
Number of packets dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos egress rate-limit policer stats drop-packets
Number of bytes dropped (traffic that does not conform to bandwidth or excess-bandwidth).
vrouter> show state vrf <vrf> interface xvrf <xvrf> qos egress rate-limit policer stats drop-bytes
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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> 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’.
vrouter> show state vrf <vrf> interface xvrf <xvrf> counters out-errors