match address 100
!
crypto map mm 1
authentication
!
crypto isakmp key 1234 address 10.0.0.2 255.255.255.192
!
interface fastethernet 0/0
ip address 192.168.99.64 255.255.255.0 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 mm
clockrate 48000
!
interface async 0/0
!
router rip
network 192.168.99.0 network 10.0.0.0
!
line vty 0 4 login
password 7 kdWL6UXPkdPV/B
!
ip route 0.0.0.0 0.0.0.0 serial 0/0
!
!
end
router#
Router 2 – remote side
57