ds0IfType
CISCO-VISM-DSX0-MIB ·
.1.3.6.1.4.1.351.110.4.7.1.1.8
Object
column Enumeration
This object indicates the interface type associated
with the ds0.
bearer(81) : ds0 ifType is considered as bearer if
the DS0 is used for carrying voice traffic.
ccs-signaling(63): ds0 ifType is considered as ccs-signaling,
if the DS0 is configured as the D-channel.
Context
- MIB
- CISCO-VISM-DSX0-MIB
- OID
.1.3.6.1.4.1.351.110.4.7.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dsx0VismCnfEntry
- Groups
- 2
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 'CISCO-VISM-DSX0-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-DSX0-MIB::ds0IfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-VISM-DSX0-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-VISM-DSX0-MIB::ds0IfType.<ds0IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-VISM-DSX0-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-VISM-DSX0-MIB::ds0IfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
63 | ccs-signaling |
81 | bearer |