mgmtSnmpTrapHostTablePassword
PROXIM-MIB ·
.1.3.6.1.4.1.841.1.1.2.2.4.1.3
Object
This parameter is used to represent the password that is sent with the SNMP
trap messages to allow the host to accept or reject the traps. The trap host
will accept SNMP traps if the sent password matches the host's password.
This parameter returns asterisks on get. This is not allowed to set because it is
same as mgmtSnmpReadWritePassword.
Context
- MIB
- PROXIM-MIB
- OID
.1.3.6.1.4.1.841.1.1.2.2.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mgmtSnmpTrapHostTableEntry
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 'PROXIM-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROXIM-MIB::mgmtSnmpTrapHostTablePassword'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PROXIM-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROXIM-MIB::mgmtSnmpTrapHostTablePassword.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PROXIM-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PROXIM-MIB::mgmtSnmpTrapHostTablePassword'