alActiveSessionEncrType
ALTIGA-SESSION-STATS-MIB ·
altiga variant
·
.1.3.6.1.4.1.3076.2.1.2.17.2.1.6
Object
column EncryptionAlgorithm
The encryption algorithm used on this session.
Context
- MIB
- ALTIGA-SESSION-STATS-MIB
- OID
.1.3.6.1.4.1.3076.2.1.2.17.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- alActiveSessionEntry
- 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::alActiveSessionEncrType'
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::alActiveSessionEncrType.<alActiveSessionIndex>'
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::alActiveSessionEncrType'
Syntax
- Source
- EncryptionAlgorithm
- Base type
Enumeration
Values & Constraints
Type Values
1 | none |
2 | des56 |
3 | des40 |
4 | des168 |
5 | rc4Stateless40 |
6 | rc4Statefull40 |
7 | rc4Stateless128 |
8 | rc4Statefull128 |
9 | aes128 |
10 | aes192 |
11 | aes256 |
64 | sslv3 |
66 | sslv3des56 |
68 | sslv3des168 |
72 | sslv3rc4Statefull128 |
128 | tlsv1 |
130 | tlsv1des56 |
132 | tlsv1des168 |
136 | tlsv1rc4Statefull128 |