ip address 192.168.99.64 255.255.255.0

!

interface serial 0/0 encapsulation ppp

ip address 10.0.0.1 255.255.255.192 crypto map dynmap

!

interface async 0/0

!

router rip

network 192.168.99.0 network 10.0.0.0

!

line vty 0 4 login

password 7 hd3cpRj4s14LeA

!

ip route 0.0.0.0 0.0.0.0 10.0.0.2

!

access-list 100 permit ip 192.168.99.0 0.0.0.255 192.168.98.0 0.0.0.255

!

end

router#

Dynamic example

Router 1- central router

service password-encryption service timestamps debug

!

hostname router

!

enable password 7 St3Yuxw1NBTq

!

crypto ipsec transform-set scott esp-des ah-md5-hmac

!

crypto dynamic-map dy 1 set transform-set scott

56