11-10-2022 04:00 AM - last edited on 11-10-2022 04:00 AM by Gabriela Godoi do Prado
I have a network project to which there is a connection of 2 routers on a Switch and unfortunately I am not managing to establish a communication between the computers of each network. I am using the ospf protocol and serial link connections that I already know how to configure. However, my biggest problem in the project is communication between the two networks via connection to the Switch
11-10-2022 04:11 AM
until we see configuration - its hard to say what is wrong
suggest to look some videos see that fix your issue :
https://www.youtube.com/watch?v=qZ1ZOxooO_g
11-11-2022 12:34 AM
Bom dia,
post the zipped Packet Tracer project (.pkt) file...
11-11-2022 05:34 AM - edited 11-11-2022 05:34 AM
11-11-2022 07:41 AM
Hello,
I opened your file, there is full connectivity. From which source to which destination IP address can you not ping ?
11-12-2022 03:00 PM - edited 11-12-2022 03:00 PM
11-13-2022 01:02 AM
Hello,
there is no connectivity between the top left and right routers. You need to add the lines marked in bold. Revised file is attached...
asbr-01
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
--> ip address 192.168.0.252 255.255.255.0
duplex auto
speed auto
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 192.168.1.0 0.0.0.255 area 0
network 192.168.5.0 0.0.0.3 area 0
network 192.168.5.8 0.0.0.3 area 0
--> network 192.168.0.0 0.0.0.255 area 0
asbr-02
interface FastEthernet0/1
--> ip address 192.168.0.253 255.255.255.0
duplex auto
speed auto
!
router ospf 1
router-id 1.1.1.3
log-adjacency-changes
network 192.168.3.0 0.0.0.255 area 0
network 192.168.5.12 0.0.0.3 area 0
network 192.168.5.4 0.0.0.3 area 0
--> network 192.168.0.0 0.0.0.255 area 0
11-16-2022 03:47 AM
Applied the settings and worked perfectly, thank you very much for the support!!! You were instrumental in solving my problem.
If it is not disturbed, could you explain to me in more detail the function of the "log-adjacency-changes" command please.
Again, I appreciate the help and the attention.
11-16-2022 03:56 AM
I tried to open the attached file, but I couldn't. When opening the file, the message appeared stating that the Cisco Packet tracer version was not compatible with the file. You could send me the same file, I use the Cisco Packet Tracer 8 version
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