The LldpRemoteStatisticsType is formally defined in Table 70.
Table 70 – LldpRemoteStatisticsType definition
Attribute |
Value |
||||
BrowseName |
LldpRemoteStatisticsType |
||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of the BaseObjectType |
|||||
|
|
|
|
|
|
HasComponent |
Variable |
LastChangeTime |
UInt32 |
BaseDataVariableType |
M |
HasComponent |
Variable |
RemoteInserts |
UInt32 |
BaseDataVariableType |
M |
HasComponent |
Variable |
RemoteDeletes |
UInt32 |
BaseDataVariableType |
M |
HasComponent |
Variable |
RemoteDrops |
UInt32 |
BaseDataVariableType |
M |
HasComponent |
Variable |
RemoteAgeouts |
UInt32 |
BaseDataVariableType |
M |
|
|
|
|
|
|
Conformance Units |
|||||
BNM IEEE LLDP Info |
LldpRemoteStatisticsType represents the schema of the YANG container remote-statistics in IEEE 802.1ABcu-2021.
LastChangeTime defines the time any remote info changed in the scale of the uptime of the system, as defined in clause 11.5.1 of IEEE Std 802.1AB-2016: lldpV2StatsRemTablesLastChangeTime. The uptime of the system is specified by IETF RFC 3418 in the unit of hundreths of a second.
RemoteInserts defines the number of times new information was inserted into the LldpRemoteSystemsType array, as defined in clause 11.5.1 of IEEE Std 802.1AB-2016: lldpV2StatsRemTablesInserts. When this counter reaches the end of its range, it rolls over to 0.
RemoteDeletes defines the number of times information was deleted from the LldpRemoteSystemsType array, as defined in clause 11.5.1 of IEEE Std 802.1AB-2016: lldpV2StatsRemTablesDeletes. When this counter reaches the end of its range, it rolls over to 0.
RemoteDrops defines the number of times new information could not be inserted into the LldpRemoteSystemsType array because of insufficient resources, as defined in clause 11.5.1 of IEEE Std 802.1AB-2016: lldpV2StatsRemTablesDrops. When this counter reaches the end of its range, it rolls over to 0.
RemoteAgeouts defines the number of times information aged out from the LldpRemoteSystemsType array because the information timeliness interval has expired, as defined in clause 11.5.1 of IEEE Std 802.1AB-2016: lldpV2StatsRemTablesAgeouts. When this counter reaches the end of its range, it rolls over to 0.