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

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-GENERIC-RPTR
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
 hubSecurity 1.3.6.1.4.1.11.2.14.2.10
       hubSecurePortTable 1.3.6.1.4.1.11.2.14.2.10.1 no-access
Table containing security configuration for each port.
           hubSecurePortEntry 1.3.6.1.4.1.11.2.14.2.10.1.1 no-access
An entry in the hubSecurePortTable, containing the security configuration for a single port.
               hubSecPtGroupIndex 1.3.6.1.4.1.11.2.14.2.10.1.1.1 integer32 read-only
This object identifies the group containing the port for which this entry contains security configuration information.
               hubSecPtPortIndex 1.3.6.1.4.1.11.2.14.2.10.1.1.2 integer32 read-only
This object identifies the port within the group for which this entry contains security configuration information.
               hubSecPtSecurityAddress 1.3.6.1.4.1.11.2.14.2.10.1.1.3 macaddress read-write
The desired authorized MAC address for this port. This can be either a regular station address to configure a specific address, or it can be one of the following special values to specify the address learning method: FFFF-FFFF-FFFE: learnOnce. First source MAC address heard on this port becomes the authorized address. Setting this value initiates learning of a new authorized address. When a new authorized address is learned, it will be stored in nonvolatile memory. This variable will return learnOnceConditionally to a GET operation after it has been set to this value. FFFF-FFFF-FFFD: learnOnceConditionally. This option will initiate learning of a new authorized address only if the previous hubSecPtSecurityAddress was set to a specific address or learnContinuous. No action will be performed if the previous value was already learnOnceConditionally. FFFF-FFFF-FFFC: learnContinuous. Any address heard becomes the new authorized address. When a new address is learned, it may cause an alarm, but it does not store anything in nonvolatile memory.
               hubSecPtAuthorizedAddress 1.3.6.1.4.1.11.2.14.2.10.1.1.4 macaddress read-only
The MAC address of the station authorized to be on this port. This address could either have been configured by specifying a regular station address for hubSecPtSecurityAddress, or it could have been learned by the agent if hubSecPtSecurityAddress was set to one of the special values listed above. Once the agent has learned an authorized address, it will be saved across powerfails, unless the agent was configured for learnContinuous mode.
               hubSecPtPreventEavesdrop 1.3.6.1.4.1.11.2.14.2.10.1.1.5 integer read-write
If enabled, unicast packets not addressed to the authorized address for this port will be scrambled. Enumeration: 'enable': 1, 'disable': 2.
               hubSecPtAlarmEnable 1.3.6.1.4.1.11.2.14.2.10.1.1.6 integer read-write
If enabled, the agent will generate an intrusionTrap if a packet is received on this port with a source MAC address that is different from the hubSecPtAuthorizedAddress for this port. Enumeration: 'enable': 1, 'disable': 2.
               hubSecPtIntrusionFlag 1.3.6.1.4.1.11.2.14.2.10.1.1.7 integer read-write
This flag indicates if an intrusion has occurred on this port. The Security LED on the hub will blink if any instance of this flag has the value intrusion. Setting this flag to noIntrusion will turn off the Security LED if no other ports have this flag set to intrusion. An intrusion will only cause an alarm and an intrusion log entry if this flag is equal to noIntrusion. Enumeration: 'noIntrusion': 2, 'intrusion': 1.
       hubIntruderLogTable 1.3.6.1.4.1.11.2.14.2.10.2 no-access
This table contains a record of the twenty most recent port security violations. The first entry in the table is the oldest.
           hubIntruderLogEntry 1.3.6.1.4.1.11.2.14.2.10.2.1 no-access
A row in the hubIntruderLogTable containing information about a single port security violation.
               hubIntruderIndex 1.3.6.1.4.1.11.2.14.2.10.2.1.1 integer32 read-only
The index of this entry in the intruder log table. Index 1 will always contain the oldest entry. If the table is full when a new intrusion occurs, the new entry becomes index 20, and all earlier entries are shifted down by one entry, removing the old index 1.
               hubIntruderGroup 1.3.6.1.4.1.11.2.14.2.10.2.1.2 integer32 read-only
This object identifies the group containing the port on which this intrusion occurred.
               hubIntruderPort 1.3.6.1.4.1.11.2.14.2.10.2.1.3 integer32 read-only
This object identifies the port within the group on which this intrusion occurred. A port number of zero indicates that this entry is unused and the values for the other variables in this entry are undefined.
               hubIntruderAddress 1.3.6.1.4.1.11.2.14.2.10.2.1.4 macaddress read-only
This object contains the source MAC address of the intruder.
               hubIntruderTime 1.3.6.1.4.1.11.2.14.2.10.2.1.5 timestamp read-only
The value of sysUpTime when the intrusion occurred. This will be zero if the agent has been reset since the intruder was detected, since sysUpTime could be misinterpreted in that case.
               hubIntruderType 1.3.6.1.4.1.11.2.14.2.10.2.1.6 integer read-only
This object identifies the type of violation that occured: address, training, or both. The hubIntruderTrainingViolation object will indicate additional information, if any, on the type of training violation. This object will be equal to 'none' if this log entry is unused. Note that the values 'training' and 'both' are only valid for 802.12 ports. Enumeration: 'both': 3, 'training': 2, 'none': 4, 'address': 1.
               hubIntruderTrainingViolation 1.3.6.1.4.1.11.2.14.2.10.2.1.7 integer read-only
