
Chapter 9 Configuring Security Features
Configuring VPN
| Command or Action | Purpose | |
Step 4 |
|
| |
mode {client | Specifies the VPN mode of operation. | ||
| extension plus} |
|
|
| Example: |
|
|
|
|
| |
|
|
| |
Step 5 |
|
| |
exit | Returns to global configuration mode. | ||
| Example: |
|
|
|
|
| |
| Router(config)# |
|
|
Step 6 |
|
| |
crypto isakmp keepalive seconds | Enables dead peer detection messages. Time | ||
| Example: | between messages is given in seconds, with a | |
| range of 10 to 3600. | ||
|
|
| |
| keepalive 10 |
|
|
| Router(config)# |
|
|
Step 7 |
|
| |
interface type number | Enters the interface configuration mode for the | ||
| Example: | interface to which you want the Cisco Easy VPN | |
| remote configuration applied. | ||
| Router(config)# interface fastethernet 4 | Note | For routers with an ATM WAN interface, |
| |||
|
| this command would be interface atm 0. | |
|
|
| |
Step 8 |
|
| |
crypto ipsec client ezvpn name [outside | Assigns the Cisco Easy VPN remote configuration | ||
| inside] | to the WAN interface, causing the router to | |
| Example: | automatically create the NAT or port address | |
| translation (PAT) and access list configuration | ||
|
| ||
| needed for the VPN connection. | ||
| ezvpn ezvpnclient outside |
|
|
|
|
| |
Step 9 |
|
| |
exit | Returns to global configuration mode. | ||
| Example: |
|
|
|
|
| |
| Router(config)# |
|
|
|
|
|
|
Configuration Example
The following configuration example shows a portion of the configuration file for the VPN and IPSec tunnel described in this chapter:
!
aaa
!
aaa authentication login
!
username Cisco password 0 Cisco
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|