!
hostname router
!
enable password 7 7JDUhlA4A907
!
username scott password 7 phTLTNmZFcwY3D
crypto ipsec
!
crypto map dynmap 1
match address 100
!
crypto isakmp policy 1 authentication
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
!
!
end
51