cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
284
Views
0
Helpful
1
Replies

Easy VPN

CCDECCDE9
Level 1
Level 1

What do these commands in the following config do or mean in the Easy VPN Config?

"local-address FastEthernet1/0" "virtual-interface 1"

------------------------------------------------------------------------------------------

version 12.4

!

hostname c3845-31

!

no aaa new-model

ip subnet-zero

!

ip cef

!

p domain name yourdomain.com

ip name-server 6.0.0.2

!

crypto isakmp keepalive 10 periodic

!

crypto ipsec client ezvpn ez2

connect auto

group cisco key cisco

local-address FastEthernet1/0

mode client

peer 10.0.149.221

virtual-interface 1

xauth userid mode interactive

crypto ipsec client ezvpn easyvpn1

connect auto

group branch key cisco

mode client

peer 10.0.149.203

xauth userid mode interactive

!

!

!

!

interface GigabitEthernet0/0

ip address 10.10.10.1 255.255.255.248

!

interface GigabitEthernet0/1

ip address 172.19.196.39 255.255.255.0

!

interface FastEthernet1/0

description $FW_OUTSIDE$

ip address 10.0.35.231 255.255.255.0

ip verify unicast reverse-path

ip nat outside

ip virtual-reassembly

duplex full

speed 100

crypto ipsec client ezvpn ez2

crypto ipsec client ezvpn easyvpn1

!

interface FastEthernet1/1

ip address 192.168.22.1 255.255.255.0

ip nat inside

ip virtual-reassembly

duplex auto

speed auto

crypto ipsec client ezvpn ez2 inside

crypto ipsec client ezvpn easyvpn1 inside

!

interface Virtual-Template1 type tunnel

no ip address

ip virtual-reassembly

!

ip classless

ip route 0.0.0.0 0.0.0.0 10.0.35.216

!

ip http server

ip http authentication local

ip http secure-server

!

end

1 Reply 1