! service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R1-ISP ! enable secret cisco ! ip name-server 192.168.254.254 ! interface fa0/0 description connection to Eagle Server ip address 192.168.254.253 255.255.255.0 no shutdown ! interface fa0/1 description DCE connection to R2-Central ip address 10.10.10.6 255.255.255.252 no shutdown ! ip route 172.16.0.0 255.255.0.0 10.10.10.5 ip route 172.31.24.0 255.255.255.0 192.168.254.254 ! ip classless ip http server ip http authentication enable ! banner motd % ******************************************************************* This is Lab router R1-ISP. Authorized access only. ******************************************************************* % ! line con 0 password cisco ! line con 0 password cisco login line aux 0 line vty 0 4 password cisco login ! end