fmCfgAuthorizationChecking
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.12
Object
column mandatory
r/w
Enumeration
This object controls enabling and disabling of authorization string checking by the SMT entity. When enabled, the FDDI module will use the current authorization string to verify SMT requests from remote stations. This item is disabled by default.
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.2.1.1.1.1.12- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- fmCfgEntry
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 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::fmCfgAuthorizationChecking'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::fmCfgAuthorizationChecking.<fmCfgIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES-MODULE-MIB::fmCfgAuthorizationChecking'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |