readingTrapsFlag
RTM-MIB ·
.1.3.6.1.4.1.351.120.1.1.1.4
Object
column mandatory
r/w
Enumeration
An entry for the state of the manager.
The value 'false' indicates that SNMP manager is not
in the middle of uploading traps(via trapUploadTable).
The value 'true' indicates that SNMP manager is in the
middle of uploading traps(via trapUploadTable).
When the value is 'true' the system will not send traps
to the corresponding manager identified by
managerIPAddress object.
Context
- MIB
- RTM-MIB
- OID
.1.3.6.1.4.1.351.120.1.1.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- trapConfigEntry
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 'RTM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RTM-MIB::readingTrapsFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RTM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RTM-MIB::readingTrapsFlag.<managerIPaddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RTM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RTM-MIB::readingTrapsFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | false |
2 | true |