HP-ICF-BASIC

File: HP-ICF-BASIC.mib (100895 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB ENTITY-MIB RMON-MIB
INET-ADDRESS-MIB HP-ICF-OID SNMP-TARGET-MIB

Imported symbols

Integer32 IpAddress OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE MacAddress
TruthValue RowStatus DisplayString
TDomain TAddress StorageType
TimeStamp TimeInterval MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP ifIndex
entLogicalIndex alarmEntry eventEntry
InetAddress InetAddressType hpicfObjectModules
hpicfCommon hpicfCommonTrapsPrefix snmpTargetAddrEntry

Defined Types

HpicfAnnounceEntry  
SEQUENCE    
  hpicfAnnounceAddress MacAddress

HpicfIfToEntityEntry  
SEQUENCE    
  hpicfIfEntLogicalIndex Integer32

HpicfAnnounceDiscoveryEntry  
SEQUENCE    
  hpicfAnnounceDiscoveryAddress MacAddress

HpicfIpConfigEntry  
SEQUENCE    
  hpicfIpConfigAddress IpAddress
  hpicfIpConfigAddrMask IpAddress
  hpicfIpConfigDefaultRouter IpAddress
  hpicfIpConfigPingRouter TruthValue
  hpicfIpConfigMtu Integer32
  hpicfIpConfigAdminStatus INTEGER
  hpicfIpConfigProxyArp INTEGER
  hpicfIpConfigLocalProxyArp INTEGER

HpicfIpAddrEntry  
SEQUENCE    
  hpicfIpAddrAddr IpAddress
  hpicfIpAddrMask IpAddress
  hpicfIpAddrStatus RowStatus

HpicfIpxConfigEntry  
SEQUENCE    
  hpicfIpxConfigNodeAddress MacAddress
  hpicfIpxConfigDefaultRouter MacAddress
  hpicfIpxConfigRouterEncaps INTEGER
  hpicfIpxConfigAdminStatus INTEGER

HpicfIpxNetEntry  
SEQUENCE    
  hpicfIpxNetEncaps INTEGER
  hpicfIpxNetNumber OCTET STRING

HpicfFixedTrapEntry  
SEQUENCE    
  hpicfFixedTrapID OBJECT IDENTIFIER
  hpicfFixedTrapEventIndex Integer32

HpicfTrapDestEntry  
SEQUENCE    
  hpicfTrapDestIndex Integer32
  hpicfTrapDestVersion INTEGER
  hpicfTrapDestCommunity OCTET STRING
  hpicfTrapDestTDomain TDomain
  hpicfTrapDestTAddress TAddress
  hpicfTrapDestFilter Integer32
  hpicfTrapDestStatus RowStatus
  hpicfTrapDestNotifyType INTEGER
  hpicfTrapDestRetries Integer32
  hpicfTrapDestTimeout TimeInterval

HpicfBasicAlarmEntry  
SEQUENCE    
  hpicfBasicAlarmStorageType StorageType

HpicfBasicEventEntry  
SEQUENCE    
  hpicfBasicEventStorageType StorageType

HpicfSnmpTargetAddrLogFilterEntry  
SEQUENCE    
  hpicfSnmpTargetAddrLogFilter Integer32

HpicfDNSNameServerEntry  
SEQUENCE    
  hpicfDNSNameServerAddress IpAddress
  hpicfDNSNameServerEntryStatus RowStatus

HpicfInetDNSNameServerEntry  
SEQUENCE    
  hpicfInetDNSNameServerAddrIndex Integer32
  hpicfInetDNSNameServerAddrType InetAddressType
  hpicfInetDNSNameServerAddress InetAddress
  hpicfInetDNSNameServerEntryStatus RowStatus
  hpicfInetDNSNameServerEntryIsOobm TruthValue

Defined Values

hpicfBasicMib 1.3.6.1.4.1.11.2.14.10.2.5
This MIB module describes objects for basic management of devices in the HP Integrated Communication Facility product line.
MODULE-IDENTITY    

hpicfBasic 1.3.6.1.4.1.11.2.14.11.1.4
OBJECT IDENTIFIER    

hpicfReset 1.3.6.1.4.1.11.2.14.11.1.4.1
When this object is set to 'normalReset' it results in a 'powerup' reset of the device. When set to 'agentReset', it results in a reset of the agent software, without resetting the device hardware. When this object is set, the agent replies, dallies a short time to allow the reply to be emitted from the device, then performs the reset. When read, this object always returns 'noReset'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), normalReset(2), agentReset(4)  

hpicfSelfTest 1.3.6.1.4.1.11.2.14.11.1.4.2
Self test is invoked by setting this flag to 'stExecute'. When the object changes to 'stSuccess', the test has completed successfully.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stSuccess(1), stExecute(2)  

hpicfTelnetEnable 1.3.6.1.4.1.11.2.14.11.1.4.3
When the value of this object is 'enabled(1)', the telnet server on this agent is running and allowed to accept connections. When the value of this object is 'disabled(2)', no incoming telnet connections will be accepted by this agent. Whether the telnet server continues running when this object is set to 'disabled(2)' is implementation dependent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfConfigClear 1.3.6.1.4.1.11.2.14.11.1.4.4
When this object is set to 'configClear', the agent replies, dallies a short time to allow the reply to be emitted from the device, clears all of its nonvolitile parameters back to their factory defaults then resets the device. Note that this will result in all parameters being cleared, including network configuration. This function should be used with extreme caution. When read, this object always returns 'running'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER running(1), configClear(2)  

