ipsecAlgId
FEC-IPSEC-MIB ·
.0.17.1.1
Object
column Enumeration
The id of the algorithm. Possible values: aes(1), -- AES cipher alg twofish(2), -- Twofish cipher alg blowfish(3), -- Blowfish cipher alg cast(4), -- Cast cipher alg des3(5), -- Triple DES cipher alg des(6), -- DES cipher alg null(7), -- NULL pseudo cipher rijndael(31) -- rijndael (former name for AES).
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.17.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecAlgorithmEntry
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecAlgId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecAlgId.<ipsecAlgId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::ipsecAlgId'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | aes |
2 | twofish |
3 | blowfish |
4 | cast |
5 | des3 |
6 | des |
7 | null |
31 | rijndael |