image

R1#sh run
Building configuration...

Current configuration : 1508 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
aaa authentication login noacs line none
aaa authentication login remote local
aaa authorization network remote local
!
aaa session-id common
memory-size iomem 5
!        
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username remote password 0 cisco
!
!        
!
!
crypto isakmp policy 10
hash md5
authentication pre-share
group 2
!
crypto isakmp client configuration group remote
key cisco
pool remotepool
crypto isakmp profile IsaProfile
   match identity group remote
   client authentication list remote
   isakmp authorization list remote
   client configuration address respond
!
!
crypto ipsec transform-set Trans esp-des esp-md5-hmac
!
crypto dynamic-map Dymap 10
set transform-set Trans
set isakmp-profile IsaProfile
reverse-route
!
!
crypto map StaticMap 10 ipsec-isakmp dynamic Dymap
!
!
!
!
interface Loopback0
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0
ip address 202.100.1.1 255.255.255.0
duplex auto
speed auto
crypto map StaticMap
!
ip local pool remotepool 192.168.1.150 192.168.1.200
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
!        
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
login authentication noacs
line aux 0
login authentication noacs
line vty 0 4
!
!        
end

R1#