This object indicates the type of training violation. Note that for 802.3 ports, this object will always be equal to 'noViolation'. This object will be equal to 'noViolation' if this log entry is unused. Enumeration: 'noViolation': 1, 'promiscuousViolation': 2, 'repeaterViolation': 3.
       hpSecurePortTable 1.3.6.1.4.1.11.2.14.2.10.3 no-access
Table containing security configuration for each port, where security for multiple MAC addresses per port is desired (e.g., switch systems).
           hpSecurePortEntry 1.3.6.1.4.1.11.2.14.2.10.3.1 no-access
An entry in the hpSecurePortTable, containing the security configuration for a single port.
               hpSecPtGroupIndex 1.3.6.1.4.1.11.2.14.2.10.3.1.1 integer32 no-access
This object identifies the group containing the port for which this entry contains security configuration information. On repeater systems, this can be used to identify a specific repeater within a managed stack of repeaters. On switch systems, stacked or unstacked, this value is always one.
               hpSecPtPortIndex 1.3.6.1.4.1.11.2.14.2.10.3.1.2 integer32 no-access
This object identifies the port within the group for which this entry contains security configuration information. On a switch system, this index corresponds to the ifIndex of the port.
               hpSecPtAddressLimit 1.3.6.1.4.1.11.2.14.2.10.3.1.3 integer32 read-write
This object identifies the maximum number of MAC addresses learned on this port when the hpSecPtLearnMode is set to learnFirstN or learnFirstNConditionally. Changing the limit while in these modes clears any addresses for this port in the hpSecureAuthAddrTable. This limit does not apply when the learn mode is set to configureSpecific. This object will return the default value of 1 when hpSecPtAddressLimit2 is greater than 32.
               hpSecPtLearnMode 1.3.6.1.4.1.11.2.14.2.10.3.1.4 integer read-write
This object identifies the learning mode of the port. The modes are as follows: LearnContinuous. The port can learn all new MAC addresses. When a new address is learned, it is stored in a manner such that it can be retrieved from the hpSecureAuthAddrTable. Changing the mode to this value clears any existing addresses for this port in the hpSecureAuthAddrTable. learnFirstN. First N source MAC addresses heard on this port become the authorized addresses. N is configured in hpSecPtAddressLimit. Setting this value initiates learning of up to N new authorized addresses. When a new authorized address is learned, it will be stored in the hpSecureAuthAddrTable. When the table has reached its limit N for this port, any new source MAC addresses received on the port constitutes an intrusion. See hpSecPtAlarmEnable for possible responses to the intrusion. This variable will return learnFirstNConditionally to a GET operation after it has been set to this value. learnFirstNConditionally. This option will initiate learning of up to N new authorized addresses only if the previous hpSecPtLearnMode was not set to learnFirstN or learnFirstN- Conditionally. N is configured in hpSecPtAddressLimit. configureSpecific. The port will not learn any addresses. Rather, specific authorized MAC addresses for this port are explicitly configured via the hpSecureCfgAddrTable. These addresses are also stored in the hpSecureAuthAddrTable. Any source MAC address received on this port other than those configured, constitutes an intrusion. See hpSecPtAlarmEnable for possible responses. learn8021xAuthorized. The port will learn only MAC address of a client authorized by 802.1X authenticator. learnLimitedContinuous. First N source MAC addresses heard on this port become the authorized addresses. N is specified by the hpSecPtAddressLimit object. When a new authorized address is learned, it will be stored in the hpSecureAuthAddrTable. When the table has reached its limit N for this port, any new source MAC addresses received on the port constitutes an intrusion. See hpSecPtAlarmEnable for possible responses. The authorized addresses in this mode will age out of the system, therefore the list of authorized addresses can be dynamic over time. Enumeration: 'learnLimitedContinuous': 6, 'learnFirstNConditionally': 3, 'learn8021xAuthorized': 5, 'learnFirstN': 2, 'learnContinuous': 1, 'configureSpecific': 4.
               hpSecPtPreventEavesdrop 1.3.6.1.4.1.11.2.14.2.10.3.1.5 integer read-write
If enabled on a switch, outbound unknown unicast packets will not be forwarded out this port. If enabled on a repeater, outbound unknown unicast packets for this port will be scrambled. Enumeration: 'enable': 1, 'disable': 2.
               hpSecPtAlarmEnable 1.3.6.1.4.1.11.2.14.2.10.3.1.6 integer read-write
This object identifies the action taken when an intrusion occurs. See hpSecPtLearnMode for what constitutes an intrusion. disable. No trap is sent and the port remains enabled. SendTrap. If the hpSecPtIntrusionFlag is set to noIntrusion, the agent will generate an intrusionTrap. SendTrapAndDisablePort. If the hpSecPtIntru- sionFlag is set to noIntrusion, the agent generate an intrusionTrap and disable the port. This value does not apply to repeaters. Enumeration: 'disable': 1, 'sendTrapAndDisablePort': 3, 'sendTrap': 2.
               hpSecPtIntrusionFlag 1.3.6.1.4.1.11.2.14.2.10.3.1.7 integer read-write
