tpSnmpNotificationHostSecMode
TPLINK-SNMPNOTIFICATIONHOST-MIB ·
.1.3.6.1.4.1.11863.6.32.1.1.1.1.6
Object
column r/w
Enumeration
The Security Model of the management station. v1(1),SNMPv1 is defined for the notify. v2c(2),SNMPv2c is defined for the notify. v3(3),SNMPv3 is defined for the notify.
Context
- MIB
- TPLINK-SNMPNOTIFICATIONHOST-MIB
- OID
.1.3.6.1.4.1.11863.6.32.1.1.1.1.6- 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::tpSnmpNotificationHostSecMode'
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::tpSnmpNotificationHostSecMode.<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::tpSnmpNotificationHostSecMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | v1 |
2 | v2c |
3 | v3 |