Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a router running ospf and BGP. I'm trying to establish the following behavior regarding the default route:If we learn default from OSPF neighbor, install in routing tableELSEIf we learn default from BGP, install into routing table and inject i...
I need to identify intra-routes and redistribute them into another routing protocol. "Show Ip route" clear distinguishes between Inter-area (IA) and intra-area (O) routes. I can't find anything in a route-map to identify them. The OSPF "distance" com...
the EEM script worked as advertised. Doesn't give me exactly the control I wanted in terms of distinguishing BGP route from static route, and basing metric on that information... but it works.
Thanks.
Yes.
If OSPF advertises a default route me, I just want to accept it an do nothing.
If I'm no longer receiving the default route from OSPF, I want to inject one.
If I'm not learning it from OSPF I can be learning it from BGP, or if not from BGP, fro...
I seems like that would inject the route whenever the default route was present.. It that were my objective, I wouldn't need a route-map.Am I missing something?
I only want to inject it locally IF I'm not learning it from an OSPF neighbor.
I want to inject it from BGP if available, or else from a static:
ip route 0.0.0.0 0.0.0.0 Null0 210
router ospf 100
default-information originate metric 3000 route-map os...
Not sure how to post a new question.. so I'll try here.
I have a router running ospf and BGP. I'm trying to establish the following behavior regarding the default route:If we learn default from OSPF neighbor, install in routing tableELSEIf we learn d...