ds0SignalingType
CISCO-VISM-DSX0-MIB ·
.1.3.6.1.4.1.351.110.4.7.1.1.24
Object
column Enumeration
This attribute indicates the type of signaling on the line
to which this ds0 belongs.
CAS - Channel Associated Signaling
CCS - Common Channel Signaling
none - no signaling used.
This object will be implicitly set to line signaling
type every time it changes.
Context
- MIB
- CISCO-VISM-DSX0-MIB
- OID
.1.3.6.1.4.1.351.110.4.7.1.1.24- 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::ds0SignalingType'
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::ds0SignalingType.<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::ds0SignalingType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cas |
2 | ccs |
3 | none |