! hostname Router1 ! logging console enable password cisco ! no ip domain-lookup ! ip dhcp excluded-address 10.0.1.1 10.0.1.12 ! ip dhcp pool POD1_INSIDE network 10.0.1.0 255.255.255.0 default-router 10.0.1.2 ! ! interface FastEthernet0/0 description inside ip address 10.0.1.2 255.255.255.0 no shutdown ! interface FastEthernet0/1 description outside ip address 172.30.1.2 255.255.255.0 no shutdown ! router eigrp 1 network 10.0.0.0 network 172.30.0.0 no auto-summary no eigrp log-neighbor-changes ! ip classless ip http server ip http authentication local ! ! line vty 0 4 password cisco privilege level 15 transport input telnet ssh login local ! ! end