04-05-2011 05:45 AM - edited 03-11-2019 01:16 PM
04-05-2011 07:09 AM
Hi Emilio,
This can be done under the Configuration > Firewall > Service Policy Rules pane. You'll want to add a new service policy and follow the wizard's prompts to match only your backup traffic (choose "Source and Destination IP Address (uses ACL) for Step 2 - Traffic Classification Criteria).
On the CLI, it will look like the following:
access-list backup-acl permit tcp host
host eq
class-map backup-class
match access-list backup-acl
policy-map backup-policy
class backup-class
set connection timeout idle
This will only apply the idle timer to the traffic matched by the ACL.
Hope that helps.
-Mike
04-05-2011 07:16 AM
Thank you very much, i go to do it
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide