Example A-14 R1 s Configuration

   

Chapter 8 Router Configurations and Diagrams

Figure A-1 shows the network diagram for RIP.

Figure A-1. RIP Diagram

graphics/afig01.gif

R1 Configuration

Example A-14 R1's Configuration
 ! version 11.1 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R1 ! enable password falcons ! no ip domain-lookup ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ! interface Loopback0  ip address 192.169.1.1 255.255.255.0 ! interface Ethernet0  description This interface connects to R2's E0  ip address 192.168.1.1 255.255.255.0 ! interface Serial0  no ip address  shutdown ! interface Serial1  no ip address  shutdown ! router rip  network 192.168.1.0  network 192.169.1.0 ! no ip classless ! banner motd # This is Router 1 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 

R2 Configuration

Example A-15 R2's Configuration
 ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R2 ! enable password falcons ! ip subnet-zero no ip domain-lookup ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ! ! ! interface Loopback0  ip address 192.169.2.2 255.255.255.0  no ip directed-broadcast ! interface Ethernet0  ip address 192.168.1.2 255.255.255.0  no ip directed-broadcast ! interface Ethernet1  description This interface does not connect with another IP device  ip address 192.168.2.2 255.255.255.0  no ip directed-broadcast ! interface Serial0  description This interface connects to R3's S0 (201)  ip address 192.168.100.2 255.255.255.0  no ip directed-broadcast  encapsulation frame-relay  no ip mroute-cache  frame-relay map ip 192.168.100.3 201 broadcast  frame-relay map ip 192.168.100.4 201 broadcast  frame-relay lmi-type ansi ! router rip  network 192.168.1.0  network 192.168.2.0  network 192.169.2.0 ! ip classless ! banner motd # This is Router 2 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line vty 0 4  password falcons  login ! end 

   
Top


CCNA Practical Studies
CCNA Practical Studies (Cisco Certification & Training)
ISBN: 1587200465
EAN: 2147483647
Year: 2005
Pages: 127

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net