Example A-25 R1 s Configuration

   

Chapter 13 Router Configurations

R1 Configuration

Example A-25 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 ipx routing 0000.0000.1111 ! 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  ipx network 2100  no shut ! interface Serial0  no ip address  shutdown  no fair-queue ! interface Serial1  no ip address  shutdown ! router rip  network 192.168.1.0  network 192.169.1.0 ! no ip classless ip route 0.0.0.0 0.0.0.0 192.168.1.2 ! ! ! ! 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-26 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 ipx routing 0000.0000.2222 ! ! ! 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  ipx network 2100  no shut ! 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  ipx network 2000  no shut ! 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  ipx network 1000  frame-relay map ip 192.168.100.3 201 broadcast  frame-relay map ip 192.168.100.4 201 broadcast  frame-relay map ipx 1000.0000.0000.4444 201 broadcast  frame-relay map ipx 1000.0000.0000.3333 201 broadcast  frame-relay lmi-type ansi  no shut ! router eigrp 100  redistribute rip metric 2000 200 255 1 1500  network 192.168.100.0 ! router rip  redistribute eigrp 100 metric 1  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 

R3 Configuration

Example A-27 R3's Configuration
 ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R3 ! enable password falcons ! no ip domain-lookup ip host R3 192.169.3.3 ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ipx routing 0000.0000.3333 ! interface Loopback0  ip address 192.169.3.3 255.255.255.0 ! interface Ethernet0  ip address 192.168.3.3 255.255.255.0  ipx network 3000  ipx network 3001 encapsulation SAP secondary  no shut ! interface Serial0  description This interface connects to R2's S0(DLCI 200) and R4's S0 (DLCI 100)  ip address 192.168.100.3 255.255.255.0  encapsulation frame-relay  no ip split-horizon eigrp 100  ipx network 1000  frame-relay lmi-type ansi  no shut ! interface Serial1  description This interface connects to R5's S0 (DCE)  ip address 192.168.35.3 255.255.255.0  ipx network 3500  no shut ! router eigrp 100  redistribute igrp 200 metric 2000 200 255 1 1500  network 192.168.100.0  network 192.168.3.0 ! router igrp 200  redistribute eigrp 100 metric 2000 200 255 1 1500  network 192.168.35.0  network 192.169.3.0 ! no ip classless ! ! ! ! banner motd # This is Router 3 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 

R4 Configuration

Example A-28 R4's Configuration
 ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R4 ! 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 ipx routing 0000.0000.4444 ! interface Loopback0  ip address 192.169.4.4 255.255.255.0 ! interface Loopback1  ip address 200.200.1.4 255.255.255.0 ! interface Loopback2  ip address 200.200.2.4 255.255.255.0 ! interface Ethernet0  description This interface does not connect to another IP device  ip address 192.168.4.4 255.255.255.224  ipx network 4000  no shut ! interface Serial0  description This interface connects to R3's S0 (DLCI 101)  ip address 192.168.100.4 255.255.255.0  ip summary-address eigrp 100 200.200.0.0 255.255.0.0  encapsulation frame-relay  ipx network 1000  frame-relay map ip 192.168.100.2 101 broadcast  frame-relay map ip 192.168.100.3 101 broadcast  frame-relay map ipx 1000.0000.0000.2222 101 broadcast  frame-relay map ipx 1000.0000.0000.3333 101 broadcast  frame-relay lmi-type ansi  no shut ! interface Serial1  no ip address  shutdown ! router eigrp 100  network 192.168.100.0  network 192.168.4.0  network 200.200.1.0  network 200.200.2.0  network 192.169.4.0  no auto-summary ! no ip classless ! ! ! ! banner motd # This is Router 4 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 

R5 Configuration

Example A-29 R5's Configuration
 R5#  show running-config  Building configuration... Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R5 ! enable password falcons ! ip subnet-zero no ip domain-lookup ip host R5 192.169.5.5 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 R6 192.169.6.6 ipx routing 0000.0000.5555 isdn switch-type basic-5ess ! interface Loopback0  ip address 192.169.5.5 255.255.255.0 ! interface Serial0  description This interface connects to R3's S1 (DTE)  ip address 192.168.35.5 255.255.255.0  ipx network 3500  no fair-queue  clockrate 2000000  no shut ! interface Serial1  no ip address  shutdown ! interface TokenRing0  description This interface does not connect with another IP device  ip address 192.168.50.5 255.255.255.0  ipx network 5000  ring-speed 16  no shut ! interface BRI0  ip address 192.168.200.1 255.255.255.252  encapsulation ppp  dialer idle-timeout 300  dialer-group 1  no shut ! router igrp 200  redistribute connected  redistribute static  passive-interface Loopback0  network 192.168.35.0  network 192.168.50.0  network 192.169.5.0 ! no ip classless ip default-network 192.169.3.0 ip route 192.168.60.0 255.255.255.0 192.168.200.2 ! ! dialer-list 1 protocol ip permit ! ! banner motd # This is Router 5 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end R5# 

   
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