All MIBs › HP-ICF-GENERIC-RPTR › hpicfBackupLinkNextIndex
hpicfBackupLinkNextIndex
Module: HP-ICF-GENERIC-RPTR
OID (symbolic): HP-ICF-GENERIC-RPTR::hpicfBackupLinkNextIndex
OID (numeric): 1.3.6.1.4.1.11.2.14.11.4.2.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description: 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.
What is hpicfBackupLinkNextIndex?
Returns an unused index value (or zero if none are free) that a management station must read and then write back unchanged in order to reserve a slot for creating a new backup-link entry, following the standard SNMP 'next free index' allocation pattern.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.14.11.4.2.1 snmpwalk -v2c -c public <target> HP-ICF-GENERIC-RPTR::hpicfBackupLinkNextIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.14.11.4.2.1.1 snmpget -v2c -c public <target> HP-ICF-GENERIC-RPTR::hpicfBackupLinkNextIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.11.2.14.11.4.2.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> hpicfBackupLinkNextIndex.1
Start monitoring Legacy HP ProCurve/ICF repeater/hub (Ethernet concentrator) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the HP-ICF-GENERIC-RPTR::hpicfBackupLinkNextIndex OID value, configure state conditions and alerts, and monitor any Legacy HP ProCurve/ICF repeater/hub (Ethernet concentrator) from a single console.
OID Breakdown
Upper-level ancestors (12 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.11 | hp | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2 | nm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.14 | icf | CONFIG-MIB |
| 1.3.6.1.4.1.11.2.14.11 | hpicfObjects | CONFIG-MIB |
| 1.3.6.1.4.1.11.2.14.11.4 | hpicfGenericRepeater | HP-ICF |
| 1.3.6.1.4.1.11.2.14.11.4.2 | hpGRpMonitor | HP-ICF |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.11.2.14.11.4.2.1 | hpicfBackupLinkNextIndex | HP-ICF-GENERIC-RPTR |