hpicfSelfTestResult 1.3.6.1.4.1.11.2.14.11.1.4.5
OBJECT IDENTIFIER    

hpicfSelfTestResultCode 1.3.6.1.4.1.11.2.14.11.1.4.5.1
If the value of this object is 'softFailure', the agent is up and running, but has detected a non-critical failure. The value of the hpicfSelfTestResultText will contain further information about the type of failure that was detected and may contain information about how to remedy the situation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), softFailure(2)  

hpicfSelfTestResultText 1.3.6.1.4.1.11.2.14.11.1.4.5.2
If the value of the hpicfSelfTestResultCode object is 'softFailure', this text string contains detailed information about the most recently detected failure, including information about the type of failure that was detected, and possibly information about how to remedy the situation. If the value of the hpicfSelfTestResultCode object is 'ok', this object will contain a zero-length octet string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfSelfTestResultTime 1.3.6.1.4.1.11.2.14.11.1.4.5.3
This object contains the value of sysUpTime at the time the agent detected the failure currently being reported by hpicfSelfTestResultCode and hpicfSelfTestResultText. If the value of the hpicfSelfTestResultCode is 'ok', or if the current failure was detected before the SNMP agent initialized, this object will have the value 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hpicfWebAgentEnable 1.3.6.1.4.1.11.2.14.11.1.4.6
When the value of this object is 'enabled(1)', the ehttpd server on this agent is running and allowed to accept connections. When the value of this object is 'disabled(2)', no incoming ehttpd connections will be accepted by this agent. Whether the ehttpd server continues running when this object is set to 'disabled(2)' is implementation dependent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfBasicDiscovery 1.3.6.1.4.1.11.2.14.11.1.4.7
OBJECT IDENTIFIER    

hpicfAnnounceTable 1.3.6.1.4.1.11.2.14.11.1.4.7.1
********* THIS OBJECT IS DEPRECATED ********* A table of per-device network announcement addresses. This table is used to cause the transmission of announcement packets for a particular logical device to a specified address. This is used as part of topology mapping to determine the network connectivity of a device on the network.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfAnnounceEntry

hpicfAnnounceEntry 1.3.6.1.4.1.11.2.14.11.1.4.7.1.1
********* THIS OBJECT IS DEPRECATED ********* A row in the table, containing the announcement address for a single entity.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpicfAnnounceEntry  

hpicfAnnounceAddress 1.3.6.1.4.1.11.2.14.11.1.4.7.1.1.1
********* THIS OBJECT IS DEPRECATED ********* Seting an instance of this object to any MAC address will trigger the agent to transmit three announcement packets on an interface associated with the logical entity. These packets will use a MAC source address set to the agent's MAC address on that interface, a MAC destination address equal to the value of the instance of this object, a destination LSAP of 0xF8, and a destination HP XSAP of 0x165d.
Status: deprecated Access: read-write
OBJECT-TYPE    
  MacAddress  

hpicfIfToEntityTable 1.3.6.1.4.1.11.2.14.11.1.4.7.2
********* THIS OBJECT IS DEPRECATED ********* This table is used to map an interface index to a logical entity index. This table is mainly used by autodiscovery to figure out which entLogicalIndex corresponds to a particular network address. This table is not intended as a general purpose mapping. In particular, in some systems the same interface can be in use by multiple logical entities. Also, there is no requirement that ifIndex is unique across all logical entities (such as the case where multiple agents in the same chassis each assign ifIndex without knowledge of how the other agents are assigning ifIndex). Therefore, these mappings are only defined to hold for the special purpose of getting from the discovered transport address for a logical device to the entLogicalIndex needed for announce address and search address. Also, note that this table will not contain entries for all of the values of ifIndex. It will only contain entries for interfaces that can be used for sending announcement packets for some logical entity.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfIfToEntityEntry

hpicfIfToEntityEntry 1.3.6.1.4.1.11.2.14.11.1.4.7.2.1
********* THIS OBJECT IS DEPRECATED ********* A row in the table, containing the ifIndex to entLogicalIndex mapping for a single interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpicfIfToEntityEntry  

hpicfIfEntLogicalIndex 1.3.6.1.4.1.11.2.14.11.1.4.7.2.1.1
********* THIS OBJECT IS DEPRECATED ********* This object identifies the entLogicalIndex of a device that can be mapped using this interface. An entLogicalEntry identified by a value of an instance of this object is the same entry identified by the same value of an instance of entLogicalIndex.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hpicfAnnounceDiscoveryTable 1.3.6.1.4.1.11.2.14.11.1.4.7.3
A table of per-device network announcement addresses. This table is used to cause the transmission of announcement packets for a particular logical device to a specified address. This is used as part of topology mapping to determine the network connectivity of a device on the network.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfAnnounceDiscoveryEntry

hpicfAnnounceDiscoveryEntry 1.3.6.1.4.1.11.2.14.11.1.4.7.3.1
A row in the table, containing the announcement address for a single entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfAnnounceDiscoveryEntry  

