Hello,
Andrewmiller wrote:
also # 3 would work im sure I'm assuming i would have to write a policy for it to work ?
like this ?
set policy-options policy-statement exportstatic1 term exportstatic1 from protocol static
set policy-options policy-statement exportstatic1 term exportstatic1 then external type 1
set policy-options policy-statement exportstatic1 term exportstatic1 then accept
No. For my option #3 You have to:
1/ duplicate Your statics as connected. I.e. if You have static 203.0.113.0/24 then pick an intreface that is always up, like lo0 and assign 203.0.113.254/24 to it. Repeat for every static route.
2/ add this interface into OSPF. Use a separate area and filter these connecteds from going into area 0 with "area-range" or "network-summary-import"
3/ Add anotther routing instance and import area 0 OSPF routes into it.
4/ Add FBF to from-SOHO-ingress interface to send all traffic from SOHO into that routing instance.
HTH
Thx
Alex