Good afternoon,
We are receiving a BGP default route from an external BGP neighbor and want to give it a more preferred ranking then a static default route to make the BGP primary. We have configured the static default as a back up line.
Following routemap is configured as imported routemap via the BGP peer.
set routemap <name> id 10 on
set routemap <name> id 10 allow
set routemap <name> id 10 match network 0.0.0.0/0 exact
set routemap <name> id 10 match protocol bgp
set routemap <name> id 10 action precedence 55
We also have dozens of more specific static routes for locations.
My doubt is that when we give the BGP Protocol-rank a lower value then the default Protocol-rank of statics(60) that all routing will be captured via the BGP default since the BGP protocol-rank is preferred over the static routing protocol. Or will the more specific static routes still be favoured?
any thoughts?