! hostname Router2 ! logging console enable password cisco ! no ip domain-lookup ! ip dhcp excluded-address 10.0.2.1 10.0.2.12 ! ip dhcp pool POD2_INSIDE network 10.0.2.0 255.255.255.0 default-router 10.0.2.2 ! ! interface FastEthernet0/0 description inside ip address 10.0.2.2 255.255.255.0 no shutdown ! interface FastEthernet0/1 description outside ip address 172.30.2.2 255.255.255.0 no shutdown ! router eigrp 1 network 10.0.0.0 network 172.30.0.0 no eigrp log-neighbor-changes no auto summary ! 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