This flag indicates if an intrusion has occured on this port. Security-related LED(s) on the device will blink if any instance of this flag has the value intrusion. Setting this flag to noIntrusion will turn off the appropriate LED(s). An intrusion will only cause an alarm and an intrusion log entry if this flag is equal to noIntrusion. On a switch, packets causing intrusions will be not be forwarded. Enumeration: 'noIntrusion': 2, 'intrusion': 1.
               hpSecPtAddressLimit2 1.3.6.1.4.1.11.2.14.2.10.3.1.8 integer32 read-write
This object identifies the maximum number of MAC addresses learned on this port when the hpSecPtLearnMode is set to learnFirstN or learnFirstNConditionally. The current maximum limit is 64. Changing the limit while in these modes clears any addresses for this port in the hpSecureAuthAddrTable. This limit does apply when the learn mode is set to configureSpecific.
       hpSecureCfgAddrTable 1.3.6.1.4.1.11.2.14.2.10.4 no-access
Table containing multiple configured authorized addresses per port. Facilitates security for ports whose hpSecPtLearnMode is set to configureSpecific.
           hpSecureCfgAddrEntry 1.3.6.1.4.1.11.2.14.2.10.4.1 no-access
An entry in the hpSecureCfgAddrTable, containing the configured authorized address for a single port. Entries are stored in nonvolatile memory when either the hpSecPtrLearnMode for the port is changed to configureSpecific, or a new entry is configured while hpSecPtrLearnMode for the port is currently set to configureSpecific.
               hpSecCfgAddrGroupIndex 1.3.6.1.4.1.11.2.14.2.10.4.1.1 integer32 no-access
This object identifies the group containing the port for which this entry contains the configured authorized address. On repeater systems, this can be used to identify a specific repeater within a managed stack of repeaters. On switch systems, stacked or unstacked, this value is always one.
               hpSecCfgAddrPortIndex 1.3.6.1.4.1.11.2.14.2.10.4.1.2 integer32 no-access
This object identifies the port within the group for which this entry contains the configured authorized address. On a switch, this index corresponds to the ifIndex of the port.
               hpSecCfgAddress 1.3.6.1.4.1.11.2.14.2.10.4.1.3 macaddress no-access
A specific authorized MAC address for this port configured by a management station.
               hpSecCfgStatus 1.3.6.1.4.1.11.2.14.2.10.4.1.4 rowstatus read-only
The row status of a hpSecureCfgAddrEntry.
       hpSecureAuthAddrTable 1.3.6.1.4.1.11.2.14.2.10.5 no-access
Table containing the authorized addresses for each port. An authorized address is an address learned while the hpSecPtLearnMode for the port is set to learnContinuous, learnFirstN, learnLimitedContinuous, or learnFirstNConditionally; or an address in the hpSecureCfgAddrTable when the hpSecPtLearnMode for the port is set to configureSpecific. On a switch, for ports whose hpSecPtLearnMode is set to learnContinuous or learnLimitedContinuous, this table may return MAC address information based on the switch's 802.1d forwarding database.
           hpSecureAuthAddrEntry 1.3.6.1.4.1.11.2.14.2.10.5.1 no-access
An entry in the hpSecureAuthAddrTable, containing the authorized address for a single port. Entries are stored in nonvolatile memory except when the port's hpSecPtLearnMode is set to learnContinuous or learnLimitedContinuous.
               hpSecAuthAddrGroupIndex 1.3.6.1.4.1.11.2.14.2.10.5.1.1 integer32 no-access
This object identifies the group containing the port for which this entry contains authorized address information. On repeater systems, this can be used to identify a specific repeater within a managed stack of repeaters. On switch systems, stacked or unstacked, this value is always one.
               hpSecAuthAddrPortIndex 1.3.6.1.4.1.11.2.14.2.10.5.1.2 integer32 no-access
This object identifies the port within the group for which this entry contains authorized address information. On a switch, this index corresponds to ifIndex of the port.
               hpSecAuthAddress 1.3.6.1.4.1.11.2.14.2.10.5.1.3 macaddress read-only
The MAC address of the station authorized to be on this port. See hpSecureAuthAddrTable for the definition of 'authorized address'.
       hpicfGenRptrMib 1.3.6.1.4.1.11.2.14.10.2.8
This MIB module contains object definitions that are common to all repeater devices in the HP Integrated Communication Facility product line.
           hpicfGenRptrConformance 1.3.6.1.4.1.11.2.14.10.2.8.1
               hpicfGenRptrCompliances 1.3.6.1.4.1.11.2.14.10.2.8.1.1
                   hpicfHubSecurityCompliance 1.3.6.1.4.1.11.2.14.10.2.8.1.1.1
********* THIS COMPLIANCE IS DEPRECATED ********* The compliance statement for agents implementing per-port security in a single-repeater 802.3 repeater system.
                   hpicfGenRptrBasicCompliance 1.3.6.1.4.1.11.2.14.10.2.8.1.1.2
********* THIS COMPLIANCE IS DEPRECATED ********* The compliance statement for agents implementing management for a single repeater.
                   hpicfGenRptrSecurityCompliance 1.3.6.1.4.1.11.2.14.10.2.8.1.1.3
