cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
2
Replies

CSS question about reclaiming flows

soumya.sarkar
Level 1
Level 1

Do resources get consumed on 'flow permanent' flows, even when the referenced TCP connection is closed by a client or server?

I do not see our CSS 'accumulating' any permanent flows even though we have some set.

Appreciate your insight.

The book says: We recommend that when you configure a flow permanent port command you also enable the cmd-sched command to periodically remove the permanent port and allow for cleanup.

2 Replies 2

didyap
Level 6
Level 6

CSS uses and automatic garbage-collector for removing inactive flows. To avoid the garbage collection to be performed for specific TCP ports you can use command "flow permanent". On the CSS the user can configure up to 10 permanent ports which will never be garbage collected. The problem of course is that the CSS can then run out of FCBs (Flow Control Blocks) if flows are not properly terminated. So it is recommended running a cmd-sched script with the perm ports so that periodically they can be removed and the older flows cleaned up.

p.sigsworth
Level 1
Level 1

does anyone have a canned script to use

cmd-sched

"flow permanent port1 443"

"no flow permanent port1 443"

Paul...