● Configure ip on R1 interface e0 192.168.1.1/24 , R2 int e0/0 ip 192.168.2.1/24
● Configure ASA ip on int e0 192.168.1.10/24 nameif inside with security-level 100 and interface e1 192.168.2.10 nameif outside with security-level 0
● ASA should terminate the session if it is ideal for more than 5 min before terminating the sessions ASA must inform the both client and server the connection has been terminated.
By default if you take telnet of ASA , when you take the telnet session the ideal timeout Is 1 min , you can see this with the help of command “show run all timeout”. With the help of class-map , policy-map and service policy ,In this ASA is sending the Reset flag to both the server and client that “I am resetting your connection”
R1
R2
Default route from R1 towards ASA
Default route from R2 towards ASA
After 5 min telnet session is down
On R1
On ASA1