rcIpsecSAHashAlgorithm

RC-IPSEC-MIB · .1.3.6.1.4.1.2272.1.213.2.1.3

Object

column r/w Enumeration
This object contains the hash algorithm
used in this SA. The algorithms used are
SHA1, AES_CBC, MD5 and SHA2

Context

MIB
RC-IPSEC-MIB
OID
.1.3.6.1.4.1.2272.1.213.2.1.3
Type
column
Access
readwrite
Status
current
Parent
rcIpsecSAEntry

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 'RC-IPSEC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IPSEC-MIB::rcIpsecSAHashAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IPSEC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IPSEC-MIB::rcIpsecSAHashAlgorithm.<rcIpsecSAName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IPSEC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IPSEC-MIB::rcIpsecSAHashAlgorithm'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1sha1
2aesXcbc
3md5
4null
5sha2