12-29-2021 12:19 PM
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?
Solved! Go to Solution.
12-29-2021 01:52 PM
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)>
12-29-2021
01:57 PM
- last edited on
12-30-2021
07:55 PM
by
Translator
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#
12-29-2021 01:52 PM
12-29-2021
01:57 PM
- last edited on
12-30-2021
07:55 PM
by
Translator
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#
12-29-2021 02:54 PM - edited 12-29-2021 03:43 PM
Hello, Thanks a lot for your help, it worked!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide