All MIBs › HP-ICF › hubPortsOperStatus
hubPortsOperStatus
Module: HP-ICF
OID (symbolic): HP-ICF::hubPortsOperStatus
OID (numeric): 1.3.6.1.4.1.11.2.14.2.4.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
The hubPortsOperStatus is a bit map of the state of all hub ports. The object has a 1 bit for each port that is enabled, not segmented, and linkbeat is detected. Ports on which these conditions are not true have a 0 bit. The bits are placed into the OCTET STRING in the following order:
octet 0 octet 1 octet 2 ... bits 7-0 bits 7-0 bits 7-0 ... ports 1-8 ports 9-16 ports 17-24 ...
Values of unused bits in the last octet are undefined.
This object has been deprecated in favor of hpRptrGrpPortsAdminStatus.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.14.2.4.1 snmpwalk -v2c -c public <target> HP-ICF::hubPortsOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.14.2.4.1.1 snmpget -v2c -c public <target> HP-ICF::hubPortsOperStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> hubPortsOperStatus.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.11 | hp | DATAPROTECTOR-MIB |
| 1.3.6.1.4.1.11.2 | nm | DATAPROTECTOR-MIB |
| 1.3.6.1.4.1.11.2.14 | icf | HP-ICF |
| 1.3.6.1.4.1.11.2.14.2 | icfHub | HP-ICF |
| 1.3.6.1.4.1.11.2.14.2.4 | hubBitmaps | HP-ICF |
| 1.3.6.1.4.1.11.2.14.2.4.1 | hubPortsOperStatus | HP-ICF |