Description | This object is used to facilitate modification of
cIpNetworkGigEIfIndexToDiscover,
cIpNetworkInetAddrTypeToDiscover,
cIpNetworkGigEInetAddrToDiscover
and cIpNetworkDiscoveryCommand objects by multiple
managers.
The procedure for modifying the above four objects are
as follows:
1. For interface specific discovery, determine the new
values for cIpNwGigEIfIndexToDiscover,
cIpNetworkInetAddrTypeToDiscover,
cIpNetworkGigEInetAddrToDiscover objects.
2. Retrieve the value of 'cIpNetworkDiscoverySpinLock'
object.
3. Set the value of 'cIpNetworkDiscoverySpinLock'
object to the retrieved value, and (in the same PDU)
the value of 'cIpNetworkGigEIfIndexToDiscover' to
the new value. If the set fails for the
'cIpNetworkDiscoverySpinLock' object, go back to
step 2.
4. Set the value of 'cIpNetworkDiscoverySpinLock'
object to the retrieved value incremented by one, and
(in the same PDU) the value of
'cIpNetworkInetAddrTypeToDiscover' object to the
new value.
5. Set the value of 'cIpNetworkDiscoverySpinLock'
object to the retrieved value incremented by two,
and (in the same PDU) the value of
'cIpNetworkGigEInetAddrToDiscover' object to the
new value.
If the set fails for 'cIpNetworkDiscoverySpinLock'
object go back to step 2.
6. Set the value of 'cIpNetworkDiscoverySpinLock'
object to the retrieved value incremented by four, and
(in the same PDU) the value of
'cIpNetworkDiscoveryCommand' object to
'interfaceSpecific'.
If the set fails for 'cIpNetworkDiscoverySpinLock'
object go back to step 2.
Note that if it's possible to include
'cIpNetworkGigEInetAddrToDiscover' and/or
'cIpNetworkDiscoveryCommand' object in the
(Set Request) PDU of an earlier step, then step 4 (or) 5
(or) 6 can be eliminated. |