Description | 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. |