********* THIS COMPLIANCE IS DEPRECATED ********* The compliance statement for AdvanceStack 100VG slaves implementing security.
                   hpicfGenRptrCompliance 1.3.6.1.4.1.11.2.14.10.2.8.1.1.4
********* THIS COMPLIANCE IS DEPRECATED ********* The compliance statement for HP managed repeater systems.
                   hpicfGenRptrCompliance2 1.3.6.1.4.1.11.2.14.10.2.8.1.1.5
The compliance statement for HP managed repeater systems.
                   hpicfGenRptrCompliance3 1.3.6.1.4.1.11.2.14.10.2.8.1.1.6
The compliance statement for HP managed repeater systems.
                   hpicfGenRptrMultiSecOnlyCompliance 1.3.6.1.4.1.11.2.14.10.2.8.1.1.7
********* THIS COMPLIANCE IS DEPRECATED ********* The compliance statement for non-repeater devices that implement per-port security with multiple authorized address per port.
                   hpicfGenRptrMultiSecOnlyCompliance2 1.3.6.1.4.1.11.2.14.10.2.8.1.1.8
********* THIS COMPLIANCE IS DEPRECATED ********* The updated compliance statement for non-repeater devices that implement per-port security with multiple authorized address per port.
                   hpicfGenRptrMultiSecOnlyCompliance3 1.3.6.1.4.1.11.2.14.10.2.8.1.1.9
The updated compliance statement for non-repeater devices that implement per-port security with multiple authorized address per port.
               hpicfGenRptrGroups 1.3.6.1.4.1.11.2.14.10.2.8.1.2
                   hpicfHubSecurityGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.1
********* THIS GROUP IS DEPRECATED ********* A collection of objects for managing per-port security violations for a managed 802.3 repeater system.
                   hpicfGenRptrBasicGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.2
A collection of objects for basic configuration of a system containing repeaters.
                   hpicfGenRptrSecPtGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.3
A collection of objects for managing per-port security in a managed repeater system.
                   hpicfGenRptrInfoGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.4
A collection of objects providing information about logical repeaters in a system.
                   hpicfGenRptrBkpLinkGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.5
A collection of objects for configuring backup links in a managed repeater system.
                   hpicfGenRptrPortMappingGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.6
A collection of objects for mapping repeater segments and repeater ports to logical repeaters.
                   hpicfGenRptrLoadBalanceGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.7
A collection of objects for managing segment load balancing on multisegment repeaters with internal switches.
                   hpicfGenRptrSwitchConfigGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.8
A collection of Objects for configuring internal and external switches for switching between repeater segments in a repeater system.
                   hpicfGenRptrSecNotifyGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.9
A collection of notifications used to indicate per-port security violations.
                   hpicfGenRptrBkpLinkNotifyGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.10
A collection of notifications used to indicate state changes on a backup link.
                   hpicfSecPtGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.11
********* THIS GROUP IS DEPRECATED ********* A collection of objects for managing per-port security in a managed repeater or switch system.
                   hpicfGenRptrBridgeGroup 1.3.6.1.4.1.11.2.14.10.2.8.1.2.12
A collection of objects for basic configuration of repeater system containing internal bridging.
                   hpicfSecPtGroup2 1.3.6.1.4.1.11.2.14.10.2.8.1.2.13
********* THIS GROUP IS DEPRECATED ********* A collection of objects for managing per-port security in a managed repeater or switch system.
                   hpicfSecPtGroup3 1.3.6.1.4.1.11.2.14.10.2.8.1.2.14
A collection of objects for managing per-port security in a managed repeater or switch system.
       hpGRpBasic 1.3.6.1.4.1.11.2.14.11.4.1
           hpGRpBasicGlobal 1.3.6.1.4.1.11.2.14.11.4.1.1
               hpGRpSelfHealEnable 1.3.6.1.4.1.11.2.14.11.4.1.1.1 integer read-write
This flag controls whether or not the device will send self healing packets. Self healing packets are normally sent once per second by the agent when no other traffic is present. When there is no traffic present on a network, there is no way to detect cabling problems (or the repair of cabling problems) and status LEDs are not always correct. Enabling this flag allows the agent to detect cabling problems on an idle network. This flag can be disabled if self healing packets are not wanted. On the 100BaseVG-AnyLAN SNMP/Bridge card, these packets are addressed to a unique unused unicast station address which has been reserved by HP for this purpose. On 802.3 repeaters, these packets are self addressed. On an 802.3 repeater, this flag MUST be enabled when using the Robust Port Healing feature. Without Robust Port Healing either a good transmit or a good receive will reconnect an autopartitioned port. With Robust Port Healing the criteria is more restrictive and only a good transmit will heal a segmented port. If all ports are segmented, the repeater will not repeat anything until the agent transmits a self healing packet and reconnects the autopartitioned ports. Enumeration: 'disabled': 2, 'enabled': 1.
               hpGRpRepeaterTable 1.3.6.1.4.1.11.2.14.11.4.1.1.2 no-access
A table containing generic information about the current logical repeaters in this managed system.
                   hpGRpRepeaterEntry 1.3.6.1.4.1.11.2.14.11.4.1.1.2.1 no-access
