HI,
I need to set the tcp idle timeout for a specific tcp stream to 0, due to issues with legacy server.
I have implemented a class-map to match the access-list, which in turn matches the flow, I have then put this into the global_policy policy-map and set the connection tcp 0.
However it doesnt seem to be working, as tcp sessions for the flow are still idleing out.
Do you need to remove the policy map from the global interface and then re-apply for it to take effect???
Class-map TCP
Match access-group TCP
policy-map global_policy
class-map TCP
set connection timeout 0
class inspection_default
Any advice most welcome!
Thanks
LR