cseUcastCacheFlowType
CISCO-SWITCH-ENGINE-MIB ·
.1.3.6.1.4.1.9.9.97.1.6.1.1.2
Object
column
r/w
Enumeration
Setting each value causes the appropriate action:
'dstOnly' - causes purge of flows in the cache whose absolute
destination IP addresses match the address part of the value set
in the cseUcastCacheDest object. If cseUcastCacheDestMask is also
specified at the same time, it will be applied to the address part
of cseUcastCacheDest.
'srcOrDst' - causes purge of flows in the cache whose either
absolute source or destination IP addresses match the address
parts of the values set in cseUcastCacheSource or
cseUcastCacheDest.
If cseUcastCacheDestMask/cseUcastCacheSrcMask also specified,
they will be applied to the address parts of cseUcastCacheSource/
cseUcastCacheDest appropriately.
'srcAndDst' - causes purge of flows in the cache whose both
absolute source and destination IP addresses match the address
parts of values set in cseUcastCacheSource and cseUcastCacheDest
objects. If cseUcastCacheSrcMask and cseUcastCacheDestMask also
specified, they will be applied to the address parts of
cseUcastCacheSource and cseUcastCacheDest.
'fullFlow' - causes purge of IP flows whose IP addresses and
transport port numbers match the values set in cseUcastCacheDest
and cseUcastCacheSource objects.
If either cseUcastCacheDestMask or cseUcastCacheSrcMask objects
have valid values, they will be applied to the respective address
parts of cseUcastCacheDest and cseUcastCacheSource objects.
This option is typically used to purge flows relevant to specific
applications such as FTP, WWW, TELNET, etc.
'ipxDstOnly' - causes purge of IPX flows in the cache whose
absolute destination IPX address match the address part of
the value set in cseUcastCacheDest object.
if cseUcastCacheDestMask holds valid value at the same time,
it will be applied to the address part of cseUcastCacheDest.
'ipxSrcAndDst' - causes purge of IPX flows in the cache whose
both absolute source and destination IPX addresses match the
address parts of the values set in cseUcastCacheSource and
cseUcastCacheDest objects.
If either of cseUcastCacheSrcMask or cseUcastCacheDestMask
have valid values at the same time, they will be applied to
the respective address parts of cseUcastCacheSource and
cseUcastCacheDest objects.
'any' - causes purge of all established flows currently in
the cache. The values of cseUcastCacheDest, cseUcastCacheSource,
cseUcastCacheDestMask, cseUcastCacheSrcMask, and
cseUcastCacheTransport should be ignored in this case.
Note:
1. When the row instance is initialized, the value of this
object instance will be set to 'any'.
2. The rest flow parameter variables will not be instantiated
until they get set by management applications based on
the value of cseUcastCacheFlowType object.
Context
- MIB
- CISCO-SWITCH-ENGINE-MIB
- OID
.1.3.6.1.4.1.9.9.97.1.6.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cseUcastCacheEntry
- Table
- cseUcastCacheTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | dstOnly |
3 | srcOrDst |
4 | srcAndDst |
5 | fullFlow |
6 | ipxDstOnly |
7 | ipxSrcAndDst |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cseUcastCacheIndex An arbitrary integer which uniquely identifies the flow
purge contained in this row instance. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.97.1.6.1.1.1 |
| cseUcastCacheStatus The status object used to manage rows in this table.
When set to active(1), the flow purge is initiated, and
the value of cseUcastCacheResult object becomes 'purging'.
However, th… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.97.1.6.1.1.10 |
| cseUcastCacheResult 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.6.1.1.11 |
| cseUcastCacheTransport The IP transport protocol type (if applicable) of the specified
switched flows to be purged; it will be instantiated if and only
if it gets set by the management applications and … | column | Enumeration | .1.3.6.1.4.1.9.9.97.1.6.1.1.3 |
| cseUcastCacheDest Destination network address and port number (if applicable).
The port field is ignored for IPX flows and IP flows if the
value of cseUcastCacheFlowMask is not equal to 'fullFlow'.… | column | FlowAddressComponent | .1.3.6.1.4.1.9.9.97.1.6.1.1.4 |
| cseUcastCacheDestMask If instantiated, specified and applicable, the destination
address mask will be applied to the value of
cseUcastCacheDest in the same row instance.
Its value can not be modified w… | column | FlowAddressComponent | .1.3.6.1.4.1.9.9.97.1.6.1.1.5 |
| cseUcastCacheSource Source network address and port number (if applicable).
The port field is ignored for IPX flows and IP flows if the
value of cseUcastCacheFlowMask is not equal to 'fullFlow'.
Its … | column | FlowAddressComponent | .1.3.6.1.4.1.9.9.97.1.6.1.1.6 |
| cseUcastCacheSrcMask If instantiated, specified and applicable, the source address
mask will be applied to the value of cseUcastCacheSource
in the same row instance.
Its value can not be modified whe… | column | FlowAddressComponent | .1.3.6.1.4.1.9.9.97.1.6.1.1.7 |
| cseUcastCacheRtrIp IP address of the router (internal or external) for which the
flows are being switched, and need to be purged. An 'all-zero'
value is a wildcard IP address for any router.
Its va… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.9.9.97.1.6.1.1.8 |
| cseUcastCacheOwner 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.6.1.1.9 |