IIRC, the juni will send a type 3 network summary if you remove the type-7 
statement, which is forcing it to generate a NSSA type 7 external for the 
default.

HTHs




-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Serge Vautour
Sent: Thursday, May 10, 2012 8:57 AM
To: [email protected]
Subject: [j-nsp] Default route in OSPF NSSA

Hello,

I've used the following config on an MX960 to generate a default route into an 
OSPF NSSA area:

area 0.0.1.2 {
    nssa {
        default-lsa {
            default-metric 1;
            type-7;
        }
        no-summaries;
    }
}

It works but the default route shows up as an N1 type route (OSPF NSSA external 
type):

O*N1    0.0.0.0/0 [110/11] via 4.5.6.7, VLAN7, 00:01:01


When I configure what I think is the equivalent on a Cisco router running IOS 
XR it sends an O IA route (OSPF Inter Area):

O*IA    0.0.0.0/0 [110/11] via 1.2.3.4, VLAN9, 20:36:59

The AR box always prefers the "O IA" route over the N1 route as expected. I 
can't seem to find knobs on either box to change between N1 and O IA. 


Would anyone know how to change this in Junos?

Thanks,
Serge
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to