h3cwapiConfigAuthMode
H3C-WAPI-MIB ·
.1.3.6.1.4.1.2011.10.2.77.3.1.1.4
Object
column r/w
Enumeration
This object selects a mechanism for WAPI authentication mode. When the value is standard, it shall indicate that the entity acts accord with the official definition. Otherwise, it shall indicate that the entity finishs authentication by means of RADIUS. The default is standard.
Context
- MIB
- H3C-WAPI-MIB
- OID
.1.3.6.1.4.1.2011.10.2.77.3.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cwapiConfigEntry
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 'H3C-WAPI-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-WAPI-MIB::h3cwapiConfigAuthMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-WAPI-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-WAPI-MIB::h3cwapiConfigAuthMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-WAPI-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-WAPI-MIB::h3cwapiConfigAuthMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | standard |
2 | radiusExtension |