An entry in the table, containing information about a single logical repeater.
                       hpGRpRepeaterIndex 1.3.6.1.4.1.11.2.14.11.4.1.1.2.1.1 integer32 no-access
This object uniquely identifies the logical repeater in the managed system for which this entry contains information. This object will have the same value as the corresponding 'repeater index' object in the media-specific repeater MIB for this repeater. Note that it will also have the same value as the instance of the Entity MIB's entLogicalIndex for the entry in the entLogicalTable that represents this repeater.
                       hpGRpRepeaterIfIndex 1.3.6.1.4.1.11.2.14.11.4.1.1.2.1.2 integer32 read-only
The interface on the agent that is used to transmit and receive packets through this repeater. The ifEntry identified by this value is the same entry identified by the same value of the ifIndex object. The value zero indicates that the agent has no interface through which it can send and receive packets on this repeater.
                       hpGRpRepeaterName 1.3.6.1.4.1.11.2.14.11.4.1.1.2.1.3 displaystring read-write
A friendly name for this repeater. Management applications can use this to configure a user friendly name for this logical repeater.
                       hpGRpRepeaterVlanIndex 1.3.6.1.4.1.11.2.14.11.4.1.1.2.1.4 integer32 read-write
The virtual LAN that this repeater is on. Note that setting this object does not affect the operation of the repeater in any way. It is a 'notepad' for management applications to allow them to record which VLAN on a connected switch this logical repeater is connected to.
       hpicfGRpBackupLinks 1.3.6.1.4.1.11.2.14.11.4.2
           hpicfBackupLinkNextIndex 1.3.6.1.4.1.11.2.14.11.4.2.1 integer32 read-write
A currently unassigned value of hpicfBackupLinkIndex. The value 0 indicates that no unassigned values are available. In order to cause a non-zero value of this object to be assigned for use as the hpicfBackupLinkIndex of a future backup link configuration, it must be successfully modified by a set operation. When modified by a set operation, the new value must precisely match the value presently held by the object. If not, the management protocol set operation will fail. Immediately after the completion of a successful set operation, the agent must modify the value of this object. The algorithm for modifying the value is implementation-dependent, and may use a subset of values within the legal range. However, the agent must guarantee that the new value is not assigned to any in-use value of hpicfBackupLinkIndex. A management station creates a new backup link using this algorithm: - issue a management protocol retrieval operation to obtain the value of hpicfBackupLinkNextIndex; if the retrieved value is zero, a new backup link cannot be created at this time; - issue a management protocol set operation for hpicfBackupLinkNextIndex, supplying the same value as obtained in the previous step; - if the set operation succeeds, use the supplied value as the hpicfBackupLinkIndex of the new backup link; if the set operation fails, go back to the first step and obtain a new value for hpicfBackupLinkNextIndex; - issue a management protocol set operation to create an instance of the hpicfBackupLinkStatus object setting its value to 'createAndGo' or 'createAndWait' (as specified in the description of the RowStatus textual convention). Note that the set of hpicfBackupLinkNextIndex and the instance of hpicfBackupLinkStatus may occur in the same set operation if desired.
           hpicfBackupLinkTable 1.3.6.1.4.1.11.2.14.11.4.2.2 no-access
A table of backup link configuration entries. For a given backup link, the agent will periodically send a test packet to the device at the specified address. If no response is received after a configured number of test packets are sent, the agent will enable the backup port and disable the primary port, and will stop sending periodic test packets. After the agent has switched to the backup link, the primary port will need to explicitly be re-enabled via management action in order to return to using the primary port. At any time, a management station can examine the associated instance of the hpicfBackupLinkState object to determine if the backup port is currently in use. The backup link algorithm enables and disables the backup port by modifying the instance of the rptrPortAdminStatus object corresponding to that port. After the backup port has been enabled by the backup link algorithm, if the primary port is subsequently enabled via management action, the backup port will be turned off and the periodic test packets will resume. When a row of this table is activated, the backup port will be disabled, the primary port will be enabled, and the periodic test packets will be sent. The time between test packets is configurable using the associated instance of the hpicfBackupLinkTestTime object. The number of failures needed to switch to the backup port is configurable using the associated instance of the hpicfBackupLinkConsecFailures object. The backup link function can be disabled by setting the relevant instance of the hpicfBackupLinkStatus object to either 'notInService' or 'destroy'. Note that the primary port for a backup link must be mapped to a repeater segment that the agent is capable of transmitting through. In addition, a given port cannot be used in more than one active backup link at the same time.
               hpicfBackupLinkEntry 1.3.6.1.4.1.11.2.14.11.4.2.2.1 no-access
A row in the table, containing information about a single backup link.
                   hpicfBackupLinkIndex 1.3.6.1.4.1.11.2.14.11.4.2.2.1.1 integer32 no-access
The value of this object uniquely identifies this backup link.
                   hpicfBackupLinkPrimaryGroup 1.3.6.1.4.1.11.2.14.11.4.2.2.1.2 integer32 read-only
The group containing the primary port for this backup link.
                   hpicfBackupLinkPrimaryPort 1.3.6.1.4.1.11.2.14.11.4.2.2.1.3 integer32 read-only
