sysDclChPriority
RAD-Dacs-MIB ·
.1.3.6.1.4.1.164.3.3.1.2.2.1.1.7
Object
column r/w
OctetString
This object indicates the Priority for all the channels in the Main Access
(Common Logic) card. Each channel is represented by 1 bit.
The order of the bits in each byte is from Right to Left (LSB Bit to MSB)
starting from BIT 0: 7 6 5 4 3 2 1 0
Channel no. 1 is represented by bit 0.
Channel no. 2 is represented by bit 1.
Channel no. n is represented by bit n-1.
The value of the bit shows the priority.
For bit value = 1, Priority = High.
For bit value = 0, Priority = Low.
Context
- MIB
- RAD-Dacs-MIB
- OID
.1.3.6.1.4.1.164.3.3.1.2.2.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sysDclEntry
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 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Dacs-MIB::sysDclChPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Dacs-MIB::sysDclChPriority.<sysDclCnfgIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Dacs-MIB::sysDclChPriority'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.