lldpStatsRxPortAgeoutsTotal

FS-NMS-LLDP-MIB · .1.3.6.1.4.1.52642.127.1.2.7.1.7

Object

The counter that represents the number of age-outs that
occurred on a given port.  An age-out is the number of
times the complete set of information advertised by a
particular MSAP has been deleted from tables contained in
lldpRemoteSystemsData and lldpExtensions objects because
the information timeliness interval has expired.
              
This counter is similar to lldpStatsRemTablesAgeouts, except
that the counter is on a per port basis.  This enables NMS to
poll tables associated with the lldpRemoteSystemsData objects
and all LLDP extension objects associated with remote systems
on the indicated port only.
              
This counter should be set to zero during agent initialization
and its value should not be saved in non-volatile storage.
When a port's admin status changes from 'disabled' to
'rxOnly', 'txOnly' or 'txAndRx', the counter associated with
the same port should reset to 0.  The agent should also flush
all remote system information associated with the same port.
              
This counter should be incremented only once when the
complete set of information is invalidated (aged out) from
all related tables on a particular port.  Partial aging
is not allowed, and thus, should not change the value of
this counter.

Context

MIB
FS-NMS-LLDP-MIB
OID
.1.3.6.1.4.1.52642.127.1.2.7.1.7
Type
column
Access
readonly
Status
current
Parent
lldpStatsRxPortEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FS-NMS-LLDP-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-LLDP-MIB::lldpStatsRxPortAgeoutsTotal'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-LLDP-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-LLDP-MIB::lldpStatsRxPortAgeoutsTotal.<lldpStatsRxPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-LLDP-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-LLDP-MIB::lldpStatsRxPortAgeoutsTotal'

Syntax

Source
ZeroBasedCounter32
Base type
Unsigned32
Based on
SNMPv2-SMIGauge32
Type Description
This TC describes an object which counts events with the
following semantics: objects of this type will be set to
zero(0) on creation and will thereafter count appropriate
events, wrapping back to zero(0) when the value 2^32 is
reached.
          
Provided that an application discovers the new object within
the minimum time to wrap it can use the initial value as a
delta since it last polled the table of which this object is
part.  It is important for a management station to be aware of
this minimum time and the actual time between polls, and to
discard data if the actual time is too long or there is no
defined minimum time.
          
Typically this TC is used in tables where the INDEX space is
constantly changing and/or the TimeFilter mechanism is in use.

Values & Constraints

No enumerated values or constraints recorded.

Conformance