cpqSePCCardSlotWidth
CPQSTDEQ-MIB ·
.1.3.6.1.4.1.232.1.2.14.1.1.5
Object
column mandatory
Enumeration
Defines the maximum bus width for this PC Card Slot.
The supported values are defined as follows:
Other (1)
Value is not in defined list.
Unknown (2)
Actual value is not known.
width 8 bit (3)
Bus is 8 bits wide.
width 16 bit (4)
Bus is 16 bits wide.
width 32 bit (5)
Bus is 32 bits wide.
width 64 bit (6)
Bus is 64 bits wide.
width 128 bit (7)
Bus is 128 bits wide.
Context
- MIB
- CPQSTDEQ-MIB
- OID
.1.3.6.1.4.1.232.1.2.14.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSePCCardSlotEntry
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 'CPQSTDEQ-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTDEQ-MIB::cpqSePCCardSlotWidth'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSTDEQ-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTDEQ-MIB::cpqSePCCardSlotWidth.<cpqSePCCardSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSTDEQ-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSTDEQ-MIB::cpqSePCCardSlotWidth'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | unknown |
3 | width8bit |
4 | width16bit |
5 | width32bit |
6 | width64bit |
7 | width128bit |