fsVpnAuthAlgo
FS-VPNPOLICY-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.143.1.1.1.18
Object
column r/w
Enumeration
The authentication algorithm configured for the particular security association entry. Setting the algorithm to hmac-md5 (3), hmac-sha1(4),xcbcmac(5),hmac-sha-256(12),hmac-sha-384(13) and hmac-sha-512(14) requires a key for authentication. This entity is used only for IPSEC-Manual
Context
- MIB
- FS-VPNPOLICY-MIB
- OID
.1.3.6.1.4.1.2076.143.1.1.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsVpnEntry
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 'FS-VPNPOLICY-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-VPNPOLICY-MIB::fsVpnAuthAlgo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-VPNPOLICY-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-VPNPOLICY-MIB::fsVpnAuthAlgo.<fsVpnPolicyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-VPNPOLICY-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-VPNPOLICY-MIB::fsVpnAuthAlgo'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | hmacmd5 |
2 | hmacsha1 |
5 | xcbcmac |
12 | hmacsha256 |
13 | hmacsha384 |
14 | hmacsha512 |