rcIkeV2SAIntegrityAlgorithm
RC-IKE-MIB ·
.1.3.6.1.4.1.2272.1.86.6.1.18
Object
column Enumeration
This object specifies the integrity algorithms that can be used during IKEv2 SA negotiation.
Context
- MIB
- RC-IKE-MIB
- OID
.1.3.6.1.4.1.2272.1.86.6.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcIkeV2SAEntry
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 'RC-IKE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IKE-MIB::rcIkeV2SAIntegrityAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IKE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IKE-MIB::rcIkeV2SAIntegrityAlgorithm.<rcIkeV2SAId>.<rcIkeV2SALocalIfIndex>.<rcIkeV2SALocalAddrType>.<rcIkeV2SALocalAddr>.<rcIkeV2SARemoteAddrType>.<rcIkeV2SARemoteAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IKE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IKE-MIB::rcIkeV2SAIntegrityAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | md5 |
2 | sha1 |
5 | aes-xcbc |
12 | sha256 |