hpicfAnnounceDiscoveryAddress 1.3.6.1.4.1.11.2.14.11.1.4.7.3.1.1
Seting an instance of this object to any MAC address will trigger the agent to transmit three announcement packets on an interface associated with the logical entity. These packets will use a MAC source address set to the agent's MAC address on that interface, a MAC destination address equal to the value of the instance of this object, a destination LSAP of 0xF8, and a destination HP XSAP of 0x165d.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hpicfBasicIpConfig 1.3.6.1.4.1.11.2.14.11.1.4.8
OBJECT IDENTIFIER    

hpicfIpConfigTable 1.3.6.1.4.1.11.2.14.11.1.4.8.1
********* THIS OBJECT IS DEPRECATED ********* This table contains per-interface IP configuration information.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfIpConfigEntry

hpicfIpConfigEntry 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1
********* THIS OBJECT IS DEPRECATED ********* An entry in the hpicfIpConfigTable containing the IP configuration information for a single interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpicfIpConfigEntry  

hpicfIpConfigAddress 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.1
********* THIS OBJECT IS DEPRECATED ********* This variable contains the IP address for this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

hpicfIpConfigAddrMask 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.2
********* THIS OBJECT IS DEPRECATED ********* This variable contains the IP subnet mask for this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

hpicfIpConfigDefaultRouter 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.3
********* THIS OBJECT IS DEPRECATED ********* This variable contains the IP address of the default router for this interface. For SLIP interfaces, this object contains the IP address of the node at the other end of the serial connection.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

hpicfIpConfigPingRouter 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.4
********* THIS OBJECT IS DEPRECATED ********* This object is used to configure whether this agent will periodically send ICMP echo request packets to the IP default router for this interface. Since a networking device typically does not transmit unless it receives a management request, and since some autodiscovery applications work by scanning ARP caches, this ICMP echo can be used to try to stay in our default router's ARP cache so that we can be discovered. This object allows the network manager to enable or disable sending these ICMP echo requests.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfIpConfigMtu 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.5
********* THIS OBJECT IS DEPRECATED ********* This object is used to configure the largest datagram that IP will send on this interface. Note that for some interface types, this value may not be changeable, and this object will be implemented as read-only on those interfaces. Also note that most interfaces will not allow the full range of values defined above, since the upper limit on the MTU is constrained by the interface type.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32 68..65535  

hpicfIpConfigAdminStatus 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.6
********* THIS OBJECT IS DEPRECATED ********* Setting this flag to 'learn' (the default) will clear any existing IP address configuration for this interface, and will cause the device to use a dynamic method (e.g. BootP) to obtain its IP configuration for this interface. This flag must be set to 'useConfigured' in order to configure an IP address for the interface. Setting this flag to 'disable' will disable the IP protocol stack on this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), useConfigured(2), learn(3)  

hpicfIpConfigProxyArp 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.7
********* THIS OBJECT IS DEPRECATED ********* Enables/disables ARP proxy on the interface. If set to enabled(1), the switch will respond on ARP request for IP addresses from other subnets.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfIpConfigLocalProxyArp 1.3.6.1.4.1.11.2.14.11.1.4.8.1.1.8
********* THIS OBJECT IS DEPRECATED ********* Enables/disables local ARP proxy on the interface. If set to enabled(1), the switch will respond on ARP request for IP addresses from local subnets.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfIpAddrTable 1.3.6.1.4.1.11.2.14.11.1.4.8.2
********* THIS OBJECT IS DEPRECATED ********* A table that contains the secondary addresses configured for an interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfIpAddrEntry

hpicfIpAddrEntry 1.3.6.1.4.1.11.2.14.11.1.4.8.2.1
********* THIS OBJECT IS DEPRECATED ********* Information about a secondary IP address assigned to an interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpicfIpAddrEntry  

hpicfIpAddrAddr 1.3.6.1.4.1.11.2.14.11.1.4.8.2.1.1
********* THIS OBJECT IS DEPRECATED ********* The secondary IP address.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfIpAddrMask 1.3.6.1.4.1.11.2.14.11.1.4.8.2.1.2
********* THIS OBJECT IS DEPRECATED ********* The subnet mask for the address. If not specified at the time of row creation, defaults to the class-based netmask for the address.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

hpicfIpAddrStatus 1.3.6.1.4.1.11.2.14.11.1.4.8.2.1.3
********* THIS OBJECT IS DEPRECATED ********* The status of an IP Address entry.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfIpGlobalDefaultRouter 1.3.6.1.4.1.11.2.14.11.1.4.8.3
This variable contains the IP address of the default router for this system. The value of this object is ignored when ipForwarding is equal to 'forwarding'. This object is only used when hpicfIpGlobalDefaultRouterSource is 'manual'. Note that a configured static route to address 0.0.0.0 takes precedence over the value of this object.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hpicfIpGlobalPingRouter 1.3.6.1.4.1.11.2.14.11.1.4.8.4
This object is used to configure whether this device will periodically send ICMP echo request packets to its IP default router. Since a networking device typically does not transmit unless it receives a management request, and since some autodiscovery applications work by scanning ARP caches, this ICMP echo can be used to try to stay in our default router's ARP cache so that we can be discovered. This object allows the network manager to enable or disable sending these ICMP echo requests. The value of this object is ignored when ipForwarding is equal to 'forwarding'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfIpZeroBroadcastEnable 1.3.6.1.4.1.11.2.14.11.1.4.8.5
This object is used to configure whether switch should silently discard on receipt any packet addressed to 0.0.0.0 or {, 0}.If these packets are not silently discarded, they must be treated as IP broadcasts.This object is by default configured to discard zero broadcast packet
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfBasicIpxConfig 1.3.6.1.4.1.11.2.14.11.1.4.9
OBJECT IDENTIFIER    

