priChanMode
AT-PRI-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.42.2.1.3
Object
column Enumeration
The mode of this PRI channel. The value isdn means that the channel is reserved for use in ISDN calls. The value tdm means that the channel is reserved for use by TDM. For the D channel, this object will usually have the value isdn. An exception is if the interface is running common D channel mode and the D channel is reserved for TDM.
Context
- MIB
- AT-PRI-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.42.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- priChanEntry
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 'AT-PRI-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-PRI-MIB::priChanMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-PRI-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-PRI-MIB::priChanMode.<priChanIntIndex>.<priChanChannelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-PRI-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-PRI-MIB::priChanMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | isdn |
2 | tdm |
3 | neither |