diff options
Diffstat (limited to 'templates/show/vpn/ipsec')
-rw-r--r-- | templates/show/vpn/ipsec/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/detail/connection/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/detail/connection/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/detail/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/detail/peer/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/detail/peer/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/nat-traversal/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/peer/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/peer/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/sa/statistics/node.def | 2 | ||||
-rw-r--r-- | templates/show/vpn/ipsec/status/node.def | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/templates/show/vpn/ipsec/node.def b/templates/show/vpn/ipsec/node.def index ec81428..e68d1a2 100644 --- a/templates/show/vpn/ipsec/node.def +++ b/templates/show/vpn/ipsec/node.def @@ -1 +1 @@ -help: Show Internet Protocol Security information +help: Show Internet Protocol Security (IPsec) information diff --git a/templates/show/vpn/ipsec/sa/detail/connection/node.def b/templates/show/vpn/ipsec/sa/detail/connection/node.def index e836df9..5c642fa 100644 --- a/templates/show/vpn/ipsec/sa/detail/connection/node.def +++ b/templates/show/vpn/ipsec/sa/detail/connection/node.def @@ -1 +1 @@ -help: Show details of all active IPsec Security Associations (SA) for a specific connection. +help: Show detailed all active IPsec Security Associations (SA) for a specific connection diff --git a/templates/show/vpn/ipsec/sa/detail/connection/node.tag/node.def b/templates/show/vpn/ipsec/sa/detail/connection/node.tag/node.def index 5a35ab5..de14bd7 100644 --- a/templates/show/vpn/ipsec/sa/detail/connection/node.tag/node.def +++ b/templates/show/vpn/ipsec/sa/detail/connection/node.tag/node.def @@ -1,3 +1,3 @@ -help: Show details of all active IPsec Security Associations (SA) for a specific connection. +help: Show detailed all active IPsec Security Associations (SA) for a specific connection run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa.xsl --pname detail --pval y --pname conn --pval "$7" allowed: ipsec auto --status | grep '000 "peer-' | perl -p -e 's/^000 "([^"]*)":\s.*/\1/' | sort -u diff --git a/templates/show/vpn/ipsec/sa/detail/node.def b/templates/show/vpn/ipsec/sa/detail/node.def index 8013cfc..202296e 100644 --- a/templates/show/vpn/ipsec/sa/detail/node.def +++ b/templates/show/vpn/ipsec/sa/detail/node.def @@ -1,2 +1,2 @@ -help: Show details of all active IPsec Security Associations (SA). +help: Show detailed all active IPsec Security Associations (SA) run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa.xsl --pname detail --pval y diff --git a/templates/show/vpn/ipsec/sa/detail/peer/node.def b/templates/show/vpn/ipsec/sa/detail/peer/node.def index a52be6f..61a0e78 100644 --- a/templates/show/vpn/ipsec/sa/detail/peer/node.def +++ b/templates/show/vpn/ipsec/sa/detail/peer/node.def @@ -1 +1 @@ -help: Show details of all active IPsec Security Associations (SA) for a specific peer. +help: Show detailed all active IPsec Security Associations (SA) for a specific peer diff --git a/templates/show/vpn/ipsec/sa/detail/peer/node.tag/node.def b/templates/show/vpn/ipsec/sa/detail/peer/node.tag/node.def index c4edd7d..6bc7dbb 100644 --- a/templates/show/vpn/ipsec/sa/detail/peer/node.tag/node.def +++ b/templates/show/vpn/ipsec/sa/detail/peer/node.tag/node.def @@ -1,2 +1,2 @@ -help: Show details of all active IPsec Security Associations (SA) for a specific peer. +help: Show detailed all active IPsec Security Associations (SA) for a specific peer run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa.xsl --pname detail --pval y --pname peer --pval "$7" diff --git a/templates/show/vpn/ipsec/sa/nat-traversal/node.def b/templates/show/vpn/ipsec/sa/nat-traversal/node.def index a51bbb0..8291c98 100644 --- a/templates/show/vpn/ipsec/sa/nat-traversal/node.def +++ b/templates/show/vpn/ipsec/sa/nat-traversal/node.def @@ -1,2 +1,2 @@ -help: Show all active IPsec Security Associations (SA) that are using NAT Traversal. +help: Show all active IPsec Security Associations (SA) that are using NAT Traversal run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa.xsl --pname nat --pval enabled diff --git a/templates/show/vpn/ipsec/sa/node.def b/templates/show/vpn/ipsec/sa/node.def index 8a4b22f..9897b47 100644 --- a/templates/show/vpn/ipsec/sa/node.def +++ b/templates/show/vpn/ipsec/sa/node.def @@ -1,2 +1,2 @@ -help: Show all active IPsec Security Associations (SA). +help: Show all active IPsec Security Associations (SA) run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa.xsl diff --git a/templates/show/vpn/ipsec/sa/peer/node.def b/templates/show/vpn/ipsec/sa/peer/node.def index 0fdf249..089fa5a 100644 --- a/templates/show/vpn/ipsec/sa/peer/node.def +++ b/templates/show/vpn/ipsec/sa/peer/node.def @@ -1 +1 @@ -help: Show all active IPsec Security Associations (SA) for a specific peer. +help: Show all active IPsec Security Associations (SA) for a specific peer diff --git a/templates/show/vpn/ipsec/sa/peer/node.tag/node.def b/templates/show/vpn/ipsec/sa/peer/node.tag/node.def index c8b3329..bee0b0d 100644 --- a/templates/show/vpn/ipsec/sa/peer/node.tag/node.def +++ b/templates/show/vpn/ipsec/sa/peer/node.tag/node.def @@ -1,2 +1,2 @@ -help: Show all active IPsec Security Associations (SA) for a specific peer. +help: Show all active IPsec Security Associations (SA) for a specific peer run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa.xsl --pname peer --pval "$6" diff --git a/templates/show/vpn/ipsec/sa/statistics/node.def b/templates/show/vpn/ipsec/sa/statistics/node.def index 795c467..6104cfe 100644 --- a/templates/show/vpn/ipsec/sa/statistics/node.def +++ b/templates/show/vpn/ipsec/sa/statistics/node.def @@ -1,2 +1,2 @@ -help: Show statistics on all active tunnels that have IPsec Security Associations (SA). +help: Show statistics of all active tunnels that have IPsec Security Associations (SA) run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_sa_statistics.xsl diff --git a/templates/show/vpn/ipsec/status/node.def b/templates/show/vpn/ipsec/status/node.def index 20c1060..ac82328 100644 --- a/templates/show/vpn/ipsec/status/node.def +++ b/templates/show/vpn/ipsec/status/node.def @@ -1,2 +1,2 @@ -help: Show the status of the IPsec process. +help: Show status of IPsec process run: sudo /opt/vyatta/bin/sudo-users/command_proc_show_vpn show_vpn_ipsec_status.xsl |