hpicfIpxConfigTable 1.3.6.1.4.1.11.2.14.11.1.4.9.1
This table contains IPX per-interface configuration information that will take effect after the next reset of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfIpxConfigEntry

hpicfIpxConfigEntry 1.3.6.1.4.1.11.2.14.11.1.4.9.1.1
An entry in the hpicfIpxConfigTable containing the IPX configuration information for a single interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfIpxConfigEntry  

hpicfIpxConfigNodeAddress 1.3.6.1.4.1.11.2.14.11.1.4.9.1.1.1
The IPX node address that the agent will use for this interface. Note that in many, but not all, cases, this object duplicates the value of ifPhysAddress.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hpicfIpxConfigDefaultRouter 1.3.6.1.4.1.11.2.14.11.1.4.9.1.1.2
The IPX node address of the default router for this interface.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hpicfIpxConfigRouterEncaps 1.3.6.1.4.1.11.2.14.11.1.4.9.1.1.3
The type of encapsulation to for packets sent to the default router on this interface. Note that some of the enumerations for this object may not be appropriate for some interface types.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ethernetII(1), ieee8022(2), snap(3), ieee8023Raw(4), noGateway(5), learn(6)  

hpicfIpxConfigAdminStatus 1.3.6.1.4.1.11.2.14.11.1.4.9.1.1.4
Setting this flag to 'enable' (the default) will enable the IPX protocol stack on this interface. Setting this flag to 'disable' will disable the IPX protocol stack on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfIpxNetTable 1.3.6.1.4.1.11.2.14.11.1.4.9.2
This table contains the IPX network number in use for each encapsulation type on the agent's interfaces. This information is learned dynamically by the agent. An entry will only exist in this table for a particular encapsulation type on a particular interface if we have discovered a network number for that encapsulation type on that interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfIpxNetEntry

hpicfIpxNetEntry 1.3.6.1.4.1.11.2.14.11.1.4.9.2.1
An entry in the table, containing the IPX network number for a single encapsulation type on one of the agent's interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfIpxNetEntry  

hpicfIpxNetEncaps 1.3.6.1.4.1.11.2.14.11.1.4.9.2.1.1
The encapsulation type for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ethernetII(1), ieee8022(2), snap(3), ieee8023Raw(4)  

hpicfIpxNetNumber 1.3.6.1.4.1.11.2.14.11.1.4.9.2.1.2
The IPX network number for this encapsulation on this interface, in network byte order.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

hpicfBasicTraps 1.3.6.1.4.1.11.2.14.11.1.4.10
OBJECT IDENTIFIER    

hpicfFixedTrapTable 1.3.6.1.4.1.11.2.14.11.1.4.10.1
A table of mappings from notification ids to RMON events. This table contains one row for each notification type supported by the agent. It provides a way of configuring an RMON eventTable entry to be triggered whenever this notification occurs. This way, each notification can be configured to use a particular community name (which selects a set of entries in the trap destination table to send the notification to), and provides a common point for configuring the action to take when the notification condition occurs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfFixedTrapEntry

hpicfFixedTrapEntry 1.3.6.1.4.1.11.2.14.11.1.4.10.1.1
An entry in the table, describing the mapping for a single notification id.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfFixedTrapEntry  

hpicfFixedTrapID 1.3.6.1.4.1.11.2.14.11.1.4.10.1.1.1
The object identifier of the notification this entry provides mapping information for. For notifications that are defined using the SNMPv2 NOTIFICATION-TYPE macro, the OID value assigned by the macro is used directly as the hpicfFixedTrapID. For traps defined using the SNMpv1 TRAP-TYPE macro, the value of hpicfFixedTrapID is formed by adding two sub IDs to the trap enterprise. The first added sub ID is 0, and the second is the specific trap value assigned by the macro to the trap. Note: this is the method specified in RFC 1908, 'Coexistence between Version 1 and Version 2 of the Internet-standard Network Management Framework' for converting the enterprise and specific-trap fields of a received Trap-PDU into a value of snmpTrapOID for use in building an SNMPv2-Trap-PDU in a proxy agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

hpicfFixedTrapEventIndex 1.3.6.1.4.1.11.2.14.11.1.4.10.1.1.2
The index of the eventEntry in the RMON MIB that will be triggered when a condition exists for which this notification is supposed to be sent. The eventEntry identified by a particular value of this index is the same as indentified by the same value of the eventIndex object. If there is no corresponding entry in the eventTable, then no association exists. In particular, if this value is zero, no associated event will be generated, as zero is not a valid event index. Note that some agents may implement this object read-only. In this case, it will indicate a permanent entry in the eventTable for each notification.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hpicfTrapDestTable 1.3.6.1.4.1.11.2.14.11.1.4.10.2
*************THIS OBJECT IS DEPRECATED ********** A table of trap destinations.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfTrapDestEntry

hpicfTrapDestEntry 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1
An entry in the table, containing information about a single trap destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfTrapDestEntry  

hpicfTrapDestIndex 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.1
*************THIS OBJECT IS DEPRECATED ********** A value that uniquely identifies this hpicfTrapDestEntry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hpicfTrapDestVersion 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.2
*************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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER snmpv1(1), snmpv2c(2)  

