cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
944
Views
10
Helpful
3
Replies

Can't configure static routing among 3 routers

chocolichnk
Level 1
Level 1

I am trying to set up static routing among the devices here but failing for some reason. Please help me by providing the process to send a packet from one device to another, for example: PC2 to PC4?

2 Accepted Solutions

Accepted Solutions

Hello,

 

the IP addressing on your serial interfaces was mixed up. Attached the working file with static routes (saved in PT version 8.1, you need this latest version installed in order to open the file)>

View solution in original post

Hello,

 

in case you don't have version 8.1 installed, here are the working configs for the routers:

 

Star_City#sh run
Building configuration...

Current configuration : 832 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Star_City
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.32.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.30.2 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
ip address 192.168.31.1 255.255.255.0
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.34.0 255.255.255.0 192.168.31.2
ip route 192.168.33.0 255.255.255.0 192.168.30.1
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

 

Metropolis#sh run
Building configuration...

Current configuration : 815 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Metropolis
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.34.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.28.2 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
ip address 192.168.31.2 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.32.0 255.255.255.0 192.168.31.1
ip route 192.168.33.0 255.255.255.0 192.168.28.1
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

 

Coast_City#sh run
Building configuration...

Current configuration : 797 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Coast_City
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.33.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.30.1 255.255.255.0
!
interface Serial0/0/1
ip address 192.168.28.1 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.32.0 255.255.255.0 192.168.30.2
ip route 192.168.34.0 255.255.255.0 192.168.28.2
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

 

Star_City#

View solution in original post

3 Replies 3

Hello,

 

the IP addressing on your serial interfaces was mixed up. Attached the working file with static routes (saved in PT version 8.1, you need this latest version installed in order to open the file)>

Hello,

 

in case you don't have version 8.1 installed, here are the working configs for the routers:

 

Star_City#sh run
Building configuration...

Current configuration : 832 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Star_City
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.32.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.30.2 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
ip address 192.168.31.1 255.255.255.0
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.34.0 255.255.255.0 192.168.31.2
ip route 192.168.33.0 255.255.255.0 192.168.30.1
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

 

Metropolis#sh run
Building configuration...

Current configuration : 815 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Metropolis
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.34.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.28.2 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
ip address 192.168.31.2 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.32.0 255.255.255.0 192.168.31.1
ip route 192.168.33.0 255.255.255.0 192.168.28.1
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

 

Coast_City#sh run
Building configuration...

Current configuration : 797 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Coast_City
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.33.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.30.1 255.255.255.0
!
interface Serial0/0/1
ip address 192.168.28.1 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.32.0 255.255.255.0 192.168.30.2
ip route 192.168.34.0 255.255.255.0 192.168.28.2
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

 

Star_City#

Hello, Thanks a lot for your help, it worked!