State

Leafs

class NetworkInstances.NetworkInstance.Afts.Mpls.LabelEntry.State

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Afts Mpls LabelEntry State

This class represents state data.

Operational state parameters for the MPLS AFT

entry.

label

The top-most MPLS label that should be matched to utilise the AFT entry

type: union of the below types:

type: int

range: 16..1048575

type: MplsLabel

config: False

packets_forwarded

The number of packets which have matched, and been forwarded, based on the AFT entry

type: int

range: 0..18446744073709551615

config: False

octets_forwarded

The number of octets which have matched, and been forwarded, based on the AFT entry

type: int

range: 0..18446744073709551615

config: False