genOpReportSpecificFlags
LOAD-MIB ·
.1.3.6.1.4.1.1751.2.53.1.2.1.21
Object
column r/w
Enumeration
Contain modifiers to the Report operation.
fullReport - Full configuration report
partialReport - A report without the information stored
in the OSPF database
notSupported - For operations other than report, this MIB
has no meaning and can return not Supported or
not be supported.
Context
- MIB
- LOAD-MIB
- OID
.1.3.6.1.4.1.1751.2.53.1.2.1.21- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- genOpEntry
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 'LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOAD-MIB::genOpReportSpecificFlags'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOAD-MIB::genOpReportSpecificFlags.<genOpModuleId>.<genOpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LOAD-MIB::genOpReportSpecificFlags'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fullReport |
2 | partialReport |
255 | notSupported |