cseMcastCacheFlowType
CISCO-SWITCH-ENGINE-MIB ·
.1.3.6.1.4.1.9.9.97.1.7.1.1.2
Object
column
r/w
Enumeration
Setting each value causes the appropriate action:
'any' - causes purge of all established IP multicast
layer 3 flows in the cache. The value of cseMcastCacheGrp,
and cseMcastCacheSrc will be ignored in this case.
'group' - causes purge of flows whose multicast
group IP address match the values of cseMcastCacheGrp.
'grpAndSrc' - causes purge of multicast flows whose both
group IP address and source Ip address match the
values of cseMcastCacheGrp and cseMcastCacheSrc.
Note:
1. The instance of this object is initialized to
'any' when the corresponding row instance is
being instantiated.
2. Flow parameter variables, cseMcastCacheGrp,
cseMcastCacheSrc, cseMcastCacheRtrIp will not
be instantiated until they get set by management
applications (in such cases, cseMcastCacheFlowType
object should be set to a value other than 'any').
Context
- MIB
- CISCO-SWITCH-ENGINE-MIB
- OID
.1.3.6.1.4.1.9.9.97.1.7.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cseMcastCacheEntry
- Table
- cseMcastCacheTable
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | group |
3 | grpAndSrc |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cseMcastCacheIndex An arbitrary integer which uniquely identifies the flow
purge contained in the current row instance. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.97.1.7.1.1.1 |
| cseMcastCacheGrp Specifying multicast group IP address of the flows to be
cleared. Its value can not be modified when the corresponding
instance of cseMcastCacheStatus is 'active'. | column | McastGroupIp | .1.3.6.1.4.1.9.9.97.1.7.1.1.3 |
| cseMcastCacheSrc The source address of the IP multicast flows to be purged.
Its value can not be modified when the corresponding instance
of cseMcastCacheStatus is 'active'. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.9.9.97.1.7.1.1.4 |
| cseMcastCacheRtrIp The IP address of the router whose flows are currently
being switched, and will be purged. An 'all-zero' value is
a wildcard IP address for any router.
Its value can not be modif… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.9.9.97.1.7.1.1.5 |
| cseMcastCacheOwner The manager entity that configured this entry and is therefore
using the resources assigned to it. | column | IF-MIBOwnerString | .1.3.6.1.4.1.9.9.97.1.7.1.1.6 |
| cseMcastCacheResult state of the flow purging operation.
'purging' - purging operation is proceeding
'notPurging' - the purging operation completed, or not
started yet. | column | Enumeration | .1.3.6.1.4.1.9.9.97.1.7.1.1.7 |
| cseMcastCacheStatus The status object used to manage rows in this table.
When set to active(1), the flow purge is initiated, and
the value of cseMcastCacheResult object becomes 'purging'.
However, th… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.97.1.7.1.1.8 |