mpsAlarmInputWaveType
FEC-MPS-MIB ·
.0.53.18.2.1.4
Object
column r/w
Enumeration
This variable contains the file/tone the remote is provided with, when alarm call is answered. Possible values are: file: variable mpsAlarmInputWaveDir specifies the directory that contains the sound file default: variable mpsAlarmInputWaveDefaultVariant specifies the variant whose default is to be used external: external source is used off: no wave on alarm call active (default)
Context
- MIB
- FEC-MPS-MIB
- OID
.0.53.18.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mpsAlarmInputEntry
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 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsAlarmInputWaveType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsAlarmInputWaveType.<mpsAlarmInputIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-MPS-MIB::mpsAlarmInputWaveType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
54 | file |
55 | default |
80 | external |
100 | off |