
Chapter 9 Configuring Security Features
Configuring VPN
DETAILED STEPS
| Command or Action | Purpose | |
Step 1 |
|
| |
interface type number | Creates a tunnel interface and enters interface | ||
| Example: | configuration mode. | |
|
|
| |
| Router(config)# interface tunnel 1 |
|
|
|
|
| |
Step 2 |
|
| |
ip address | Assigns an address to the tunnel. | ||
| Example: |
|
|
|
|
| |
| 255.255.255.252 |
|
|
|
|
| |
Step 3 |
|
| |
tunnel source | Specifies the source endpoint of the router for the | ||
| Example: | GRE tunnel. | |
|
|
| |
|
|
| |
| fastethernet 0 |
|
|
|
|
| |
Step 4 |
|
| |
tunnel destination | Specifies the destination endpoint of the router for | ||
| the GRE tunnel. | ||
| Example: |
|
|
|
|
| |
| 192.168.101.1 |
|
|
|
|
| |
Step 5 |
|
| |
crypto map | Assigns a crypto map to the tunnel. | ||
| Example: | Note | Dynamic routing or static routes to the |
|
| tunnel interface must be configured to | |
|
| ||
|
| establish connectivity between the sites. | |
|
| ||
|
|
| |
Step 6 |
|
| |
exit | Exits interface configuration mode and returns to | ||
| Example: | global configuration mode. | |
|
|
| |
|
|
| |
| Router(config)# |
|
|
Step 7 |
|
| |
ip | Enters ACL configuration mode for the named | ||
| ACL that is used by the crypto map. | ||
| Example: |
|
|
| Router(config)# ip |
|
|
| vpnstatic1 |
|
|
|
|
| |
|
|
|
|
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|