Compare cert salaries and plan your next career move
amb1s1 wrote: Hi I'm going crazy with this problem. I'm using Netsim 6. I have the following topology: 2 Router + 2 switch + 2 PC PC_1 Switch_1 Router_1 Router_2 Switch_2 PC_2 Roouter_1 int s0 ip address 192.168.10.1 255.255.255.0 clock rate 64000 Clock rate 64000 int E0 ip address 192.168.20.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 Router_2 int s0 ip address 192.168.10.2 255.255.255.0 no shut int E0 ip address 192.168.30.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 PC_1 ipconfig /ip 192.168.20.2 255.255.255.0 ipconfig /dg 192.168.20.1 PC_1 ipconfig /ip 192.168.30.2 255.255.255.0 ipconfig /dg 192.168.30.1 I can ping 192.168.10.2, 192.168.20.1 and 192.168.30.1 from router_1 and I can ping 192.168.10.1, 192.168.20.1 and 192.168.30.1 from router_2, but I'm not able to ping PC_1 from Router_2 or PC_2 from Router_1. Can someone explain me what I'm doing wrong.
tech-airman wrote: amb1s1 wrote: Hi I'm going crazy with this problem. I'm using Netsim 6. I have the following topology: 2 Router + 2 switch + 2 PC PC_1 Switch_1 Router_1 Router_2 Switch_2 PC_2 Roouter_1 int s0 ip address 192.168.10.1 255.255.255.0 clock rate 64000 Clock rate 64000 int E0 ip address 192.168.20.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 Router_2 int s0 ip address 192.168.10.2 255.255.255.0 no shut int E0 ip address 192.168.30.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 PC_1 ipconfig /ip 192.168.20.2 255.255.255.0 ipconfig /dg 192.168.20.1 PC_1 ipconfig /ip 192.168.30.2 255.255.255.0 ipconfig /dg 192.168.30.1 I can ping 192.168.10.2, 192.168.20.1 and 192.168.30.1 from router_1 and I can ping 192.168.10.1, 192.168.20.1 and 192.168.30.1 from router_2, but I'm not able to ping PC_1 from Router_2 or PC_2 from Router_1. Can someone explain me what I'm doing wrong. amb1s1, How come your E0 interfaces on Router_1 and Router_2 do not have subnet masks?
Netstudent wrote: can the hosts ping their default gateway? Also can you ping PC1 from router1 and PC2 from router2? It may just be a bug in the simulation.
dtlokee wrote: Can you ping from the pc to the first hop router? The only thing I see is the no shut is missing on the serial 0 of Router 1. I would check to see that the OSPF neighbors are established and see what networks are being advertised with "show ip protocols". If all that is good, then I would suspect it's a problem with the simulator, they can be problematic.
mwgood wrote: Post your actual configs, route tables...
amb1s1 wrote: tech-airman wrote: amb1s1 wrote: Hi I'm going crazy with this problem. I'm using Netsim 6. I have the following topology: 2 Router + 2 switch + 2 PC PC_1 Switch_1 Router_1 Router_2 Switch_2 PC_2 Roouter_1 int s0 ip address 192.168.10.1 255.255.255.0 clock rate 64000 Clock rate 64000 int E0 ip address 192.168.20.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 Router_2 int s0 ip address 192.168.10.2 255.255.255.0 no shut int E0 ip address 192.168.30.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 PC_1 ipconfig /ip 192.168.20.2 255.255.255.0 ipconfig /dg 192.168.20.1 PC_1 ipconfig /ip 192.168.30.2 255.255.255.0 ipconfig /dg 192.168.30.1 I can ping 192.168.10.2, 192.168.20.1 and 192.168.30.1 from router_1 and I can ping 192.168.10.1, 192.168.20.1 and 192.168.30.1 from router_2, but I'm not able to ping PC_1 from Router_2 or PC_2 from Router_1. Can someone explain me what I'm doing wrong. amb1s1, How come your E0 interfaces on Router_1 and Router_2 do not have subnet masks? It was a typo, the subnet mask is /24
tech-airman wrote: amb1s1 wrote: tech-airman wrote: amb1s1 wrote: Hi I'm going crazy with this problem. I'm using Netsim 6. I have the following topology: 2 Router + 2 switch + 2 PC PC_1 Switch_1 Router_1 Router_2 Switch_2 PC_2 Roouter_1 int s0 ip address 192.168.10.1 255.255.255.0 clock rate 64000 Clock rate 64000 int E0 ip address 192.168.20.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 Router_2 int s0 ip address 192.168.10.2 255.255.255.0 no shut int E0 ip address 192.168.30.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 PC_1 ipconfig /ip 192.168.20.2 255.255.255.0 ipconfig /dg 192.168.20.1 PC_1 ipconfig /ip 192.168.30.2 255.255.255.0 ipconfig /dg 192.168.30.1 I can ping 192.168.10.2, 192.168.20.1 and 192.168.30.1 from router_1 and I can ping 192.168.10.1, 192.168.20.1 and 192.168.30.1 from router_2, but I'm not able to ping PC_1 from Router_2 or PC_2 from Router_1. Can someone explain me what I'm doing wrong. amb1s1, How come your E0 interfaces on Router_1 and Router_2 do not have subnet masks? It was a typo, the subnet mask is /24 amb1s1, Do you configure additional VLANs on Switch_1 and Switch_2 above and beyond the defaults?
NeonNoodle wrote: mwgood wrote: Post your actual configs, route tables... I second that.
amb1s1 wrote: NeonNoodle wrote: mwgood wrote: Post your actual configs, route tables... I second that. Is there a way to copy from Boso Netsim because I'm not able to highlight the config.
amb1s1 wrote: tech-airman wrote: amb1s1 wrote: tech-airman wrote: amb1s1 wrote: Hi I'm going crazy with this problem. I'm using Netsim 6. I have the following topology: 2 Router + 2 switch + 2 PC PC_1 Switch_1 Router_1 Router_2 Switch_2 PC_2 Roouter_1 int s0 ip address 192.168.10.1 255.255.255.0 clock rate 64000 Clock rate 64000 int E0 ip address 192.168.20.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 Router_2 int s0 ip address 192.168.10.2 255.255.255.0 no shut int E0 ip address 192.168.30.1 no shut Router ospf 1 network 192.168.0.0 0.0.255.255 area 0 PC_1 ipconfig /ip 192.168.20.2 255.255.255.0 ipconfig /dg 192.168.20.1 PC_1 ipconfig /ip 192.168.30.2 255.255.255.0 ipconfig /dg 192.168.30.1 I can ping 192.168.10.2, 192.168.20.1 and 192.168.30.1 from router_1 and I can ping 192.168.10.1, 192.168.20.1 and 192.168.30.1 from router_2, but I'm not able to ping PC_1 from Router_2 or PC_2 from Router_1. Can someone explain me what I'm doing wrong. amb1s1, How come your E0 interfaces on Router_1 and Router_2 do not have subnet masks? It was a typo, the subnet mask is /24 amb1s1, Do you configure additional VLANs on Switch_1 and Switch_2 above and beyond the defaults? I did not do any VLAN config, it should have the default config.
tech-airman wrote: amb1s1 wrote: NeonNoodle wrote: mwgood wrote: Post your actual configs, route tables... I second that. Is there a way to copy from Boso Netsim because I'm not able to highlight the config. amb1s1, If Boson NetSim is the same as Boson ExSim, then the inability to highlight may be Boson electronically enforcing their copyright by requiring you to incur the hassle of manual retyping.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.