portTelephonyLinkState
CALISTA-DPA-MIB ·
.1.3.6.1.4.1.7505.1.1.15.1.3
Object
column mandatory
Enumeration
The state of the digital telephony link. This field only has meaning for physical ports connected to Octel voicemail systems or digital PBX systems. For virtual ports or those currently not in use, the state will be returned as notApplicable.
Context
- MIB
- CALISTA-DPA-MIB
- OID
.1.3.6.1.4.1.7505.1.1.15.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- portEntry
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 'CALISTA-DPA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CALISTA-DPA-MIB::portTelephonyLinkState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CALISTA-DPA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CALISTA-DPA-MIB::portTelephonyLinkState.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CALISTA-DPA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CALISTA-DPA-MIB::portTelephonyLinkState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | down |
3 | registering |
4 | up |