swMacBasedPaeInitOrReauthStatus
AUTH-MIB ·
.1.3.6.1.4.1.171.12.3.9.2.1.3
Object
column r/w
Enumeration
This is used to execute MAC-based Port initialization or reauthentication. Choosing 'initialize' causes the host to be initialized in MAC-based mode. Choosing 'reauthenticate' causes the host to be reauthenticated in MAC-based mode. The attribute value reverts to 'other' once the initialization or reauthentication has been done.
Context
- MIB
- AUTH-MIB
- OID
.1.3.6.1.4.1.171.12.3.9.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swMacBasedPaeEntry
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 'AUTH-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AUTH-MIB::swMacBasedPaeInitOrReauthStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AUTH-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AUTH-MIB::swMacBasedPaeInitOrReauthStatus.<swMacBasedPaePort>.<swMacBasedPaeMac>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AUTH-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AUTH-MIB::swMacBasedPaeInitOrReauthStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | initialize |
3 | reauthenticate |