potsType
BINTEC-POTS-MIB ·
.0.14.1.1.1.3
Object
column r/w
Enumeration
The type of the connected device on socket a.
Possible values are:
- any(1), (multifunctional)
- fax(2),
- telephony(3),
- modem(4),
- disable(5),
- doorintercom(6),
- answering(7), (-machine)
- emergency(8) (-telephone)
- alarmInput(9) (sensor function)
Context
- MIB
- BINTEC-POTS-MIB
- OID
.0.14.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- potsIfEntry
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-POTS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-POTS-MIB::potsType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-POTS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-POTS-MIB::potsType.<potsSlot>.<potsUnit>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-POTS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-POTS-MIB::potsType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | fax |
3 | telephony |
4 | modem |
5 | disable |
6 | doorintercom |
7 | answering |
8 | emergency |
9 | alarmInput |