acTrunkLineType
AC-PSTN-MIB ·
audiocodes variant
·
.1.3.6.1.4.1.5003.9.10.9.1.1.1.1.1.9
Object
column Enumeration
Line type. lineTypeBRI(12) - If the physical type is BRI. lineTypeE1(10)/lineTypeT1(11) - For non BRI IF when there are other lines that are already configured to either E1 or T1. lineTypeUnknown(-1) - For non BRI IF when no lines are configured. AC INI-Param: N/A
Context
- MIB
- AC-PSTN-MIB
- OID
.1.3.6.1.4.1.5003.9.10.9.1.1.1.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- acTrunkEntry
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 'AC-PSTN-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-PSTN-MIB::acTrunkLineType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-PSTN-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-PSTN-MIB::acTrunkLineType.<acTrunkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-PSTN-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-PSTN-MIB::acTrunkLineType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
10 | lineTypeE1 |
11 | lineTypeT1 |
12 | lineTypeBRI |
21 | lineTypeUnknown |