isdnPriBChannelAdminStatus
CPIWF-R-MIB ·
.1.3.6.1.4.1.164.20.5.1.14.1.3
Object
column r/w
Enumeration
This object is used to reflect the desired state of the ISDN PRI B Channel. The actual state of the B channel is given by isdnPriBChannelOperStatus. When this object is set to 'down', all existing calls on the B channel are cleared immediately. If this object is set to 'shuttingDown', no further calls shall be accepted either incoming or outgoing on the B channel. Once any call on the B Channel has cleared gracefully the value of this object moves to 'down'.
Context
- MIB
- CPIWF-R-MIB
- OID
.1.3.6.1.4.1.164.20.5.1.14.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cpIwfIsdnPriBChannelEntry
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 'CPIWF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPIWF-R-MIB::isdnPriBChannelAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPIWF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPIWF-R-MIB::isdnPriBChannelAdminStatus.<isdnPriPortNumber>.<isdnPriBChannelNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPIWF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPIWF-R-MIB::isdnPriBChannelAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | shuttingDown |
4 | testing |