The port number within the group of the primary port for this backup link.
                   hpicfBackupLinkBackupGroup 1.3.6.1.4.1.11.2.14.11.4.2.2.1.4 integer32 read-only
The group containing the backup port for this backup link.
                   hpicfBackupLinkBackupPort 1.3.6.1.4.1.11.2.14.11.4.2.2.1.5 integer32 read-only
The port number within the group of the backup port for this backup link.
                   hpicfBackupLinkAddress 1.3.6.1.4.1.11.2.14.11.4.2.2.1.6 macaddress read-only
The MAC address of the device to which periodic test packets are sent in order to determine if the primary link is operational.
                   hpicfBackupLinkTestTime 1.3.6.1.4.1.11.2.14.11.4.2.2.1.7 integer32 read-only
The frequency, in seconds, between sending periodic test packets. The test packet response timeout is fixed at 500ms.
                   hpicfBackupLinkConsecFailures 1.3.6.1.4.1.11.2.14.11.4.2.2.1.8 integer32 read-only
The number of consecutive test packet failures which will cause the agent to switch to the backup port (i.e., backup port turned on, primary port turned off). A value of one is generally not recommended and will cause the backup link to be enabled upon the first failure.
                   hpicfBackupLinkState 1.3.6.1.4.1.11.2.14.11.4.2.2.1.9 integer read-only
The current state of this backup link. One of the following values: notActive - backup link not running because this row has not yet been made active usingPrimary - backup link is running and using the primary port usingBackup - backup link test has failed; the primary port has been disabled and the backup port has been enabled Enumeration: 'notActive': 1, 'usingPrimary': 2, 'usingBackup': 3.
                   hpicfBackupLinkFailEventIndex 1.3.6.1.4.1.11.2.14.11.4.2.2.1.10 integer32 read-only
The index of the eventEntry in the RMON MIB that will be triggered whenever the value of hpicfBackupLinkState changes from 'usingPrimary' to 'usingBackup'. The eventEntry identified by a particular value of this index is the same as identified 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.
                   hpicfBackupLinkStatus 1.3.6.1.4.1.11.2.14.11.4.2.2.1.11 rowstatus read-only
The status of this entry. This object may not be set to 'active' unless the corresponding instance of hpicfBackupLinkAddress has been set to a valid unicast address, the corresponding instances of hpicfBackupLinkPrimaryGroup, hpicfBackupLinkPrimaryPort, hpicfBackupLinkBackupGroup, and hpicfBackupLinkBackupPort have been configured to refer to two existing ports and that those ports are not used in any other active backup link configuration, and the primary port is mapped to a repeater segment which the agent is capable of transmitting through.
       hpGRpPortMapping 1.3.6.1.4.1.11.2.14.11.4.3
           hpGRpPMSegmentTable 1.3.6.1.4.1.11.2.14.11.4.3.1 no-access
A table for configuring segment-to-repeater mapping for repeater segments in this managed system.
               hpGRpPMSegmentEntry 1.3.6.1.4.1.11.2.14.11.4.3.1.1 no-access
An entry in the table, containing mapping information about a single repeater segment.
                   hpGRpPMSegmentIndex 1.3.6.1.4.1.11.2.14.11.4.3.1.1.1 integer32 no-access
The value of an instance of this object uniquely identifies a physical repeater segment in this managed system. The value of an instance of this object will be equal to the instance of the Entity MIB's entPhysicalIndex for the entry in the entPhysicalTable that represents this segment.
                   hpGRpPMCurrentRptrIndex 1.3.6.1.4.1.11.2.14.11.4.3.1.1.3 integer32 read-write
The index of the repeater that this segment is currently connected to. Changing this value has the effect of moving all ports on this segment to a different repeater. The hpGRpPMSegAllowedRptrTable should be consulted to determine which repeaters this segment can be connected to.
           hpGRpPMSegAllowedRptrTable 1.3.6.1.4.1.11.2.14.11.4.3.2 no-access
This table is used to inform a management application about which repeaters a physical segment is able to be connected to. There is one row in this table for each allowable segment-to-repeater connection.
               hpGRpPMSegAllowedRptrEntry 1.3.6.1.4.1.11.2.14.11.4.3.2.1 no-access
A row in the table, containing a single allowable segment-to-repeater connection. The presence of a row indicates that the segment identified by hpGRpPMSegmentIndex can be mapped to the repeater identified by hpGRpPMSegAllowedRptrIndex.
                   hpGRpPMSegAllowedRptrIndex 1.3.6.1.4.1.11.2.14.11.4.3.2.1.1 integer32 read-only
The repeater index that identifies a repeater that this segment is able to be connected to.
           hpGRpPMPortTable 1.3.6.1.4.1.11.2.14.11.4.3.3 no-access
A table for configuring port-to-repeater mapping for repeater ports in this managed system.
               hpGRpPMPortEntry 1.3.6.1.4.1.11.2.14.11.4.3.3.1 no-access
An entry in the table, containing mapping information about a single repeater port.
                   hpGRpPMPortGroupIndex 1.3.6.1.4.1.11.2.14.11.4.3.3.1.1 integer32 no-access
The group containing the port for which this entry contains mapping information.
                   hpGRpPMPortIndex 1.3.6.1.4.1.11.2.14.11.4.3.3.1.2 integer32 no-access
