fsVpnEncrAlgo
FS-VPNPOLICY-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.143.1.1.1.20
Object
column r/w
Enumeration
The algorithm to be used for Encapsulation
Security Payload (ESP) Header. This object is to
be configured only if the Security protocol to be
used is ESP. This entity is used only for IPSEC-Manual.
DES - Specifies to use Data Encryption Standard (DES) for encryption.
3DES - Specifies to use Triple Data Encryption Standard (3DES) for
encryption.
AES - Specifies to use Advanced Encryption Standard (AES) with a
128-bit key for encryption.
AES-192 - Specifies to use AES with a 192-bit key for encryption.
AES-256 - Specifies to use AES with a 256-bit key for encryption.
Context
- MIB
- FS-VPNPOLICY-MIB
- OID
.1.3.6.1.4.1.2076.143.1.1.1.20- 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::fsVpnEncrAlgo'
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::fsVpnEncrAlgo.<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::fsVpnEncrAlgo'
Syntax
Enumeration
Values & Constraints
Enumerated Values
4 | descbc |
5 | tripledescbc |
12 | aes128 |
13 | aes192 |
14 | aes256 |