[j-nsp] OSPF Redistribution

harry harry at juniper.net
Thu May 13 19:05:12 EDT 2004


Can I see the output of a show ospf database detail instance instance-name
from one of the routers?  Just guessing, but in the past when I have seen
externals in the database, but not in the route table, it had to do with the
reachability issues for the forwarding address associated with the external
route. Nothing jumps out as wrong in the config, and I suspect some type of
RID problem.

Have you tried a restart routing also?

regards



> -----Original Message-----
> From: juniper-nsp-bounces at puck.nether.net 
> [mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of 
> Khawaja, Kashif
> Sent: Thursday, May 13, 2004 2:01 PM
> To: juniper-nsp at puck.nether.net
> Subject: [j-nsp] OSPF Redistribution
> 
> 
> Hi All,
> 
> Hopefully it is something simple I am overlooking in my 
> configuration. I have two routers (no other routers in the 
> network) connected to eachother (p2p link) in the same area 
> (regular area). I have a /20 with discard and high weight 
> statically configured on each of them.
> 
> I see the /20s in the external LSAs on each router but the 
> (non-local) /20 does not show up in the routing table.
> 
> I have tried including the static protocol in the inject 
> policy below along with the route-filter ... and have tried 
> it with only "from protocol static" without the route filter 
> as well to no avail.
> 
> Anybody know what I might be missing missing :)?
> 
> 
> ROUTER A ------------->
> 
> show routing-instances PRIVATE routing-options 
> static {
>     route 10.0.112.0/20 {
>         discard;
>         preference 254;
>     }
> }
> 
> 
> show routing-instances PRIVATE protocols ospf                  
> export inject;
> area 0.0.0.1 {
>     interface so-0/0/0.0 {
>         metric 800;
>     }
> }
> 
> 
> show policy-options policy-statement inject 
> from {
>     route-filter 10.0.112.0/20 exact;
> }
> then {
>     metric 1;
>     accept;
> }
> 
> 
> ROUTER B --------------> 
> 
> show routing-instances PRIVATE routing-options 
> static {
>     route 10.0.96.0/20 {
>         discard;
>         preference 254;
>     }
> }
> 
> 
> show routing-instances PRIVATE protocols ospf                  
> export inject;
> area 0.0.0.1 {
>     interface so-0/0/0.0 {
>         metric 800;
>     }
> }
> 
> show policy-options policy-statement inject 
> from {
>     route-filter 10.0.96.0/20 exact;
> }
> then {
>     metric 1;
>     accept;
> }
> 
> 
> Thanks!
> -Kashif.
> 
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net 
> http://puck.nether.net/mailman/listinfo/junipe> r-nsp
> 




More information about the juniper-nsp mailing list