hpicfTrapDestVersion
HP-ICF-BASIC ·
.1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.2
Object
column deprecated
r/w
Enumeration
*************THIS OBJECT IS DEPRECATED **********
This object is used to indicate what version of
SNMP should be used to send the trap to this
destination. When the value of this object is
'snmpv1', the trap will be sent to this destination
as a Trap-PDU using an SNMPv1 message wrapper, as
specified in RFC 1157. When the value of this
object is 'snmpv2c', the trap will be sent to this
destination as a SNMPv2-Trap-PDU using the
Community-based SNMPv2 framework as specified in
RFC 1901.
An agent should reject an attempt to set an instance
of this object to a value representing a version of
the SNMP framework that is not supported by that
agent.
Context
- MIB
- HP-ICF-BASIC
- OID
.1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.2- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- hpicfTrapDestEntry
- Groups
- 1
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-ICF-BASIC' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-BASIC::hpicfTrapDestVersion'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-BASIC' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-BASIC::hpicfTrapDestVersion.<hpicfTrapDestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-BASIC' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-BASIC::hpicfTrapDestVersion'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | snmpv1 |
2 | snmpv2c |
Conformance
Member of
Compliance refinements
hpicfBasicCompliance3
Enumeration
Values:
snmpv1(1)
Support for the 'snmpv2c' enumeration should
only be implemented if the agent supports the
Community-based SNMPv2 framework.
only be implemented if the agent supports the
Community-based SNMPv2 framework.
hpicfNewBasicCompliance
Enumeration
Values:
snmpv1(1)
Support for the 'snmpv2c' enumeration should
only be implemented if the agent supports the
Community-based SNMPv2 framework.
only be implemented if the agent supports the
Community-based SNMPv2 framework.