zxAnEventReceiverSecurityLevel

ZTE-AN-EVNET-MIB · .1.3.6.1.4.1.3902.1015.190.5.1.1.10

Object

column r/w Enumeration
A level of security at which SNMP messages can be
sent or with which operations are being processed;
in particular, one of:
noAuthNoPriv - without authentication and without privacy,
authNoPriv   - with authentication but without privacy,
authPriv     - with authentication and with privacy.
These three values are ordered such that
noAuthNoPriv is less than authNoPriv and
authNoPriv is less than authPriv.

Context

MIB
ZTE-AN-EVNET-MIB
OID
.1.3.6.1.4.1.3902.1015.190.5.1.1.10
Type
column
Access
readwrite
Status
current
Parent
zxAnEventRecieverEntry

Walk 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 'ZTE-AN-EVNET-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-EVNET-MIB::zxAnEventReceiverSecurityLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-EVNET-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-EVNET-MIB::zxAnEventReceiverSecurityLevel.<zxAnEventReceiverIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-EVNET-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-EVNET-MIB::zxAnEventReceiverSecurityLevel'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noAuthNoPriv
2authNoPriv
3authPriv