- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2019 06:09 AM
Is it possible to modify UDP and TCP timeout connections in seconds to a specific remote subnet in a Cisco ASA? I have seen the timeout and set connection timeout values but I don't think either provides the result I am looking for.
How do I create a rule that has a certain UDP and TCP connection timeout in seconds from an inside vlan to a remote subnet only - thus not affecting all traffic.
Solved! Go to Solution.
- Labels:
-
Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2019 06:57 AM
Hi,
You can apply different timeout values to certain local/remote networks, using the Modular Policy Framework (MPF) to achieve this, reference here. You would need to specify the local/remote networks in the ACL referenced in the class-map, you don't necessarily need to define services as per the example. All other traffic (traffic not defined in the ACL) would continue to use the default timeout values.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2019 08:50 AM
I dont think you can do in your current requirement.
have a look on this document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2019 06:57 AM
Hi,
You can apply different timeout values to certain local/remote networks, using the Modular Policy Framework (MPF) to achieve this, reference here. You would need to specify the local/remote networks in the ACL referenced in the class-map, you don't necessarily need to define services as per the example. All other traffic (traffic not defined in the ACL) would continue to use the default timeout values.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2019 03:00 AM
Looks like what I need, thank you!