The port within the group for which this entry contains mapping information.
                   hpGRpPMPortEntPhysicalIndex 1.3.6.1.4.1.11.2.14.11.4.3.3.1.3 integer32 read-only
This object indicates which entry in the Entity MIB's entPhysicalTable represents this port. The entPhysicalEntry identified by this value is the same entry identified by the same value of the entPhysicalIndex object.
                   hpGRpPMPortCurrentRptrIndex 1.3.6.1.4.1.11.2.14.11.4.3.3.1.4 integer32 read-write
The index of the repeater that this port is currently mapped to. Changing this value has the effect of moving this port to a different repeater. The hpGRpPMPortAllowedRptrTable should be consulted to determine which repeaters this port can be mapped to. A value of zero indicates that this port is currently not a member of any repeater.
           hpGRpPMPortAllowedRptrTable 1.3.6.1.4.1.11.2.14.11.4.3.4 no-access
This table is used to inform a management application about which repeaters a logical port is able to be mapped to. There is one row in this table for each allowable port to repeater mapping.
               hpGRpPMPortAllowedRptrEntry 1.3.6.1.4.1.11.2.14.11.4.3.4.1 no-access
A row in the table, containing a single allowable port to repeater mapping. The presence of a row indicates that the port identified by hpGRpPMPortGroupIndex, hpGRpPMPortIndex can be mapped to the repeater identified by hpGRpPMPortAllowedRptrIndex.
                   hpGRpPMPortAllowedRptrIndex 1.3.6.1.4.1.11.2.14.11.4.3.4.1.1 integer32 read-only
The repeater index that identifies a repeater that this port is able to be mapped to.
       hpGRpLoadBalancing 1.3.6.1.4.1.11.2.14.11.4.4
           hpGRpPortMapAutoConfigEnable 1.3.6.1.4.1.11.2.14.11.4.4.1 integer read-write
If this object has the value 'enabled', when a switch is discovered in the stack, the repeater ports will be evenly distributed across the repeater segments if they had not previously been assigned to segments (in other words, if they are in their default state). If this object has the value 'disabled', this automatic distribution of ports will not occur. Enumeration: 'disabled': 2, 'enabled': 1.
           hpGRpLoadBalanceNow 1.3.6.1.4.1.11.2.14.11.4.4.2 integer read-write
Setting this object to 'balancing' will cause the agent to distribute ports in the stack across the repeater segments, attempting to balance the traffic load on each segment. When the agent has finished the load balancing, it will set the value of this object to 'completed'. Setting this object to 'undoLast' will cause the agent to return all of the ports to the segment they were on before the last load balancing. This object will have the value of 'cantUndo' if there has been no load balancing since the last agent reset or if the last load balancing has already been undone. This object can only be set to 'undoLast' when its current value is 'completed'. Enumeration: 'cantUndo': 1, 'completed': 3, 'balancing': 2, 'undoLast': 4.
           hpGRpLastLoadBalanceTime 1.3.6.1.4.1.11.2.14.11.4.4.3 timestamp read-only
This object contains the value of sysUpTime for the last time the hpGRPLoadBalanceNow object was set to 'balancing'. If load balancing has not been performed since the last agent reset, this object will have the value 0.
       hpicfGRpSwitchConfig 1.3.6.1.4.1.11.2.14.11.4.5
           hpicfGRpSwitchTable 1.3.6.1.4.1.11.2.14.11.4.5.1 no-access
A table of switches, both internal and external, connected to ports in this repeater system. Typically, internal switches are added by the agent and cannot be removed by a management operation. External switches may be added or removed by management operations using the hpicfGRpSwitchStatus object.
               hpicfGRpSwitchEntry 1.3.6.1.4.1.11.2.14.11.4.5.1.1 no-access
An entry in the table, representing a single attached switch.
                   hpicfGRpSwitchIndex 1.3.6.1.4.1.11.2.14.11.4.5.1.1.1 integer32 no-access
An index used to uniquely identify this switch.
                   hpicfGRpSwitchType 1.3.6.1.4.1.11.2.14.11.4.5.1.1.2 integer read-only
This object indicates whether this switch is an internal switch card or a switch external to the repeater system. This object will always be equal to 'external' for rows that are created using hpicfGRpSwitchStatus. For internal switches, the type of internal switch can be determined by examining the relevant instance of the entPhysicalType object. Enumeration: 'internal': 1, 'external': 2.
                   hpicfGRpSwitchEntPhysicalIndex 1.3.6.1.4.1.11.2.14.11.4.5.1.1.3 integer32 read-only
For an internal switch, this object is the index in the entPhysicalTable for the internal switch card. For an external switch, the value of this object will be zero.
                   hpicfGRpSwitchLinkCount 1.3.6.1.4.1.11.2.14.11.4.5.1.1.4 integer32 read-only
The number of links from this switch's ports to repeater ports in this repeater system. For internal switches, this object cannot be modified by a network management operation. For an external switch, when this object is set, a number of rows will be added to the hpicfGRpSwitchLinkTable equal to the value of this object. The values of hpicfGRpSwitchLinkIndex will be numbered from 1 to the value of this object. An instance of this object may not be modified if the corresponding instance of the hpicfGRpSwitchStatus object would be equal to 'active' both before and after the modification attempt.
                   hpicfGRpSwitchStatus 1.3.6.1.4.1.11.2.14.11.4.5.1.1.5 rowstatus read-only
