rdnSlotType
RDN-CHASSIS-MIB ·
.1.3.6.1.4.1.4981.1.10.1.2
Object
column Enumeration
Functional type of this slot. 'io(3)' was used by older agents to report either CMTS, HSIM, or none. Newer agents will no longer report 'io(3)' and instead will use either 'hsim(4)' for HSIM, 'cmts(5)' for CMTS, or 'unkown(1)' for no module present.
Context
- MIB
- RDN-CHASSIS-MIB
- OID
.1.3.6.1.4.1.4981.1.10.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdnSlotEntry
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 'RDN-CHASSIS-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CHASSIS-MIB::rdnSlotType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RDN-CHASSIS-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CHASSIS-MIB::rdnSlotType.<rdnSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-CHASSIS-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-CHASSIS-MIB::rdnSlotType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | srm |
3 | io |
4 | hsim |
5 | cmts |