09-17-2006 06:42 AM - edited 03-03-2019 02:01 PM
i am confused abt one thing and would be veru oblidged if someone help me out.....i reacintly configured a ospf on one of my lab routers (name A)and then configured a loopback address as well (just wanted to check) then i advertised my serial link ip address with network command 211.x.x.1 0.0.0.0 area 0 as well as on the ethernet
i configured the same thing on the other router (directly connected, name b) now the the router b was geting router a ethernet network but router a was not getting anything.....when i issued the command show ip protocol......the loop address was coming on undergateway....first of all why is that??? secondly when i issued show route command on router A......i saw something v strange (or may be i dont know that) under directly connected network there was another network which was the same ip of the serial but coming with /32 mask.....i was like...never seen that thing before.....thanks in advance
09-17-2006 07:31 AM
Please post configs.
09-17-2006 05:21 PM
Please refer to below link if you are using PPP encapulation. Otherwise, please provide config.
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080094057.shtml
Hope this helps.
09-18-2006 10:57 PM
About router A not getting anything from Router B, if router B does not have any active interfaces other than the serial intf included in the OSPF process, then router B will not have any route to send to A.
show ip protocols command will display the Router ID of the OSPF router. OSPF uses the IP address of the loopback interface as the Router ID (if multiple loopback interfaces are configured, OSPF will use the numerically highest IP address as Router ID, unless you manually configure the Router ID under OSPF process).
Lastly, all routers will ALWAYS list their active interfaces in the routing table with a "C" on the left-most side of the route table output. In most cases, the routers will list both the interface's subnet as well as the local addresses (the latter as /32 network).
HTH.
09-19-2006 12:59 AM
Also If you have not included the route for loopback on Rtr A to be advertised through Serial interface, there would be nothing advertised.
09-19-2006 11:12 AM
config's are necessary here...
09-22-2006 01:48 AM
Hi,
Let me explain /32 mask called " Host Route "
in the sense that Route for the particular host not for the network in which that paricular IP belongs ( DV protocols will do summarization in such manner only).In the case of Routers generally we can't keep the host entry becoz the Routing Table size will be unimaginable if u do so. But for Ospf/Bgp
protocols loopback addresses are execptional from this.
Incase of Router A Routing table entry check
the configuration of Router B whether you properly Advertise the networks.
Hope this helps. Pls revert back to this.
Regards
Ravi Appadurai
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