Compare cert salaries and plan your next career move
mallyg27 wrote: » I have a simple network in which im using RIP and OSPF, for some reason my routing table is not showing neighbors. Any ideas? The information below is just from two routers running OSPF. My routing table doesn't show OSPF.Router A interface FastEthernet0/0 ip address 150.7.32.1 255.255.240.0 duplex auto speed auto ! interface Serial0/2/0 ip address 192.168.7.97 255.255.255.224 clock rate 64000 ! interface Serial0/3/0 ip address 192.168.7.66 255.255.255.224 clock rate 64000 ! router ospf 1 log-adjacency-changes network 192.168.7.0 0.0.0.31 area 0 network 150.7.32.0 0.0.15.255 area 0Router B interface FastEthernet0/0 ip address 150.7.48.1 255.255.240.0 duplex auto speed auto ! interface Serial0/2/0 ip address 192.168.7.34 255.255.255.224 clock rate 64000 ! interface Serial0/3/0 ip address 192.168.7.65 255.255.255.224 ! router ospf 1 log-adjacency-changes network 192.168.7.0 0.0.0.31 area 0 network 150.7.48.0 0.0.15.255 area 0
instant000 wrote: » 2. Why is clock rate showing on both routers? (I see it on both serials on one router, then on one serial of the other router ... something is up) I'm only to Chapter 6 of Todd Lammle, but I'm sure one of the earlier chapters mentioned that you set the clocking on only one side of the connection, not both.
amb1s1 wrote: » The reason that you are not getting OSPF neighbor is because all of you address are in different subnet You are using a subnet mast of 255.255.255.224 that it give you a range for: 192.168.7.0 - 192.168.7.95 192.168.7.96 - 192.168.7.127 The same reason for the 150.7. address The ip range for the 150.7. are 150.7.48.0 - 150.7.63.255 150.7.32.0 - 150.7.47.255
instant000 wrote: » I'm curious about many things here. 1. Which interfaces are connected together? 2. Why is clock rate showing on both routers? (I see it on both serials on one router, then on one serial of the other router ... something is up) I'm only to Chapter 6 of Todd Lammle, but I'm sure one of the earlier chapters mentioned that you set the clocking on only one side of the connection, not both. 3. What is your interface status? 4. Can you confirm the address scheme that you are using for your networks? We had a conversation about OSPF the other day, quite good, I think. Anyway, you can't get neighbors without the interfaces being in the same subnet. If you could draw a picture, it might help us and you to understand what is going on here. But, right now, I'm suspecting addressing.
mallyg27 wrote: » Yes, I'm using a different subnet between routers. The scheme I'm using between routers 192.168.7.0.... 255.255.255.224. Isn't my range 192.168.7.0-192.168.7.32 192.168.7.33-192.168.7.64....increment by 32 right? I'm using the 150.7.0.0...255.255.240.0 for the ethernet side.
mallyg27 wrote: » In my example: RA serial 3 RB serial 3....Both of them are in the same range.
amb1s1 wrote: » OK There are in the same network, so the network statement under OSPF should be as follow network 192.168.7.64 0.0.0.31 area 0 and take the network statement that you had no network 192.168.7.0 0.0.0.31 area 0
mallyg27 wrote: » Another question. On the router that's using RIP and OSPF, do I specify a network on all the interfaces for each protocol or do I just specify one protocol per interface. Also, what protocol goes on the ethernet side?
jwashington1981 wrote: » Do you want to keep one routing protocol on one side of the network and the other routing protocol on the other side of the network? If that is the case, then you have the option of performing redistribution on your router for both protocols. What that does is if you have a RIP update coming from one side of that router that you want to go to the other side, it will convert it to an OSPF route, and vice versa.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.