etsysMultiAuthSessionAuthServerType
ENTERASYS-MULTI-AUTH-MIB ·
.1.3.6.1.4.1.5624.1.2.46.1.4.1.1.4
Object
column Enumeration
The type of authentication server used to authenticate this session. A value of radius(1) indicates that a RADIUS request and response were attempted in order to authenticate the session. A value of local(2) indicates that the session was authenticated by a local file or configuration on the device itself.
Context
- MIB
- ENTERASYS-MULTI-AUTH-MIB
- OID
.1.3.6.1.4.1.5624.1.2.46.1.4.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- etsysMultiAuthSessionStationEntry
- Groups
- 3
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 'ENTERASYS-MULTI-AUTH-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-MULTI-AUTH-MIB::etsysMultiAuthSessionAuthServerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-MULTI-AUTH-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-MULTI-AUTH-MIB::etsysMultiAuthSessionAuthServerType.<etsysMultiAuthStationAddrType>.<etsysMultiAuthStationAddr>.<ifIndex>.<etsysMultiAuthSessionAgentType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-MULTI-AUTH-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-MULTI-AUTH-MIB::etsysMultiAuthSessionAuthServerType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | radius |
2 | local |