priChanState
AT-PRI-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.42.2.1.4
Object
column Enumeration
The state of this PRI channel. The value inactive means that the channel does not currently have an active user, either an ISDN call or an active TDM group. The value active means that the channel is in use, either by an ISDN call or an active TDM group.
Context
- MIB
- AT-PRI-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.42.2.1.4- 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::priChanState'
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::priChanState.<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::priChanState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | active |