tpSnmpNotificationHostSecLev
TPLINK-SNMPNOTIFICATIONHOST-MIB ·
.1.3.6.1.4.1.11863.6.32.1.1.1.1.7
Object
column r/w
Enumeration
The Security Level for the SNMP v3 User. noAuthNoPriv(1),No authentication and no privacy security level are used. authNoPriv(2),Only the authentication security level is used. authPriv(3),Both the authentication and the privacy security levels are used.
Context
- MIB
- TPLINK-SNMPNOTIFICATIONHOST-MIB
- OID
.1.3.6.1.4.1.11863.6.32.1.1.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpSnmpNotificationHostEntry
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 'TPLINK-SNMPNOTIFICATIONHOST-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPNOTIFICATIONHOST-MIB::tpSnmpNotificationHostSecLev'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-SNMPNOTIFICATIONHOST-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPNOTIFICATIONHOST-MIB::tpSnmpNotificationHostSecLev.<tpSnmpNotificationHostIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-SNMPNOTIFICATIONHOST-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-SNMPNOTIFICATIONHOST-MIB::tpSnmpNotificationHostSecLev'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAuthNoPriv |
2 | authNoPriv |
3 | authPriv |