msdpCacheLifetime
MSDP-MIB ·
.1.3.6.1.3.92.1.1.2
Object
The lifetime given to SA cache entries when created or
refreshed. This is the [SG-State-Period] in the MSDP
spec. A value of 0 means no SA caching is done by this
MSDP speaker.
Changes to this object should be stored to non-volatile
memory.
This object does not measure time per se; instead, it
is the delta from the time at which an SA message is
received at which it should be expired if not refreshed.
(i.e., it is the value of msdpSACacheExpiryTime
immediately after receiving an SA message applying to
that row.) As such, TimeInterval would be a more
appropriate SYNTAX; it remains TimeTicks for backwards
compatibility.
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MSDP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MSDP-MIB::msdpCacheLifetime.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MSDP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MSDP-MIB::msdpCacheLifetime'
Syntax
- Source
- SNMPv2-SMITimeTicks
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of
Compliance refinements
msdpMIBReadOnlyCompliance
readonly
Write access is not required.