You can configure how the router shuts down L2TP destinations, tunnels, and sessions. You can specify the following shut down methods, which also prevent the creation of new tunnels:
You use the l2tp shutdown command to close all existing destinations, tunnels, and sessions, and to prevent the creation of new destinations, tunnels, and sessions on the router.
The l2tp shutdown command and the l2tp drain command both affect the administrative state of L2TP on the router. Although each command has a different effect, the no version of each command is equivalent. Each command’s no version leaves L2TP in the enabled state.
You use the l2tp shutdown destination command to close all existing tunnels and sessions for a destination and to prevent the creation of tunnels and sessions for that destination.
The l2tp shutdown destination command and the l2tp drain destination command both affect the administrative state of L2TP for the destination. Although each command has a different effect, the no version of each command is equivalent. Each command’s no version leaves L2TP in the enabled state.
- host1(config)#l2tp shutdown destination 1
You use the l2tp shutdown tunnel command to close all sessions in a tunnel and to prevent the creation of sessions in a tunnel.
The l2tp shutdown tunnel command and the l2tp drain tunnel command both affect the administrative state of L2TP for the tunnel. Although each command has a different effect, the no version of each command is equivalent. Each command’s no version leaves L2TP in the enabled state.
- host1(config)#l2tp shutdown tunnel 1/isp.com
You use the l2tp shutdown session command to close the specified session.