vmsAccountNotify
BINTEC-VMS-MIB ·
.0.34.1.3.1.5
Object
column r/w
Enumeration
Specifies the (admin) mail notification mode: no(1) : no mail is sent mail(2) : send a mail without attachment mail-attachment(3): send a mail with the new message attached use-user-config(4): use settings from vmsAccountUserNotify
Context
- MIB
- BINTEC-VMS-MIB
- OID
.0.34.1.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vmsAccountEntry
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 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-VMS-MIB::vmsAccountNotify'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-VMS-MIB::vmsAccountNotify.<vmsAccountIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-VMS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-VMS-MIB::vmsAccountNotify'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no |
2 | |
3 | mail-attachment |
4 | use-user-config |