hpSwitchErrorEntityType
HP-SWITCH-ERROR-MSG-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.68.1.1.1.1
Object
column Enumeration
The management entity from which a SNMP request arrives. For the CLI application the value will be (2). The value will be (3) if the request is from a web application. If the management entity is a Net Management application the value will be either (4) or (5) depending on whether they are carrying an IPv4 or an IPv6 address. For the OA (Open Architecture application the value will be (6).
Context
- MIB
- HP-SWITCH-ERROR-MSG-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.68.1.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- hpSwitchErrorMsgEntry
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 'HP-SWITCH-ERROR-MSG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SWITCH-ERROR-MSG-MIB::hpSwitchErrorEntityType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-SWITCH-ERROR-MSG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SWITCH-ERROR-MSG-MIB::hpSwitchErrorEntityType.<hpSwitchErrorEntityType>.<hpSwitchErrorEntityHandle>.<hpSwitchErrorSnmpSeqCode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-SWITCH-ERROR-MSG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-SWITCH-ERROR-MSG-MIB::hpSwitchErrorEntityType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | others |
2 | cliSession |
3 | webSession |
4 | ipV4Address |
5 | ipV6Address |
6 | oaApplication |