conf t ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Vista ! ! memory-size iomem 10 ip subnet-zero ! ! no ip domain-lookup ! ! call rsvp-sync ! ! ! ! interface Loopback1 ip address 192.168.3.2 255.255.255.0 ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 ip address 192.168.1.1 255.255.255.0 clockrate 64000 no sh ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 ip address 192.168.2.1 255.255.255.0 clockrate 64000 no sh ! router eigrp 24 network 192.168.1.0 network 192.168.2.0 network 192.168.3.0 auto-summary ! ip classless ip http server ! ! dial-peer cor custom ! ! ! ! ! line con 0 line aux 0 line vty 0 4 ! end