ipsecPropAesKeySize

FEC-IPSEC-MIB · .0.8.1.80

Object

column r/w bitsEnumeration
This object specifies the key size in bits for the AES 
algorithm, if enabled.
 Possible Values:
   aes128(128), -- use 128 bit AES
   aes192(192), -- use 192 bit AES
   aes256(256)  -- use 256 bit AES.

Context

MIB
FEC-IPSEC-MIB
OID
.0.8.1.80
Type
column
Access
readwrite
Status
current
Units
bits
Parent
ipsecProposalEntry

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::ipsecPropAesKeySize'
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::ipsecPropAesKeySize.<ipsecPropProto>'
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::ipsecPropAesKeySize'

Syntax

bitsEnumeration

Values & Constraints

Enumerated Values
128aes128
192aes192
256aes256