hpSwitchIpStatAdminStatus
STATISTICS-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.9.2.4.1.5
Object
column obsolete
Enumeration
The operational status of the IP protocol for this virtual LAN. If the value of this variable is 3, the IP protocol entity will utilize BOOTP during initialization.
Context
- MIB
- STATISTICS-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.9.2.4.1.5- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- hpSwitchIpStatEntry
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 'STATISTICS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STATISTICS-MIB::hpSwitchIpStatAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STATISTICS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STATISTICS-MIB::hpSwitchIpStatAdminStatus.<hpSwitchIpStatIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STATISTICS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STATISTICS-MIB::hpSwitchIpStatAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | bootp |