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

Walk 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
1aes
2twofish
3blowfish
4cast
5des3
6des
7null
31rijndael