Chapter 9 Configuring Security Features
Configuring VPN
| Command or Action | Purpose |
Step 8 | permit protocol source | Specifies that only GRE traffic is permitted on the |
| destination | outbound interface. |
Example:
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 a VPN using a GRE tunnel scenario described in the preceding sections:
!
aaa
!
aaa authentication login
!
username cisco password 0 cisco
!
interface tunnel 1
ip address 10.62.1.193 255.255.255.252
tunnel source fastethernet 0
tunnel destination interface 192.168.101.1
ip route 20.20.20.0 255.255.255.0 tunnel 1
crypto isakmp policy 1 encryption 3des authentication
!
crypto isakmp client configuration group
dns 10.50.10.1 10.60.10.1 domain company.com
pool dynpool
!
crypto ipsec
!
crypto ipsec
!
crypto
!
crypto map
|
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|
| |
|
|
| |||
|
|
|
| ||
|
|
|
|