ctPicStatus
CT-PIC-MIB ·
.1.3.6.1.4.1.52.4.1.5.9.1.2.1.4
Object
column mandatory
Enumeration
Provides the status of the specific PIC chip. the values
are defined as follows:
other(1) - firmware can not determine status
present(2) - PIC seems to be functional
notPresent(3) - PIC not found but expected
checkSum(4) - A check sum error occured
error(5) - An undefined error condition exists.
limited(6) - A limited PIC implementation only
type code information is present.
Context
- MIB
- CT-PIC-MIB
- OID
.1.3.6.1.4.1.52.4.1.5.9.1.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctPicEntry
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 'CT-PIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-PIC-MIB::ctPicStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-PIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-PIC-MIB::ctPicStatus.<ctPicSlot>.<ctPicIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-PIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-PIC-MIB::ctPicStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | present |
3 | notPresent |
4 | checkSum |
5 | error |
6 | limited |