With many VPN tunnels in your production environment you may be asked to modify some policies. What kind of tasks you can do without impact on the business traffic and what can be performed only during a change window? You can add a new ACE, it doesn’t terminate tunnels: R4 ( config - ext - nacl )# do sh runn | s access ip access - list extended VPN permit ip host 150.1 . 4.4 20.0 . 0.0 0.0 . 0.255 R4 ( config - ext - nacl )# per R4 ( config - ext - nacl )# permit ip R4 ( config - ext - nacl )# permit ip 150.1 . 4.0 0.0 . 0.255 20.0 . 0.0 0.0 . 0.255 R4 ( config - ext - nacl )# R4 ( config - ext - nacl )# As you see nothing happened, but when you remove any entry, even not related with your SA you can see: R4 ( config - ext - nacl )# do sh run | s access ip access - list extended VPN permit ip 150.1 . 4.0 0.0 . 0.255 20.0 . 0.0 0.0 . 0.255 permit ip host 150.1 . 4.4 20.0 . 0.0 0.0 . 0.255 R4 ( config - ext - nacl )# R4 ( config - ext - n...