Skip to content

Commit e8b2a6c

Browse files
authored
Merge pull request #1505 from srividya0208/ipsecre
ipsec: Added information about operational commands
2 parents 48df581 + cd1dcb5 commit e8b2a6c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

docs/configuration/vpn/ipsec.rst

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,3 +567,71 @@ be imported.
567567

568568
During profile import, the user is asked to enter its IPSec credentials
569569
(username and password) which is stored on the mobile.
570+
571+
Operation Mode
572+
==============
573+
574+
.. opcmd:: show vpn ike sa
575+
576+
Show all currently active IKE Security Associations.
577+
578+
.. opcmd:: show vpn ike sa nat-traversal
579+
580+
Show all currently active IKE Security Associations (SA) that are using
581+
NAT Traversal.
582+
583+
.. opcmd:: show vpn ike sa peer <peer_name>
584+
585+
Show all currently active IKE Security Associations (SA) for a specific
586+
peer.
587+
588+
.. opcmd:: show vpn ike secrets
589+
590+
Show all the configured pre-shared secret keys.
591+
592+
.. opcmd:: show vpn ike status
593+
594+
Show the detailed status information of IKE charon process.
595+
596+
.. opcmd:: show vpn ipsec connections
597+
598+
Show details of all available VPN connections
599+
600+
.. opcmd:: show vpn ipsec policy
601+
602+
Print out the list of existing crypto policies
603+
604+
.. opcmd:: show vpn ipsec sa
605+
606+
Show all active IPsec Security Associations (SA)
607+
608+
.. opcmd:: show vpn ipsec sa detail
609+
610+
Show a detailed information of all active IPsec Security Associations (SA)
611+
in verbose format.
612+
613+
.. opcmd:: show vpn ipsec state
614+
615+
Print out the list of existing in-kernel crypto state
616+
617+
.. opcmd:: show vpn ipsec status
618+
619+
Show the status of running IPsec process and process ID.
620+
621+
.. opcmd:: restart ipsec
622+
623+
Restart the IPsec VPN process and re-establishes the connection.
624+
625+
.. opcmd:: reset vpn ipsec site-to-site all
626+
627+
Reset all site-to-site IPSec VPN sessions. It terminates all active
628+
child_sa and reinitiates the connection.
629+
630+
.. opcmd:: reset vpn ipsec site-to-site peer <name>
631+
632+
Reset all tunnels for a given peer, can specify tunnel or vti interface.
633+
It terminates a specific child_sa and reinitiates the connection.
634+
635+
.. opcmd:: show log ipsec
636+
637+
Show logs for IPsec

0 commit comments

Comments
 (0)