The status of this hpicfGRpSwitchEntry. An entry may not exist in the active state unless the associated instance of the hpicfGRpSwitchLinkCount has been set to a non-zero value, and all associated instances of the hpicfGRpSwitchLinkRptrGroup and hpicfGRpSwitchLinkRptrPort objects have been set to non-zero values. If this object is set to 'destroy', all associated entries in the hpicfGRpSwitchLinkTable shall be deleted.
           hpicfGRpSwitchLinkTable 1.3.6.1.4.1.11.2.14.11.4.5.2 no-access
A table of links to switch ports for both internal and external switches that are connected to repeater ports in this repeater system.
               hpicfGRpSwitchLinkEntry 1.3.6.1.4.1.11.2.14.11.4.5.2.1 no-access
An entry in the table, representing a single link to a switch port.
                   hpicfGRpSwitchLinkIndex 1.3.6.1.4.1.11.2.14.11.4.5.2.1.1 integer32 no-access
An identifier that uniquely identifies this switch link among all of the links associated with this switch. The values of this object are numbered consecutively from 1 to the value of the instance of the hpicfGRpSwitchLinkCount associated with this switch.
                   hpicfGRpSwitchLinkRptrGroup 1.3.6.1.4.1.11.2.14.11.4.5.2.1.2 integer32 read-write
The group containing the repeater port to which this switch link is attached. For internal switches, this object may not be modified by a network management operation. For external switches, an instance of this object will be created with the value of zero. It must be modified to a non-zero value corresponding to a known repeater group index before the instance of the hpicfGRpSwitchStatus object associated with this switch can be set to 'active'. An instance of this object may not be modified if the instance of the hpicfGRpSwitchStatus object associated with this switch would be equal to 'active' both before and after the modification attempt.
                   hpicfGRpSwitchLinkRptrPort 1.3.6.1.4.1.11.2.14.11.4.5.2.1.3 integer32 read-write
The repeater port within the group to which this switch link is attached. For internal switches, this object may not be modified by a network management operation. For external switches, an instance of this object will be created with the value of zero. It must be modified to a non-zero value corresponding to a known repeater port index before the instance of the hpicfGRpSwitchStatus object associated with this switch can be set to 'active'. An instance of this object may not be modified if the instance of the hpicfGRpSwitchStatus object associated with this switch would be equal to 'active' both before and after the modification attempt.
                   hpicfGRpSwitchLinkState 1.3.6.1.4.1.11.2.14.11.4.5.2.1.4 integer read-write
This object indicates whether this switch link is enabled ('active') or disabled ('redundant') due to one of the following: - There are more links to this switch than there are repeater segments. - The agent detected a switching loop. - The link is intended as a backup connection for other links on this switch. There can only be one active link to the switch from each repeater segment, otherwise you will have a switching loop. Therefore, if more than one switch link is connected to repeater ports on the same repeater segment, only one of them may have the value 'active'. All of the others must have the value 'redundant. Enumeration: 'active': 1, 'redundant': 2.
           hpicfGRpCurrentPrimarySwitch 1.3.6.1.4.1.11.2.14.11.4.5.3 integer32 read-only
The hpicfGRpSwitchIndex of the switch that is currently the primary switch for this stack. The automatic port-to-segment distribution feature will make decisions based on which switch is the primary switch. A value of 0 indicates that there are no internal switches in the system, and no external switches have been configured.
           hpicfGRpDesiredPrimarySwitch 1.3.6.1.4.1.11.2.14.11.4.5.4 integer32 read-write
The hpicfGRpSwitchIndex of the switch that the network administrator wants to be the primary switch for this stack. If the value of this object is zero, the agent will select the primary switch. Note that the agent may choose to use a different switch as the primary switch if it is unable to locate the switch identified by this object.
       hpicfGRpBridge 1.3.6.1.4.1.11.2.14.11.4.6
           hpGRpBridgeAdminStatus 1.3.6.1.4.1.11.2.14.11.4.6.1 integer read-write
Enumeration: 'enable': 1, 'disable': 2.
           hpicfIntrusionTrap 1.3.6.1.4.1.11.2.14.12.4.0.1
The hpicfIntrusionTrap signifies that a port security violation has been detected on a port which has the hubSecPtAlarmEnable flag set to 'enabled'. or hpSecPtrIntrusionResponse set to 'SendTrap' or 'SendTrapAndDisablePort'. hubIntruderGroup identifies the group containing the port on which this intrusion occurred. hubIntruderPort identifies the port within the group on which this intrusion occurred. hubIntruderAddress contains the souce MAC address of the intruder. hubIntruderType identifies the type of violation that occured: address, training, or both. If the violation is of type 'training', the hubIntruderTrainingViolation object will indicate additional information on the type of violation.
           hpicfBackupLinkTrap 1.3.6.1.4.1.11.2.14.12.4.0.2
The hpicfBackupLinkTrap signifies that the primary link for a backup link configuration has failed, and the agent has switched over to using the backup link. The instance of the hpicfBackupLinkState for the backup link configuration that experienced the primary link failure is included in the trap.