fsMIRip2LastAuthKeyLifetimeStatus
SUPERMICRO-MIRIP2-MIB ·
.1.3.6.1.4.1.10876.101.1.151.1.1.1.15
Object
A flag that decides whether the last authentication key on expiry,
should take its lifetime to be infinite or not. If this object is set
to true the last key on expiry resets its lifetime to be infinite and
continues to be the Key until new Authentication key id is configured.
If this object is configured to be false, then it should not send RIP
updates once the last key is expired. The received RIP updates from
the peer will be dropped after the last available key has expired and
the object is set not TRUE.
TRUE - The last key will be treated as having infinite life time.
FALSE - After the last key expires, the received RIP updates will be
dropped and the routes may tear down. No updates will be sent
on that interface.
Context
- MIB
- SUPERMICRO-MIRIP2-MIB
- OID
.1.3.6.1.4.1.10876.101.1.151.1.1.1.15- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsMIRip2GlobalEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'SUPERMICRO-MIRIP2-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIRIP2-MIB::fsMIRip2LastAuthKeyLifetimeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-MIRIP2-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIRIP2-MIB::fsMIRip2LastAuthKeyLifetimeStatus.<fsMIRipContextId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-MIRIP2-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-MIRIP2-MIB::fsMIRip2LastAuthKeyLifetimeStatus'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |