State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.SignalingProtocols.SegmentRouting.Interfaces.Interface.SidCounters.SidCounter.ForwardingClasses.ForwardingClass.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
SignalingProtocols
SegmentRouting
Interfaces
Interface
SidCounters
SidCounter
ForwardingClasses
ForwardingClass
State
This class represents state data.
Per-SID, per forwarding class counters for Segment Routing
with the MPLS dataplane
-
exp
¶ The value of the MPLS EXP (experimental) or Traffic Class bits that the SID statistics relate to. Packets received with a MPLS label value equal to the SID’s MPLS label and EXP bits equal to the this value should be counted towards the associated ingress statistics. Packets that are forwarded to the destination MPLS label corresponding to the SID should be counted towards this value. In the egress direction, where forwarding follows a SID value that requires PHP at the local node, packets should still be counted towards the egress counters
type: int
range: 0..7config: False
-
in_pkts
¶ A cumulative counter of the packets received within the context which have matched a label corresponding to an SR Segment Identifier
type: int
range: 0..18446744073709551615config: False
-
in_octets
¶ The cumulative counter of the total bytes received within the context which have matched a label corresponding to an SR Segment Identifier
type: int
range: 0..18446744073709551615config: False
-
out_pkts
¶ A cumulative counter of the total number of packets transmitted by the local system within the context which have a label imposed that corresponds to an Segment Identifier
type: int
range: 0..18446744073709551615config: False
-
out_octets
¶ A cumulative counter of the total bytes transmitted by the local system within the context which have a label imported that corresponds to an SR Segment Identifier
type: int
range: 0..18446744073709551615config: False
-