RUGGEDCOM ROX II
CLI User Guide
Chapter 12
Tunneling and VPNs
Managing Connections 411
1. Make sure the CLI is in Configuration mode.
2. Delete the pre-shared key by typing:
no tunnel ipsec preshared-key [ remote-address | local-address ] key key
Where:
• remote-address is the remote IP address
• local-address is the local IP address
• key is the is the content of the pre-shared key
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section12.8.6
Managing Connections
An IPsec connection is an encrypted connection between two devices who share the same pre-authorized
authentication key.
CONTENTS
• Section12.8.6.1, “Viewing a List of Connections”
• Section12.8.6.2, “Adding a Connection”
• Section12.8.6.3, “Configuring Dead Peer Detection”
• Section12.8.6.4, “Deleting a Connection”
• Section12.8.6.5, “Viewing the Status of a Connection”
Section12.8.6.1
Viewing a List of Connections
To view a list of connections configured for a VPN, type:
show tunnel ipsec connection
If connections have been configured, a table similar to the following example appears:
ruggedcom# show running-config tunnel ipsec connection
tunnel
ipsec
connection ipsec-12
no l2tp
ike algorithm 3des md5 modp8192
!
esp algorithm aes128 sha1
!
left
public-ip type default-route
public-ip value 192.168.11.0/24
!
right
public-ip type any
!
!
!