msdpSACacheStatus
MSDP-MIB ·
.1.3.6.1.3.92.1.1.6.1.10
Object
column r/w
Enumeration
The status of this row in the table. The only allowable
actions are to retrieve the status, which will be
'active', or to set the status to 'destroy' in order to
remove this entry from the cache.
Row creation is not permitted.
No columnar objects are writable, so there are none that
may be changed while the status value is active(1).
Context
- MIB
- MSDP-MIB
- OID
.1.3.6.1.3.92.1.1.6.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- msdpSACacheEntry
- Groups
- 1
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 'MSDP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MSDP-MIB::msdpSACacheStatus'
More examples
Read one indexed 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::msdpSACacheStatus.<msdpSACacheGroupAddr>.<msdpSACacheSourceAddr>.<msdpSACacheOriginRP>'
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::msdpSACacheStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
6 | destroy |
Conformance
Member of
Compliance refinements
msdpMIBReadOnlyCompliance
readonly
Write access is not required.