Greetings everyone;
I have a simple question actually, my goal is to create a static default route and route the next-hop of this route to the interfaces where I have established an EBGP neighborhood with the ISP;
set routing-options static route 0.0.0.0.0/0 next-hop 10.0.0.0.1 (ISP's EBGP interface ip's 10.0.0.1)
I also want to bind a policy to this configure just like the "genarete" routes. But when I write a static route I can't add a policy. Like;
set routing-options generate route 0.0.0.0.0/0 policy isp-route-up
My goal is that my customer says that if the ISP does not announce a specific route (for example 2.2.2.2.2), the router in question should not send the default route to its IBGP neighbors (the router in question is my connection point to the outside world and has 7 IBGP neighbors connected to it)
I can do this with Generate route, but I have a customer who insistently wants static :D (I'm stuck in such a weird spot because he doesn't want to understand what Generate route is)
I created the static route on myself, ISP does not send it to me, so I send it to my IBGP neighbors with a policy. I tried to write a term here to say that if the *.*.*.*.*.*/* route does not come from ISP, do not announce the 0.0.0.0/0 route, but I was not successful.
Any idea what I can do about this? Or I will solve the problem with last resort generate route and drive my customer crazy :D
------------------------------
Can Karani Soner
------------------------------