hpicfTrapDestCommunity 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.3
*************THIS OBJECT IS DEPRECATED ********** A community to which this destination address belongs. This entry is associated with any entry in the RMON MIB's eventTable whose value of eventCommunity is equal to the value of this object. Every time an associated event entry sends a trap due to an event, that trap will be sent to each address in the hpicfTrapDestTable with a hpicfTrapDestCommunity equal to eventCommunity. This object may not be modified if the associated hpicfTrapDestStatus object is equal to active(1).
Status: deprecated Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hpicfTrapDestTDomain 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.4
*************THIS OBJECT IS DEPRECATED ********** The transport domain to use to send this trap. This object may not be modified if the associated hpicfTrapDestStatus object is equal to active(1).
Status: deprecated Access: read-create
OBJECT-TYPE    
  TDomain  

hpicfTrapDestTAddress 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.5
*************THIS OBJECT IS DEPRECATED ********** The address to send traps to on behalf of this entry, formatted according to the value of the corresponding instance of the hpicfTrapDestTDomain object. This object may not be modified if the associated hpicfTrapDestStatus object is equal to active(1).
Status: deprecated Access: read-create
OBJECT-TYPE    
  TAddress  

hpicfTrapDestFilter 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.6
*************THIS OBJECT IS DEPRECATED ********** The type of events that will be sent to this trap receiver. This filter is mainly used for limiting 'system event' traps that will be sent to a specific receiver. This filter is specified as a sum of values, where each value specifies a classification of traps that will be sent to this trap receiver. The value for a particular trap class C is computed as 2 raised to a value representing C. The trap classes are defined as follows: C (bit#) Trap class ----------------------------------------------- 0 SNMP traps 1 informational events 2 warning events 3 critical events 4 debug events (HP internal use only) For example, to specify that this trap receiver should receive SNMP traps and critical event traps, this object should be set to a value of 9 (2^0 + 2^3). Note that some agents may not support trap filtering. Those agents may either implement this object as read-only, or with a restricted write syntax.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 0..31  

hpicfTrapDestStatus 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.7
*************THIS OBJECT IS DEPRECATED ********** The status of this trap destination entry. An entry may not exist in the active state unless all of the objects in the entry are consistent. In particular, the value of hpicfTrapDestAddress must have a legal length and value for the protocol specified by hpicfTrapDestProtocol.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfTrapDestNotifyType 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.8
*************THIS OBJECT IS DEPRECATED ********** This object is used to indicate what type of SNMP trap/informs should be used. When the value of this object is 'trap', notifications will be sent. When the value of this object is 'inform', informs will be sent.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER trap(1), inform(2)  

hpicfTrapDestRetries 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.9
*************THIS OBJECT IS DEPRECATED ********** This object is used to indicate what number of retries to be attempted when a response is not received for a generated message.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpicfTrapDestTimeout 1.3.6.1.4.1.11.2.14.11.1.4.10.2.1.10
*************THIS OBJECT IS DEPRECATED ********** This object is used to indicate what number of seconds between retries to be attempted when a response is not received for a generated message.
Status: deprecated Access: read-create
OBJECT-TYPE    
  TimeInterval  

hpicfBasicRmon 1.3.6.1.4.1.11.2.14.11.1.4.11
OBJECT IDENTIFIER    

hpicfBasicAlarm 1.3.6.1.4.1.11.2.14.11.1.4.11.3
OBJECT IDENTIFIER    

hpicfBasicAlarmNVCapacity 1.3.6.1.4.1.11.2.14.11.1.4.11.3.1
The maximum number of alarmTable entries this agent is capable of saving in nonvolatile storage.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfBasicAlarmTable 1.3.6.1.4.1.11.2.14.11.1.4.11.3.2
HP ICF specific extension to the RMON alarm table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfBasicAlarmEntry

hpicfBasicAlarmEntry 1.3.6.1.4.1.11.2.14.11.1.4.11.3.2.1
Extensions for a single row in the RMON alarm table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfBasicAlarmEntry  

hpicfBasicAlarmStorageType 1.3.6.1.4.1.11.2.14.11.1.4.11.3.2.1.1
The storage type for this alarm entry.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

hpicfBasicEvent 1.3.6.1.4.1.11.2.14.11.1.4.11.9
OBJECT IDENTIFIER    

hpicfBasicEventNVCapacity 1.3.6.1.4.1.11.2.14.11.1.4.11.9.1
The maximum number of eventTable entries this agent is capable of saving in nonvolatile storage.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfBasicEventTable 1.3.6.1.4.1.11.2.14.11.1.4.11.9.2
HP ICF specific extension to the RMON event table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfBasicEventEntry

hpicfBasicEventEntry 1.3.6.1.4.1.11.2.14.11.1.4.11.9.2.1
Extensions for a single row in the RMON event table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfBasicEventEntry  

hpicfBasicEventStorageType 1.3.6.1.4.1.11.2.14.11.1.4.11.9.2.1.1
The storage type for this event entry. Rows having the value 'permanent' allow write access to the associated instances of eventCommunity and eventType.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

hpicfSelfTestTrap 1.3.6.1.4.1.11.2.14.12.1.0.4
An hpicfSelfTestTrap indicates that the agent has detected a non-critical failure. The value of the hpicfSelfTestResultText object describing the failure is sent in the trap. Note that this trap is sent whenever a new failure is detected. An agent should throttle the generation of consecutive hpicfSelfTestTraps so that there is at least a five-second gap between traps of this type. When traps are throttled, they are dropped, not queued for sending at a future time. (Note that 'generating' a trap means sending to all configured recipients.).
Status: current Access: read-create
NOTIFICATION-TYPE    

hpicfBasicSnmpTargetAddrLogFilter 1.3.6.1.4.1.11.2.14.11.1.4.12
OBJECT IDENTIFIER    

hpicfSnmpTargetAddrLogFilterTable 1.3.6.1.4.1.11.2.14.11.1.4.12.1
Adds an HpicfSnmpTargetAddrLogFilterEntry to snmpTargetAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfSnmpTargetAddrLogFilterEntry

hpicfSnmpTargetAddrLogFilterEntry 1.3.6.1.4.1.11.2.14.11.1.4.12.1.1
Adds an HpicfSnmpTargetAddrLogFilterEntry to snmpTargetAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfSnmpTargetAddrLogFilterEntry  

hpicfSnmpTargetAddrLogFilter 1.3.6.1.4.1.11.2.14.11.1.4.12.1.1.1
The type of events that will be sent to this trap receiver. This filter is mainly used for limiting 'system event' traps that will be sent to a specific receiver. This filter is specified as a sum of values, where each value specifies a classification of traps that will be sent to this trap receiver. The value for a particular trap class C is computed as 2 raised to a value representing C. The trap classes are defined as follows: C (bit#) Trap class ----------------------------------------------- 0 SNMP traps 1 informational events 2 warning events 3 critical events 4 debug events (HP internal use only) For example, to specify that this trap receiver should receive SNMP traps and critical event traps, this object should be set to a value of 9 (2^0 + 2^3). Note that some agents may not support trap filtering. Those agents may either implement this object as read-only, or with a restricted write syntax.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..31  

hpicfBasicDNSConfig 1.3.6.1.4.1.11.2.14.11.1.4.15
OBJECT IDENTIFIER    

hpicfDNSDefaultDomainSuffix 1.3.6.1.4.1.11.2.14.11.1.4.15.1
The default domain name (A unique designator on the network composed of symbols separated by dots) to which resolver appends host names before sending the queries to name servers. An example of a valid default domain suffix is 'hp.com'. The resolver will not use a default domain suffix if this object is set to empty-string (which is the default value.) This can set only if the 'hpicfDNSConfigMode'is manual(2).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfDNSNameServerTable 1.3.6.1.4.1.11.2.14.11.1.4.15.2
#### Deprecated #### A table that contains information about the (DNS) Name Server configuration in this device.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfDNSNameServerEntry

hpicfDNSNameServerEntry 1.3.6.1.4.1.11.2.14.11.1.4.15.2.1
### deprecated ###Information about name server configuration entry on this resolver device.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpicfDNSNameServerEntry  

hpicfDNSNameServerAddress 1.3.6.1.4.1.11.2.14.11.1.4.15.2.1.1
### Deprecated ###IPv4 address of the given name server.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfDNSNameServerEntryStatus 1.3.6.1.4.1.11.2.14.11.1.4.15.2.1.2
### Deprecated ###The row status of a given name server entry.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfInetDNSNameServerTable 1.3.6.1.4.1.11.2.14.11.1.4.15.3
A table that contains information about the (DNS) Name Server configuration in this device.This table has 3 index's PRIORITY ADDRTYPE ADDR,for each pririoty only one address can be configured. An address can be created in this table only if the 'hpicfDNSConfigMode' is manual(2).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfInetDNSNameServerEntry

hpicfInetDNSNameServerEntry 1.3.6.1.4.1.11.2.14.11.1.4.15.3.1
An entry in hpicfInetDNSNameServerEntry contains single manually configured DNS Address on this resolver device. This can created only if the 'hpicfDNSConfigMode' is set to manual(2).
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfInetDNSNameServerEntry  

hpicfInetDNSNameServerAddrIndex 1.3.6.1.4.1.11.2.14.11.1.4.15.3.1.1
Index(which is also treated as priority) of DNS server address configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..255  

hpicfInetDNSNameServerAddrType 1.3.6.1.4.1.11.2.14.11.1.4.15.3.1.2
Address Type of the DNS Name server stored in hpicfInetDNSNameServer Address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpicfInetDNSNameServerAddress 1.3.6.1.4.1.11.2.14.11.1.4.15.3.1.3
Address of DNS and type of address stored is is mentioned in hpicfInetDNSNameServerAddType This field needs to be used in conjunction with hpicfInetDNSNameServerAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hpicfInetDNSNameServerEntryStatus 1.3.6.1.4.1.11.2.14.11.1.4.15.3.1.4
The row status of a given name server entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfInetDNSNameServerEntryIsOobm 1.3.6.1.4.1.11.2.14.11.1.4.15.3.1.5
This object indicates whether this DNS Server is reachable over OOBM (Out Of Band Management) interface or not. This mib object will be applicable only if there is a physical OOBM port on the device.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfDNSDefaultDomainSuffixIsOobm 1.3.6.1.4.1.11.2.14.11.1.4.15.4
The default domain name (A unique designator on the network composed of symbols separated by dots) to which resolver appends host names before sending the queries to name servers on OOBM plane. An example of a valid default domain suffix is 'hp.com'. The resolver will not use a default domain suffix if this object is set to empty-string (which is the default value). This can be set only if the 'hpicfDNSConfigMode' is set to manual(2).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfDNSConfigMode 1.3.6.1.4.1.11.2.14.11.1.4.15.5
Setting this flag to 'dhcp' will cause the device to use DHCP to obtain its DNS configuration parameters (such as dns servers and domain name suffix). Setting this flag to 'manual' will allow manual DNS configuration. Setting this flag to 'disabled' will clear any existing DNS configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dhcp(1), manual(2), disabled(3)  

hpicfCurDNSConfig 1.3.6.1.4.1.11.2.14.11.1.4.15.6
OBJECT IDENTIFIER    

hpicfCurDNSDefaultDomainSuffix 1.3.6.1.4.1.11.2.14.11.1.4.15.6.1
The default domain name (A unique designator on the network composed of symbols separated by dots) to which resolver appends host names before sending the queries to name servers. An example of a valid default domain suffix is 'hp.com'. The resolver will not use a default domain suffix if this object is set to empty-string (which is the default value.)
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpicfBannerStatus 1.3.6.1.4.1.11.2.14.11.1.4.13
When the value of this object is 'enabled(1)', it means that the banner has been configured and will be displayed at console or web-ui login. When the value of this object is disabled(2), it means the banner has been unconfigured.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfBanner 1.3.6.1.4.1.11.2.14.11.1.4.14
OBJECT IDENTIFIER    

hpicfBannerMOTD 1.3.6.1.4.1.11.2.14.11.1.4.14.1
An administratively configured message that is displayed to the user when logged in to the device through either the console or web-ui
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..1300)  

hpicfExecBannerStatus 1.3.6.1.4.1.11.2.14.11.1.4.14.2
When the value of this object is 'enabled(1)', it means that the exec banner is configured. If authentication is enabled on the switch, exec banner is displayed after authentication in user interface sessions(console,telnet, SSH and webUI). When there is no authentication in the switch,exec banner is displayed before the switch prompt. When the value of this object is 'disabled (2)', it means that banner has not been configured. If the value of this object is 'enabled (1)', banner cannot be an emptry string.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfBannerExec 1.3.6.1.4.1.11.2.14.11.1.4.14.3
An administratively configured exec banner message that is displayed in console, telnet, SSH and webUI sessions. Currently, the banner text can be configured upto 1300 characters.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..65535)  

