cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
905
Views
4
Helpful
1
Replies

Default-information Originate Route-map

tomek0001
Level 4
Level 4

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,

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Tomasz,

you can try what I did and worked is to check the ip next hop of the BGP default router using

match ip next-hop acl#

that can be a an acceptable check for your needs

Hope to help

Giuseppe