Thursday, 20 June 2013

How To Confgure Default Routing N Static Routing In Single Topology

hardeep mann  /  at  05:12  /  No comments



configuring router R1:----

R1#sh running-config
Building configuration...

Current configuration : 901 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial1/0
 ip address 192.168.1.1 255.255.255.0
 clock rate 64000
!
interface Serial1/1
 ip address 192.168.13.1 255.255.255.0
 clock rate 64000
!
interface Serial1/2
 ip address 192.168.14.1 255.255.255.0
 clock rate 64000
!
interface Serial1/3
 no ip address
 shutdown
!
ip classless
ip route 192.168.24.0 255.255.255.0 192.168.13.2
ip route 192.168.24.0 255.255.255.0 192.168.14.2
ip route 192.168.32.0 255.255.255.0 192.168.14.2
ip route 192.168.32.0 255.255.255.0 192.168.13.2
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


configuring router R2:----

R2#sh running-config
Building configuration...

Current configuration : 885 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial1/0
 ip address 192.168.24.1 255.255.255.0
!
interface Serial1/1
 ip address 192.168.32.2 255.255.255.0
!
interface Serial1/2
 ip address 192.168.3.1 255.255.255.0
!
interface Serial1/3
 no ip address
 shutdown
!
ip classless
ip route 192.168.13.0 255.255.255.0 192.168.24.2
ip route 192.168.13.0 255.255.255.0 192.168.32.1
ip route 192.168.14.0 255.255.255.0 192.168.32.1
ip route 192.168.14.0 255.255.255.0 192.168.24.2
ip route 0.0.0.0 0.0.0.0 192.168.3.2
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end

configuring router R3:----

 R3#sh running-config
Building configuration...

Current configuration : 883 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial1/0
 ip address 192.168.13.2 255.255.255.0
!
interface Serial1/1
 ip address 192.168.32.1 255.255.255.0
 clock rate 64000
!
interface Serial1/2
 ip address 192.168.2.1 255.255.255.0
 clock rate 64000
!
interface Serial1/3
 no ip address
 shutdown
!
ip classless
ip route 192.168.24.0 255.255.255.0 192.168.13.1
ip route 192.168.24.0 255.255.255.0 192.168.32.2
ip route 192.168.14.0 255.255.255.0 192.168.13.1
ip route 192.168.14.0 255.255.255.0 192.168.32.2
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end



configuring router R4:---- 

R4#sh running-config
Building configuration...

Current configuration : 865 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R4
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial1/0
 ip address 192.168.14.2 255.255.255.0
!
interface Serial1/1
 ip address 192.168.24.2 255.255.255.0
 clock rate 64000
!
interface Serial1/2
 ip address 192.168.4.1 255.255.255.0
!
interface Serial1/3
 no ip address
 shutdown
!
ip classless
ip route 192.168.32.0 255.255.255.0 192.168.14.1
ip route 192.168.32.0 255.255.255.0 192.168.24.1
ip route 192.168.13.0 255.255.255.0 192.168.14.1
ip route 192.168.13.0 255.255.255.0 192.168.24.1
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


configuring router R5:---- 


R0#sh running-config
Building configuration...

Current configuration : 805 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.0.0.0
!
interface Loopback1
 ip address 199.24.2.1 255.255.255.0
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial1/0
 ip address 192.168.1.2 255.255.255.0
!
interface Serial1/1
 ip address 192.168.2.2 255.255.255.0
!
interface Serial1/2
 ip address 192.168.3.2 255.255.255.0
 clock rate 64000
!
interface Serial1/3
 ip address 192.168.4.2 255.255.255.0
 clock rate 64000
!
ip classless
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end







please feel free to ask any querries @     networksolution.mann@gmail.com

Share
Posted in: Posted on: Thursday, 20 June 2013

0 comments:

Recent Comments

Copyright © 2013 Best Networking Solutions. WP Theme-junkie converted by BloggerTheme9
Blogger templates. Proudly Powered by Blogger.