Home/Catalog/HP-ICF-SNMP-MIB

HP-ICF-SNMP-MIB

This MIB module contains HP proprietary objects for managing SNMP entity.
Main OID:
hpicfSnmpMIB.1.3.6.1.4.1.11.2.14.11.5.1.38
34
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

34 total
Object Name
hpicfSnmpMIBThis MIB module contains HP proprietary objects for managing SNMP entity.
MODULE-IDENTITY
.1.3.6.1.4.1.11.2.14.11.5.1.38
hpicfSnmpNotification
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.0
hpicfSnmpAuthFailThe switch sends this notification when an SNMP SET command fails at the authorization check stage. This notification applies to SETs within the hpicf tree that are network security related. This object is controlled by hpicfSnmpAuthNotifyEnable
NOTIFICATION-TYPE
.1.3.6.1.4.1.11.2.14.11.5.1.38.0.1
hpicfSnmpObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.1
hpicfSnmpConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1
hpicfSnmpGlobalCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1
hpicfSnmpResponseSourceAddrPolicyTableA table of entries used to configure the policy for selecting source address while sending SNMP response. When this entry is configured, the source address field in the IP PKT header get modified based on the configured option. There are 4 valid options that can be configured for ipv4 and ipv6 networks a) rfc1517 This is the default behavior if no other policy is configured. In this case the source address will be the address of the interface from which packet goes out of the box. b) user configured IP address In this case the configured address will be used as source address in the SNMP response. c) user configured interface In this case the IP address configured on the specified interface will be used as source address in the SNMP response. In case of multinet interface then smallest IP address present on the interface in lexicographical order will be used as source address while sending SNMP responses for requests. d) dst_ip_of_request In this case, the destination IP address present in the IP header of received SNMP request will be used as source address in the SNMP response.
SEQUENCE OF HpicfSnmpResponseSourceAddrPolicyEntry
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1
hpicfSnmpResponseSourceAddrPolicyEntryAn entry in the table, containing information about a single source address. This table allows only 2 values that can be used as index to this table. These are: 1) hpicfSnmpResponseSourceAddressType = ipv4 Where user wants to configure the source address type used while sending the SNMP response on IPV4 network. 2) hpicfSnmpResponseSourceAddressType = ipv6 Where user wants to configure the source address type used while sending the SNMP response on IPV6 network.
HpicfSnmpResponseSourceAddrPolicyEntry
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1
hpicfSnmpResponseSourceAddressTypeWe allow only 2 values for this object as an index for hpicfSnmpResponseSourceAddrPolicyEntry - 1) hpicfSnmpResponseSourceAddressType = ipv4 Where user wants to configure the source address type used while sending the SNMP response on IPV4 network 2) hpicfSnmpResponseSourceAddressType = ipv6 Where user wants to configure the source address type used while sending the SNMP response on IPV6 network.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.1
hpicfSnmpResponseSourceAddrPolicyThis specifies the policy for selecting the source address for outgoing SNMP responses. a) rfc1517 This is the default behavior if no other policy is configured. In this case the source address will be the address of the interface from which packet goes out of the box. b) configuredIP By setting this value will enable the SNMP agent to use IP addresses specified in hpicfSnmpResponseSourceAddress object as source address while sending the response. hpicfSnmpResponseSourceAddress must be set to a valid and active IP address before setting policy to configuredIP. Note: This IP address will be used in the SNMP response PDU provided it is configured as an IP address on any one of the interfaces of the device. c) configuredInterface By setting this value will enable the SNMP agent to use IP addresses configured on the interface specified by hpicfSnmpResponseSourceAddrIfIndex object as source address while sending the response. In case of multinet interface then smallest IP address present on the interface in lexicographical order will be used as source address while sending SNMP responses for requests. hpicfSnmpResponseSourceAddrIfIndex object must be set to a valid loopback interface number before setting policy to configuredInterface. Note: The configured interface's IP address will be used in the SNMP response PDU provided the interface has an IP address configured. d) dst_ip_of_request In this case, the destination IP address present in the IP header of received SNMP request will be used as source address in the SNMP response.rw
Enumeration
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.2
hpicfSnmpResponseSourceAddressThis object is used to set the IP address which will be used as source IP while sending the SNMP response. This object should be used in conjunction with the hpicfSnmpResponseSourceAddressType and hpicfSnmpResponseSourceAddrPolicy. Note: This IP address will be used in the SNMP response PDU provided it is configured as an IP address on any one of the interfaces of the device.rw
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.3
hpicfSnmpResponseSourceAddrIfIndexThis object is used to set the interface whose IP address will be used as source IP while sending the SNMP response. This object should be used in conjunction with the hpicfSnmpResponseSourceAddressType and hpicfSnmpResponseSourceAddrPolicy. Note: The configured interface's IP address will be used in the SNMP response PDU provided the interface has an IP address configured.rw
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.4
hpicfSnmpTrapSourceAddrTableA table of entries used to configure the source address used while generating SNMP Traps. When this entry is configured, the source address field in the IP PKT header get modified based on the configured option.
SEQUENCE OF HpicfSnmpTrapSourceAddrEntry
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2
hpicfSnmpTrapSourceAddrEntryAn entry in the table, containing information about a single source address. This table allows only 2 values that can be used as index to this table. These are: 1) hpicfSnmpResponseSourceAddressType = ipv4 Where user wants to configure the source address used while sending the SNMP TRAPs on IPV4 network. 2) hpicfSnmpResponseSourceAddressType = ipv6 Where user wants to configure the source address used while sending the SNMP TRAPs on IPV6 network.
HpicfSnmpTrapSourceAddrEntry
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1
hpicfSnmpTrapSourceAddressTypeThis table allows only 2 values that can be used as index to this table. These are: 1) hpicfSnmpResponseSourceAddressType = ipv4 Where user wants to configure the source address used while sending the SNMP TRAPs on IPV4 network. 2) hpicfSnmpResponseSourceAddressType = ipv6 Where user wants to configure the source address used while sending the SNMP TRAPs on IPV6 network.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.1
hpicfSnmpTrapSourceAddrPolicyThis specifies the policy for selecting the source address for outgoing SNMP responses. a) rfc1517 This is the default behavior if no other policy is configured. In this case the source address will be the address of the interface from which packet goes out of the box. b) configuredIP By setting this value will enable the SNMP agent to use IP addresses specified in hpicfSnmpResponseSourceAddress object as source address while sending the response. hpicfSnmpTrapSourceAddress must be set to a valid and active ip address before setting policy to configuredIP. Note: This IP address will be used in the SNMP trap PDU provided it is configured as an IP address on any one of the interfaces of the device. c) configuredInterface By setting this value will enable the SNMP agent to use IP addresses configured on the interface specified by hpicfSnmpResponseSourceAddrIfIndex object as source address while sending the response. In case of multinet interface then smallest IP address present on the interface in lexicographical order will be used as source address while sending SNMP responses for requests. Note: The configured interface's IP address will be used in the SNMP trap PDU provided the interface has an IP address configured. hpicfSnmpTrapSourceAddrIfIndex object must be set to a valid loopback interface number before setting policy to configuredInterface.rw
Enumeration
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.2
hpicfSnmpTrapSourceAddressThis object is used to set the IP address which will be used as source IP while sending the SNMP TRAPs. This object should be used in conjunction with the hpicfSnmpResponseSourceAddressType and hpicfSnmpTrapSourceAddrPolicy. Note: This IP address will be used in the SNMP trap PDU provided it is configured as an IP address on any one of the interfaces of the device.rw
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.3
hpicfSnmpTrapSourceAddrIfIndexThis object is used to set the interface whose IP address will be used as source IP while sending the SNMP TRAPs. This object should be used in conjunction with the hpicfSnmpResponseSourceAddressType and hpicfSnmpTrapSourceAddrPolicy. Note: The configured interface's IP address will be used in the SNMP trap PDU provided the interface has an IP address configured.rw
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.4
hpicfSnmpAuthNotifyEnableControls whether hpicfSnmpAuthFail notifications will be generated. The default value is 1 (Enabled). A value of 2 represents Disabled. Writing this object requires authentication, such as provided by SNMPv3. NOTE that hpicfSnmpAuthFail and snmpEnableAuthenTraps (RFC-1157) are mutually exclusive. While they may both be disabled, only one may be enabled at any given time. Notifications enabled by hpicfSnmpAuthFail are more comprehensive and are therefore recommended.rw
Enumeration
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.3
hpicfSnmpNotificationObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.2
hpicfSnmpAuthFailCountA count of SNMP authorization failures detected by the SNMP entity.ro
Counter32
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.2.1
hpicfSnmpAuthFailIPTypeType of IP address contained in hpicfSnmpAuthFailIP.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.2.2
hpicfSnmpAuthFailIPIP address of sender of message that failed authentication.ro
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.11.2.14.11.5.1.38.1.2.3
hpicfSnmpConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.2
hpicfSnmpCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.1
hpicfSnmpComplianceA compliance statement for HP Routing switches with SNMP
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.1.1
hpicfSnmpCompliance1A compliance statement for HP Routing switches with SNMP
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.1.2
hpicfSnmpCompliancesGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2
hpicfSnmpResponseSourceAddrTableCompliancesGroupA collection of objects allowing configuration of policies in the switch for selecting the source address used while generating SNMP response
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.1
hpicfSnmpTrapSourceAddrTableCompliancesGroupA collection of objects allowing configuration of source addresses for SNMP traps generated by the switch.
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.2
hpicfSnmpResponseSourceAddrTableGroupDescription.
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.3
hpicfSnmpTrapSourceAddrTableGroupDescription.
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.4
hpicfSnmpNotifyObjectGroupThe operational status of hpicfSwitchAuthServerFail notifications. The default value is 1 (Enabled). A value of 2 represents Disabled. Writing this object requires authentication, such as provided by SNMPv3.
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.5
hpicfSnmpNotificationGroupDescription.
Unknown
.1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.6
HP-ICF-SNMP-MIB - SNMP MIB Reference | MIBs Explorer