! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname ISP1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 15 ip cef ! ! ! ! no ip domain lookup ip domain name lab.local ! ! ! ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface FastEthernet0/0 ip address 1.0.0.2 255.255.255.252 duplex auto speed auto ! interface Serial0/0 ip address 10.0.13.1 255.255.255.252 clock rate 2000000 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 ip address 10.0.12.1 255.255.255.252 clock rate 2000000 ! interface Serial0/2 ip address 10.0.14.1 255.255.255.252 clock rate 2000000 ! interface Serial0/3 ip address 10.0.15.1 255.255.255.252 clock rate 2000000 ! router eigrp 1 network 1.0.0.0 network 10.0.0.0 no auto-summary ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ! control-plane ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end