! Lab-D (w/ IPX) ! hostname Lab-D ! enable secret class enable password cisco ! no ip domain-lookup ip host LAB-A 201.100.11.1 205.7.5.1 192.5.5.1 ip host LAB-B 199.6.13.1 201.100.11.2 219.17.100.1 ip host LAB-C 204.204.7.1 199.6.13.2 223.8.151.1 ip host LAB-D 204.204.7.2 210.93.105.1 ip host LAB-E 210.93.105.2 ! ip dhcp excluded-address 210.93.105.1 210.93.105.2 ip dhcp pool DHCP-D network 210.93.105.0 255.255.255.0 default-router 210.93.105.1 exit ! ipx routing ! interface Ethernet0 description LAN Link to LAB-E ip address 210.93.105.1 255.255.255.0 ipx network D25D6900 encapsulation ARPA no shutdown ! interface Serial0 no ip address shutdown ! interface Serial1 description WAN Link to LAB-C ip address 204.204.7.2 255.255.255.0 ipx network CCCC0700 no shutdown ! router rip network 204.204.7.0 network 210.93.105.0 ! ip http server ! line con 0 exec-timeout 0 0 password cisco logging synchronous login transport input none line aux 0 password cisco logging synchronous login line vty 0 4 exec-timeout 0 0 password cisco logging synchronous login ! end copy run start