cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
579
Views
0
Helpful
1
Replies

Equivalent of flow-multiplier-timeout in ACE

kirit_patel
Level 1
Level 1

whats the equivalent command of flow-multiplier-timeout command in ACE

1 Reply 1

You need to use parameter-maps for defining idle time outs.

e.g

parameter-map type connection My-TCP-map

set timeout inactivity 600

class-map match-all My-TCP-class

match port tcp any

policy-map multi-match My-TCP-policy

class My-TCP-class

connection advanced My-TCP-map

Then apply this to the vlan where its needed.

Syed