HP-ICF-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-SNMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hpicfSnmpMIB 1.3.6.1.4.1.11.2.14.11.5.1.38
This MIB module contains HP proprietary objects for managing SNMP entity.
       hpicfSnmpNotification 1.3.6.1.4.1.11.2.14.11.5.1.38.0
           hpicfSnmpAuthFail 1.3.6.1.4.1.11.2.14.11.5.1.38.0.1
The 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
       hpicfSnmpObjects 1.3.6.1.4.1.11.2.14.11.5.1.38.1
           hpicfSnmpConfig 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1
               hpicfSnmpGlobalCfg 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1
                   hpicfSnmpResponseSourceAddrPolicyTable 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1 no-access
A 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.
                       hpicfSnmpResponseSourceAddrPolicyEntry 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1 no-access
An 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.
                           hpicfSnmpResponseSourceAddressType 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.1 inetaddresstype no-access
We 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.
                           hpicfSnmpResponseSourceAddrPolicy 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.2 integer read-only
This 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. Enumeration: 'dstIpOfRequest': 4, 'rfc1517': 1, 'configuredInterface': 3, 'configuredIP': 2.
                           hpicfSnmpResponseSourceAddress 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.3 inetaddress read-only
This 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.
                           hpicfSnmpResponseSourceAddrIfIndex 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.1.1.4 interfaceindexorzero read-only
This 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.
                   hpicfSnmpTrapSourceAddrTable 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2 no-access
A 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.
                       hpicfSnmpTrapSourceAddrEntry 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1 no-access
An 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.
                           hpicfSnmpTrapSourceAddressType 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.1 inetaddresstype no-access
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.
                           hpicfSnmpTrapSourceAddrPolicy 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.2 integer read-only
This 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. Enumeration: 'dstIpOfRequest': 4, 'rfc1517': 1, 'configuredInterface': 3, 'configuredIP': 2.
                           hpicfSnmpTrapSourceAddress 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.3 inetaddress read-only
This 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.
                           hpicfSnmpTrapSourceAddrIfIndex 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.2.1.4 interfaceindexorzero read-only
This 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.
                   hpicfSnmpAuthNotifyEnable 1.3.6.1.4.1.11.2.14.11.5.1.38.1.1.1.3 integer read-write
Controls 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. Enumeration: 'disabled': 2, 'enabled': 1.
           hpicfSnmpNotificationObjects 1.3.6.1.4.1.11.2.14.11.5.1.38.1.2
               hpicfSnmpAuthFailCount 1.3.6.1.4.1.11.2.14.11.5.1.38.1.2.1 counter32 no-access
A count of SNMP authorization failures detected by the SNMP entity.
               hpicfSnmpAuthFailIPType 1.3.6.1.4.1.11.2.14.11.5.1.38.1.2.2 inetaddresstype no-access
Type of IP address contained in hpicfSnmpAuthFailIP.
               hpicfSnmpAuthFailIP 1.3.6.1.4.1.11.2.14.11.5.1.38.1.2.3 inetaddress no-access
IP address of sender of message that failed authentication.
       hpicfSnmpConformance 1.3.6.1.4.1.11.2.14.11.5.1.38.2
           hpicfSnmpCompliances 1.3.6.1.4.1.11.2.14.11.5.1.38.2.1
               hpicfSnmpCompliance 1.3.6.1.4.1.11.2.14.11.5.1.38.2.1.1
A compliance statement for HP Routing switches with SNMP
               hpicfSnmpCompliance1 1.3.6.1.4.1.11.2.14.11.5.1.38.2.1.2
A compliance statement for HP Routing switches with SNMP
           hpicfSnmpCompliancesGroups 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2
               hpicfSnmpResponseSourceAddrTableCompliancesGroup 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.1
A collection of objects allowing configuration of policies in the switch for selecting the source address used while generating SNMP response
               hpicfSnmpTrapSourceAddrTableCompliancesGroup 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.2
A collection of objects allowing configuration of source addresses for SNMP traps generated by the switch.
               hpicfSnmpResponseSourceAddrTableGroup 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.3
Description.
               hpicfSnmpTrapSourceAddrTableGroup 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.4
Description.
               hpicfSnmpNotifyObjectGroup 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.5
The 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.
               hpicfSnmpNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.38.2.2.6
Description.