isdnBasicRateIfType
ISDN-MIB ·
zhone variant
·
.1.3.6.1.2.1.10.20.1.1.1.1.1
Object
column r/w
Enumeration
The physical interface type. For 'S/T' interfaces, also called 'Four-wire Basic Access Interface', the value of this object is isdns(75). For 'U' interfaces, also called 'Two-wire Basic Access Interface', the value of this object is isdnu(76).
Context
- MIB
- ISDN-MIB
- OID
.1.3.6.1.2.1.10.20.1.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- isdnBasicRateEntry
- Groups
- 1
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 'ISDN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISDN-MIB::isdnBasicRateIfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ISDN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISDN-MIB::isdnBasicRateIfType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ISDN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ISDN-MIB::isdnBasicRateIfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
75 | isdns |
76 | isdnu |
Conformance
Member of
Compliance refinements
isdnMibCompliance
readonly
It is conformant to implement this object as read-only.