cIgmpFilterEditSpinLock
CISCO-IGMP-FILTER-MIB ·
.1.3.6.1.4.1.9.9.238.1.3.1
Object
This object is used to facilitate modification of
IGMP Filter Editor Group in the CISCO-IGMP-FILTER-MIB
module by multiple managers. In particular, it is
useful when modifying the value of the cIgmpFilterEditor
object.
The procedure for modifying the cIgmpFilterEditor
object is as follows:
1. Retrieve the value of cIgmpFilterEditSpinLock and
of object within cIgmpFilterEditor group.
2. Generate new values for 'writeable' objects
in the cIgmpFilterEditor group except for
cIgmpFilterEditSpinLock object.
3. Set the value of cIgmpFilterEditSpinLock to the
retrieved value, and the value of objects in
cIgmpFilterEditor to the new value. If the set
fails for the cIgmpFilterEditSpinLock object,
go back to step 1.
The cIgmpFilterApplyStatus and cIgmpFilterEditSpinLock
should be read together by NMS to make sure that the
result is associated with its configuration request.
To add/delete or modify a profile ( through cIgmpFilterEditor
objects ) following procedure may be followed as an example.:
1. GET(cIgmpFilterEditSpinLock.0) and save in sValue.
2. SET(cIgmpFilterEditSpinLock.0 = sValue,
cIgmpFilterEditProfileIndex.0 = validProfileNumber,
cIgmpFilterEditStartAddress.0 = validStartAddress,
cIgmpFilterEditEndAddress.0 = validEndAddress,
cIgmpFilterEditOperation.0 = validOperation)
3. If the SET in step 2 is not successful go back
to step 1.
4. If the SET in step 2 is successful, user should
GET(cIgmpFilterEditSpinLock.0) and
GET(cIgmpFilterApplyStatus.0) simultaneously.
5. The cIgmpFilterApplyStatus.0 reflects the outcome of
step 2 only if
cIgmpFilterEditSpinLock.0 = sValue + 1 or
cIgmpFilterEditSpinLock.0 = 0 if sValue reaches
value at which cIgmpFilterEditSpinLock wraps
around.
Context
- MIB
- CISCO-IGMP-FILTER-MIB
- OID
.1.3.6.1.4.1.9.9.238.1.3.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cIgmpFilterEditor
- Siblings
- 8
Values & Constraints
Type Constraints
range: 0..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cIgmpFilterEditProfileIndex Buffer object to edit corresponding object
cIgmpFilterProfileIndex in cIgmpFilterTable.
Maximum value this object can be set to is
determined by cIgmpFilterMaxProfiles… | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.238.1.3.2 |
| cIgmpFilterEditStartAddressType Buffer object to edit corresponding object
cIgmpFilterStartAddressType in cIgmpFilterTable.
This object describes the type of Internet
address used to determine the s… | scalar | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.238.1.3.3 |
| cIgmpFilterEditStartAddress Buffer object to edit corresponding object
cIgmpFilterStartAddress in cIgmpFilterTable
to establish start address of filtering
range for a profile. | scalar | OctetString | .1.3.6.1.4.1.9.9.238.1.3.4 |
| cIgmpFilterEditEndAddressType Buffer object to edit corresponding object
cIgmpFilterEndAddressType in cIgmpFilterTable.
This object describes the type of Internet
address used to determine the … | scalar | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.238.1.3.5 |
| cIgmpFilterEditEndAddress Buffer object to edit corresponding object
cIgmpFilterEndAddress in cIgmpFilterTable
to establish end address of filtering
range for a profile. | scalar | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.238.1.3.6 |
| cIgmpFilterEditProfileAction Buffer object to edit corresponding object in
cIgmpFilterTable to determine filtering action
of each profile. | scalar | Enumeration | .1.3.6.1.4.1.9.9.238.1.3.7 |
| cIgmpFilterEditOperation The function of this object is to allow user to
apply the changes in cIgmpFilterEditor objects to
cIgmpFilterTable.
This object always has the value 'none' when read.… | scalar | Enumeration | .1.3.6.1.4.1.9.9.238.1.3.8 |
| cIgmpFilterApplyStatus The current status of an 'add', 'delete' or 'modify'
operation. If no apply is currently active, the status
represented is that of the most recently completed 'add',
'delete' or… | scalar | Enumeration | .1.3.6.1.4.1.9.9.238.1.3.9 |