Perhaps it would help you to exactify the
traffic in terms of protocol that is allowable
to the backbone in the 16384-85(I'm not
remembering which at the moment)
interface, so that you can only allow those
in your lo0.123 interface. Perhaps that is
whats stopping you. 10.0.0.6 or whatever
address it assigns. Maybe then it will
start advertising. The SRX lives by the
rule on those interfaces.
------------------------------
Adrian Aguinaga
B.S.C.M. I.T.T. Tech
(Construction Management)
A.A.S. I.T.T. Tech
(Drafting & Design)
------------------------------
Original Message:
Sent: 11-21-2024 04:22
From: Simon Bingham (technical debt collector)
Subject: OSPF stub area not generating default route
Hi
so my scenario, is A new core network, based on BGP lots of VRFs,
I'm migrating a legacy service onto the new network
the legacy network was Traditional OSPF area1 area 0 etc.
I'm migrating this Stub area 1 to the new core.
so it will be BGP <> OSPF area1 ( stub )
this should be doable without too much reconfiguration of the legacy connection ( which involves other organisations so hard work )
Legacy area 1 only really requires a default route.
But being a stub, I cannot redistribute the BGP > OSPF
so generating a default route looks like the best solution, but certainly, in my EVE-NG it just does not work
I looks like the Backbone connectivity detection but
no-active-backbone
did not make it work.
Adding a loopback to area0 brought up area0 and the ABR started advertising a default.
But I in my mind this is to messy now.
I think I will convert the area to a non-stub area.
------------------------------
JNCIE-ENT 907
Original Message:
Sent: 11-20-2024 19:06
From: eugene1973
Subject: OSPF stub area not generating default route
If you ask me the default loopback will get you
your default Route. That loopback already has the 16384-5, and 32768 interfaces. Those are
already set for ospf. Your backbone is your
own. External? You bet.
------------------------------
Adrian Aguinaga
B.S.C.M. I.T.T. Tech
(Construction Management)
A.A.S. I.T.T. Tech
(Drafting & Design)
Original Message:
Sent: 11-20-2024 18:55
From: Simon Bingham (technical debt collector)
Subject: OSPF stub area not generating default route
I'm here because this looked like it would solve my issues, but it did not.
I have a routing instance with a ospf area 1,( no back bone )
Use case a is the migration of legacy infrastructure.
set routing-instances SUPPLIER protocols ospf area 0.0.0.1 stub default-metric 10
set routing-instances SUPPLIER protocols ospf area 0.0.0.1 interface ae0.1234 interface-type p2p
set routing-instances SUPPLIER protocols ospf no-active-backbone
this did NOT result in area 1 getting 0/0 route.
I was forced to bring up a loopback in area 0
set ospf area 0.0.0.0 interface lo0.123
maybe the no-active-backbone does not work in a routing instance.
------------------------------
JNCIE-ENT 907
Original Message:
Sent: 03-18-2014 14:54
From: Erdem
Subject: OSPF stub area not generating default route
Thank you! I labbed this and confirmed that it will keep the Type 3 LSA 0.0.0.0 flooding into the stub area if the ABR looses its connection to the area 0 backbone.