nsVpnManualKeyEspEncAlg
NETSCREEN-VPN-MANUAL-MIB ·
.1.3.6.1.4.1.3224.4.2.1.1.7
Object
column Enumeration
ESP Encryption Algorithm when manual key vpn tunnel type is ESP.
Context
- MIB
- NETSCREEN-VPN-MANUAL-MIB
- OID
.1.3.6.1.4.1.3224.4.2.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nsVpnManualKeyEntry
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 'NETSCREEN-VPN-MANUAL-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-VPN-MANUAL-MIB::nsVpnManualKeyEspEncAlg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETSCREEN-VPN-MANUAL-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-VPN-MANUAL-MIB::nsVpnManualKeyEspEncAlg.<nsVpnManualKeyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETSCREEN-VPN-MANUAL-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETSCREEN-VPN-MANUAL-MIB::nsVpnManualKeyEspEncAlg'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | null |
1 | des-cbc |
2 | tripple-des-cbc |
3 | aes-cbc |
4 | aes-192 |
5 | aes-256 |