!

hostname router

!

enable password 7 7JDUhlA4A907

!

username scott password 7 phTLTNmZFcwY3D

crypto ipsec transform-set transform-1 esp-3des esp-md5-hmac

!

crypto map dynmap 1 ipsec-isakmp set transform-set transfrom-1 set peer 10.0.0.1

match address 100

!

crypto isakmp policy 1 authentication pre-share group 1

hash md5

!

crypto isakmp key 12345678 address 10.0.0.1 255.255.255.192

!

interface fastethernet 0/0

ip address 192.168.98.63 255.255.255.0

!

interface serial 0/0 encapsulation ppp

ip address 10.0.0.2 255.255.255.192 crypto map dynmap

!

interface async 0/0

!

line vty 0 4 login local

!

ip route 0.0.0.0 0.0.0.0 10.0.0.1

!

access-list 100 permit ip 192.168.98.0 0.0.0.255 192.168.99.0 0.0.0.255

!

end

51