hpicfResetDefault 1.3.6.1.4.1.11.2.14.11.1.4.16
The switch boots from 'primary image' or 'secondary image' based on this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

hpicfTelnet6Enable 1.3.6.1.4.1.11.2.14.11.1.4.17
********* THIS OBJECT IS DEPRECATED ********* When the value of this object is 'enabled(1)', the telnet6 server on this agent is running and allowed to accept connections. When the value of this object is 'disabled(2)', no incoming telnet6 connections will be accepted by this agent.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfBasicSNMPConfig 1.3.6.1.4.1.11.2.14.11.1.4.18
OBJECT IDENTIFIER    

hpSwitchSnmpViewConfig 1.3.6.1.4.1.11.2.14.11.1.4.18.1
Enable/Disable SNMP support for hpSwitchAuthentication MIB. When the MIB access is enabled, Manager read/write access to the MIB is permitted. Operator read/write access to the MIB is always denied. For security reasons, network administrators are encouraged to disable SNMPV2c before using the MIB.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfSnmpV2Enable 1.3.6.1.4.1.11.2.14.11.1.4.18.2
When the value of this object is 'enabled(1)', it means that SNMPv1/v2 is enabled on the system. When the value of this object is 'disabled(2)', it means that SNMPv1/v2 is disabled on the system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpicfBasicConfig 1.3.6.1.4.1.11.2.14.11.1.4.19
OBJECT IDENTIFIER    

