You are on page 1of 2

hostname R1 ! ! ! enable secret 5 $1$mERr$TdZ4Y8u0xo40TKHu8fJbM0 ! ! ip dhcp excluded-address 10.1.0.1 10.1.0.5 ! ip dhcp pool R1_LAN network 10.1.0.0 255.255.255.

0 default-router 10.1.0.1 dns-server 10.2.0.25 ! ! ! ! ! ! ! no ip domain-lookup ip name-server 10.2.0.25 ! ! ! ! ! ! interface FastEthernet0/0 description Link to LAN ip address 10.1.0.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 description Link to R2 ip address 172.16.0.2 255.255.255.252 encapsulation ppp ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! router rip version 2 network 10.0.0.0 network 172.16.0.0 no auto-summary ! ip classless

ip route 10.100.0.0 255.255.255.0 FastEthernet0/0 ip route 0.0.0.0 0.0.0.0 Serial0/0/0 ! ! ! ! ! ! ! line con 0 password cisco login line vty 0 4 password cisco login ! ! ! end R1#

You might also like