State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Interfaces.Interface.Levels.Level.PacketCounters.Iih.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisInterfacesInterfaceLevelsLevelPacketCountersIihStateThis class represents state data.
Operational counters relating to IIH PDUs
-
received¶ The number of the specified type of PDU received on the interface
type: int
range: 0..4294967295config: False
-
processed¶ The number of the specified type of PDU received on the interface that have been processed by the local system
type: int
range: 0..4294967295config: False
-
dropped¶ The number of the specified type of PDU received on the interface that have been dropped
type: int
range: 0..4294967295config: False
-
sent¶ The number of the specified type of PDU that have been sent by the local system on the interface
type: int
range: 0..4294967295config: False
-
retransmit¶ The number of the specified type of PDU that that have been retransmitted by the local system on the interface
type: int
range: 0..4294967295config: False
-