hpicfDisplayLogNumbers 1.3.6.1.4.1.11.2.14.11.1.4.19.1
When this object is set to True, Log event numbers will be displayed when log is displayed via the CLI or via the MENU. Log event numbers will not be displayed when this object is set to False.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfIncludeCredentials 1.3.6.1.4.1.11.2.14.11.1.4.19.2
This object: enabled - Include password and credentials in the switch configuration. disabled - Do not include credentials in the switch configuration. radiusTacasOnly - Enable only the RADIUS and TACACS+ server keys in the switch configuration. NOTE: This will insert possibly sensitive information in switch configuration files, and as a part of some CLI commands output. It is strongly recommended that you use SFTP rather than TFTP for transfer of the configuration over the network, and that you use the web configuration interface only with SSL enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), radiusTacacsOnly(3)  

hpicfBasicConformance 1.3.6.1.4.1.11.2.14.10.2.5.1
OBJECT IDENTIFIER    

hpicfBasicCompliances 1.3.6.1.4.1.11.2.14.10.2.5.1.1
OBJECT IDENTIFIER    

hpicfBasicGroups 1.3.6.1.4.1.11.2.14.10.2.5.1.2
OBJECT IDENTIFIER    

hpicfBasicCompliance 1.3.6.1.4.1.11.2.14.10.2.5.1.1.1
********* THIS COMPLIANCE IS DEPRECATED ********* A compliance statement basic management and configuration of HP ICF hubs.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

