Hello,
I'm trying to figure out if this is possible:
router ospf 100
default-information originate metric 10 metric-type 1 route-map DEFAULT-PREFIX
..
route-map DEFAULT-CONDITION-RMAP permit 20
match ip address prefix-list DEFAULT-PREFIX
match as-path 33
Can I use bgp attributes to match in a route-map for originating a default route?
thank you,