State¶
Leafs
-
class
Mpls.SignalingProtocols.SegmentRouting.Interfaces.Interface.State¶ Bases:
EntityClass Hierarchy:
MplsSignalingProtocolsSegmentRoutingInterfacesInterfaceStateThis class represents state data.
MPLS-specific Segment Routing operational state parameters
related to an interface.
-
interface_id¶ A unique identifier for the interface
type: str
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
-