snmpGeneralSecurityPolicy

LUM-SNMP-MIB · .1.3.6.1.4.1.8708.2.17.2.2.8

Object

scalar Enumeration
SNMP Security level policy for authentication and privacy at node level.
          
basic - Legacy mode, users can use all SNMP versions: v1, v2c and v3.
        - v1/v2c with community string (read only)
        - v3 MD5 Auth (read and write)
        - v3 MD5 Auth + AES128 privacy (read and write)
authentication - Users must use authentication key. Only SNMP v3 modes with or
        without encryption are allowed.
        - v3 MD5 Auth (read and write)
        - v3 MD5 Auth + AES128 privacy (read and write)
authAndPrivacy - Strict SNMP v3 with encryption. Users must use authentication and
        privacy keys.
        - v3 MD5 Auth + AES128 privacy (read and write)
          Note: To be able to set the mode authAndPrivacy on a node, all
          snmp users must have an authentication and privacy password
          stored. Otherwise, changing to the highest security level will not be
          allowed.

Context

MIB
LUM-SNMP-MIB
OID
.1.3.6.1.4.1.8708.2.17.2.2.8
Type
scalar
Access
readonly
Status
current
Default
basic
Parent
snmpGeneral
Groups
2

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-SNMP-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SNMP-MIB::snmpGeneralSecurityPolicy.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-SNMP-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-SNMP-MIB::snmpGeneralSecurityPolicy'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1basic
2authentication
3authAndPrivacy