alActiveSessionSubEntryAuthMode
ALTIGA-SESSION-STATS-MIB ·
altiga variant
·
.1.3.6.1.4.1.3076.2.1.2.17.6.1.8
Object
column Enumeration
Authentication Mode used on this session sub-entry
Context
- MIB
- ALTIGA-SESSION-STATS-MIB
- OID
.1.3.6.1.4.1.3076.2.1.2.17.6.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- alActiveSessionSubEntry
- 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 'ALTIGA-SESSION-STATS-MIB' -M '/opt/observium/mibs/altiga:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTIGA-SESSION-STATS-MIB::alActiveSessionSubEntryAuthMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALTIGA-SESSION-STATS-MIB' -M '/opt/observium/mibs/altiga:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTIGA-SESSION-STATS-MIB::alActiveSessionSubEntryAuthMode.<alActiveSessionSubEntryIndex>.<alActiveSessionSubEntryInstance>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALTIGA-SESSION-STATS-MIB' -M '/opt/observium/mibs/altiga:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALTIGA-SESSION-STATS-MIB::alActiveSessionSubEntryAuthMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | preSharedKeys |
2 | rsaCert |
3 | dsaCert |
4 | pap |
5 | chap |
6 | eapMd5 |
7 | eapGtc |
8 | msChapV1 |
9 | msChapV2 |
10 | preSharedKeysXauth |
11 | rsaCertXauth |
12 | dsaCertXauth |
13 | eap |
14 | usernamePassword |
15 | rsaCertHybrid |
16 | dsaCertHybrid |
17 | crack |