Reset Virtual Private Network (VPN) information
Reset IPSec VPN sessions
Reset a specific tunnel for given DMVPN profile
vpn ipsec profile
Reset a specific tunnel for given DMVPN profile
Reset a specific tunnel for given DMVPN NBMA
<x.x.x.x> <h:h:h:h:h:h:h:h>
${vyos_op_scripts_dir}/ipsec.py reset_profile_dst --profile="$5" --tunnel="$7" --nbma-dst="$9"
${vyos_op_scripts_dir}/ipsec.py reset_profile_all --profile="$5" --tunnel="$7"
Reset remote access IPSec VPN connections
Reset all users current remote access IPSec VPN sessions
${vyos_op_scripts_dir}/ipsec.py reset_ra
Reset specified user current remote access IPsec VPN session(s)
${vyos_op_scripts_dir}/ipsec.py reset_ra --user="$6"
Reset site-to-site IPSec VPN connections
Reset all site-to-site IPSec VPN sessions
${vyos_op_scripts_dir}/ipsec.py reset_all_peers
Reset all tunnels for given peer
vpn ipsec site-to-site peer
Reset a specific tunnel for given peer
vpn ipsec site-to-site peer ${COMP_WORDS[5]} tunnel
${vyos_op_scripts_dir}/ipsec.py reset_peer --peer="$6" --tunnel="$8"
Reset the VTI tunnel for given peer
${vyos_op_scripts_dir}/ipsec.py reset_peer --peer="$6" --tunnel="vti"
${vyos_op_scripts_dir}/ipsec.py reset_peer --peer="$6"
Restart the IPsec VPN process
${vyos_op_scripts_dir}/restart.py restart_service --name ipsec
Show Virtual Private Network (VPN) information
Show VPN debugging information
Show debugging information for a peer
vpn ipsec site-to-site peer
Show debug information for peer tunnel
${vyos_op_scripts_dir}/vpn_ipsec.py --action="vpn-debug" --name="$5" --tunnel="$7"
${vyos_op_scripts_dir}/vpn_ipsec.py --action="vpn-debug" --name="$5" --tunnel="all"
${vyos_op_scripts_dir}/vpn_ipsec.py --action="vpn-debug" --name="all"
Show Internet Key Exchange (IKE) information
Show all currently active IKE Security Associations (SA)
Show all currently active IKE Security Associations (SA) that are using NAT Traversal
${vyos_op_scripts_dir}/vpn_ike_sa.py --nat="yes"
Show all currently active IKE Security Associations (SA) for a peer
${vyos_op_scripts_dir}/vpn_ike_sa.py --peer="$6"
${vyos_op_scripts_dir}/vpn_ike_sa.py
Show all the pre-shared key secrets
${vyos_op_scripts_dir}/ipsec.py show_psk
Show summary of IKE process information
systemctl status strongswan
Show Internet Protocol Security (IPsec) information
Show VPN connections
${vyos_op_scripts_dir}/ipsec.py show_connections
Show the in-kernel crypto policies
ip xfrm policy list
Show active VPN server sessions
Show detail active IKEv2 RA sessions
${vyos_op_scripts_dir}/ipsec.py show_ra_detail
Show detail active IKEv2 RA sessions by connection-id
${vyos_op_scripts_dir}/ipsec.py show_ra_detail --conn-id="$6"
Show active IKEv2 RA sessions summary
${vyos_op_scripts_dir}/ipsec.py show_ra_summary
Show detail active IKEv2 RA sessions by username
${vyos_op_scripts_dir}/ipsec.py show_ra_detail --username="$6"
Show all active IPsec Security Associations (SA)
Show verbose details on all active IPsec security associations (SA)
${vyos_op_scripts_dir}/ipsec.py show_sa_detail
${vyos_op_scripts_dir}/ipsec.py show_sa
Show the in-kernel crypto state
ip xfrm state list
Show status of IPsec process
/usr/sbin/ipsec status