State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Mpls.SignalingProtocols.SegmentRouting.AggregateSidCounters.AggregateSidCounter.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
SignalingProtocols
SegmentRouting
AggregateSidCounters
AggregateSidCounter
State
This class represents state data.
State parameters for per-SID statistics
-
mpls_label
¶ The MPLS label used for the segment identifier
type: union of the below types:
config: 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
-