hpicfNewBasicCompliance 1.3.6.1.4.1.11.2.14.10.2.5.1.1.2
********* THIS COMPLIANCE IS DEPRECATED ********* A new compliance statement for this module.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance3 1.3.6.1.4.1.11.2.14.10.2.5.1.1.3
********* THIS COMPLIANCE IS DEPRECATED *********
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance4 1.3.6.1.4.1.11.2.14.10.2.5.1.1.4
********* THIS COMPLIANCE IS DEPRECATED *********
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance5 1.3.6.1.4.1.11.2.14.10.2.5.1.1.5
********* THIS COMPLIANCE IS DEPRECATED *********
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance6 1.3.6.1.4.1.11.2.14.10.2.5.1.1.6
********* THIS COMPLIANCE IS DEPRECATED *********
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance7 1.3.6.1.4.1.11.2.14.10.2.5.1.1.7
An updated compliance statement for this module.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfBasicSNMPConfigCompliance 1.3.6.1.4.1.11.2.14.10.2.5.1.1.8
The compliance statement for SNMP entities which implements enabling/disabling of SNMP v1/v2/v3 and for enabling/disabling SNMP support for hpSwitchAuthenticationMIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfBasicConfigCompliance 1.3.6.1.4.1.11.2.14.10.2.5.1.1.9
The compliance statement for config entities which implements basic configuration of the switch.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfBasicComplianceOobm 1.3.6.1.4.1.11.2.14.10.2.5.1.1.10
The compliance statement for devices implementing the HP DNS Server Mib with OOBM support
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance8 1.3.6.1.4.1.11.2.14.10.2.5.1.1.11
The compliance statement for SNMP entities SNMP support for hpSwitchAuthenticationMIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfBasicCompliance9 1.3.6.1.4.1.11.2.14.10.2.5.1.1.12
The compliance statement for SNMP entities which implements DNS domain configurations.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfBasicGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.1
********* THIS GROUP IS DEPRECATED ********* A collection of objects for basic reset/selftest control on ICF devices.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpicfTelnetGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.2
********* THIS GROUP IS DEPRECATED ********* A collection of objects for managing the telnet server on ICF devices.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpicfNewBasicGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.3
********* THIS GROUP IS DEPRECATED ********* A collection of objects for basic management of ICF devices.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpicfDiscoverGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.4
********* THIS GROUP IS DEPRECATED ********* A collection of objects to assist in discovering and mapping ICF devices.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpicfBasicIpConfigGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.5
********* THIS GROUP IS DEPRECATED ********* A collection of objects for configuring the IP protocol stack in ICF agents.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpicfBasicIpxConfigGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.6
A collection of objects for configuring the IPX protocol stack in ICF agents.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicFixedTrapGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.7
A collection of objects for managing fixed (i.e. non-threshold) traps on ICF devices. Implementation of this group requires implementation of the RMON event group.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicTrapDestGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.8
*************THIS OBJECT IS DEPRECATED ********** A collection of objects for configuring trap destinations on ICF devices. Implementation of this group requires implementation of the RMON event group.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpicfBasicRmonNVGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.9
A collection of objects for controlling which RMON alarm and event table entries are saved in non-volatile storage.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicSelfTestNotifyGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.10
A collection of notifications used to indicate changes in selfTest status
Status: current Access: read-only
NOTIFICATION-GROUP    

hpicfBasicWebAgentGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.11
A collection of objects for managing the EHTTPD server in ICF devices.
Status: current Access: read-only
OBJECT-GROUP    

hpicfAnnounceDiscoveryGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.12
A collection of objects to assist in discovering and mapping ICF devices.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicIpConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.5.1.2.13
A collection of objects for configuring the IP protocol stack in agents that support only a single global default router.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicProxyArpGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.14
A group of objects for configuring proxy ARP on devices that support IP forwarding.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicIpSecondaryGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.15
A group of objects for configuring secondary IP addresses on devices that support more than one IP address on an interface.
Status: current Access: read-only
OBJECT-GROUP    

hpicfSnmpTargetAddrLogFilterGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.16
A group of objects to add an HpicfSnmpTargetAddrLogFilterEntry to snmpTargetAddrTable.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicIpConfigGroup3 1.3.6.1.4.1.11.2.14.10.2.5.1.2.17
A collection of objects for configuring the IP protocol stack in agents that support only a single global default router.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicBannerGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.18
A group of objects for configuring banners for display on console and web-ui at login
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicDNSConfigGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.19
A collection of objects for configuring the DNS resolver facility in agents that are capable of resolving host names to IP addresses.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicGroup1 1.3.6.1.4.1.11.2.14.10.2.5.1.2.20
A collection of objects for basic management of ICF devices.
Status: current Access: read-only
OBJECT-GROUP    

hpicfSNMPConfigGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.21
A collection of objects for enabling/disabling of SNMP v1/v2/v3 and for enabling/disabling SNMP support for hpSwitchAuthenticationMIB.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicConfigGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.22
A collection of objects for basic configuration of the switch.
Status: current Access: read-only
OBJECT-GROUP    

hpicfInetDNSNameServerOobmGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.23
A collection of objects for configuring the DNS server entry with support for OOBM (Out of Band Management) interface.
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicObjectsGroup 1.3.6.1.4.1.11.2.14.10.2.5.1.2.24
A collection of deprecated objects
Status: current Access: read-only
OBJECT-GROUP    

hpicfBasicDNSGroup1 1.3.6.1.4.1.11.2.14.10.2.5.1.2.25
A collection of objects for DNS configuration parameters.
Status: current Access: read-only
OBJECT-GROUP