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
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IGMP-FILTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IGMP-FILTER-MIB::cIgmpFilterEditSpinLock.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IGMP-FILTER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IGMP-FILTER-MIB::cIgmpFilterEditSpinLock'
Syntax
- Source
- SNMPv2-TCTestAndIncr
- Base type
Integer32
Type Description
Represents integer-valued information used for atomic
operations. When the management protocol is used to specify
that an object instance having this syntax is to be
modified, the new value supplied via the management protocol
must precisely match the value presently held by the
instance. If not, the management protocol set operation
fails with an error of `inconsistentValue'. Otherwise, if
the current value is the maximum value of 2^31-1 (2147483647
decimal), then the value held by the instance is wrapped to
zero; otherwise, the value held by the instance is
incremented by one. (Note that regardless of whether the
management protocol set operation succeeds, the variable-
binding in the request and response PDUs are identical.)
The value of the ACCESS clause for objects having this
syntax is either `read-write' or `read-create'. When an
instance of a columnar object having this syntax is created,
any value may be supplied via the management protocol.
When the network management portion of the system is re-
initialized, the value of every object instance having this
syntax must either be incremented from its value prior to
the re-initialization, or (if the value prior to the re-
initialization is unknown) be set to a pseudo-randomly
generated value.
Values & Constraints
Type Constraints
range: 0..2147483647
Conformance
Member of