dsx0RobbedBitSignalling
DS0-MIB ·
.1.3.6.1.2.1.10.81.1.1.2
Object
This object indicates if Robbed Bit Signalling is turned on or off for a given ds0. This only applies to DS0s on a DS1 link. For E1 links the value is always off (false).
Context
- MIB
- DS0-MIB
- OID
.1.3.6.1.2.1.10.81.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dsx0ConfigEntry
- 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 'DS0-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS0-MIB::dsx0RobbedBitSignalling'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DS0-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS0-MIB::dsx0RobbedBitSignalling.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DS0-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DS0-MIB::dsx0RobbedBitSignalling'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of
Compliance refinements
ds0Compliance
readonly
The ability to set RBS is not required.