Step by Step Configure Router Vyata 6.5.42
Step by Step Configure Router Vyata 6.5.42
Syntax
show vpn ipsec status
Command Mode
Operational mode.
Parameters
None
Usage Guidelines
Use this command to display information about the status about running IPsec
processes.
The information shown includes:
• The process ID
• The number of active tunnels
• The interfaces configured for IPsec
• The IP addresses of interfaces configured for IPsec
Examples
Example 2-68 shows the output of the show vpn ipsec status command.
Example 2‐68 “show vpn ipsec status” sample output
IPsec Interfaces:
eth1 (10.6.0.55)
vyatta@WEST>
vpn ipsec
Enables IPsec VPN functionality on the system.
Syntax
set vpn ipsec
delete vpn ipsec
show vpn ipsec
Command Mode
Configuration mode.
Configuration Statement
vpn {
ipsec {
}
}
Parameters
None.
Default
None.
Usage Guidelines
Use this command to enable IPsec VPN functionality on the Vyatta System.
To configure VPN connections, you must also enable IPsec VPN on each interface to be
used for sending and receiving VPN traffic. To do this, use the vpn ipsec ipsec-interfaces
interface <if-name> command.
NOTE The sending and receiving of ICMP redirects is disabled when IPsec VPN is configured.
Use the set form of this command to enable IPsec VPN.
Use the delete form of this command to remove all IPsec VPN configuration and
disable IPsec VPN functionality.
Use the show form of this command to view the IPsec VPN configuration.
Syntax
set vpn ipsec auto-update interval
delete vpn ipsec auto-update
show vpn ipsec auto-update
Command Mode
Configuration mode.
Configuration Statement
vpn {
ipsec {
auto‐update interval
}
}
Parameters
Default
IPsec connections are not refreshed periodically.
Usage Guidelines
Use this command to specify the interval to automatically refresh IPsec connections.
This is most useful for connections where the remote peer uses dynamic DNS to keep
track of its address. Auto-update will review information pertaining to the connection at
the specified interval and, if it is changed (for example, if the dynamic DNS peer’s IP
address has changed), will restart the connection.
Use the set form of this command to specify the interval at which to automatically
refresh IPsec connections.
Syntax
set vpn ipsec esp-group name
delete vpn ipsec esp-group
show vpn ipsec esp-group
Command Mode
Configuration mode.
Configuration Statement
vpn {
ipsec {
esp‐group name {
}
}
}
Parameters
Default
None.
Usage Guidelines
Use this command to define an ESP group.
An ESP group lets you set the Encapsulating Security Payload (ESP) parameters
required for IKE Phase 2, and to set the lifetime of the resulting IPsec security
association.
Use the set form of this command to create and modify an ESP group.
Use the delete form of this command to remove ESP group configuration.
Use the show form of this command to view ESP group configuration.
Syntax
set vpn ipsec esp-group name compression state
delete vpn ipsec esp-group name compression
show vpn ipsec esp-group name compression
Command Mode
Configuration mode.
Configuration Statement
vpn {
ipsec {
esp‐group name {
compression state
}
}
}
Parameters
Default
ESP compression is disabled.
Usage Guidelines
Use this command to specify whether or not to propose ESP compression during IKE
Phase 2 negotiation.
NOTE Regardless of this setting, if the other gateway proposes compression, this gateway will
comply.
Use the set form of this command to specify whether or not to enable ESP
compression.
Use the delete form of this command to restore the default behavior.
Use the show form of this command to view ESP compression configuration.
VPN 6.5R1 v01 Vyatta