cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
0
Helpful
1
Replies

Does this make sense part 2?

visitor68
Level 5
Level 5

router ospf 16586

router-id 64.13.44.104

log-adjacency-changes

redistribute bgp 16586 subnets route-map OSPF_OUT

route-map OSPF_OUT permit 10

match ip address prefix-list DEFAULT

ip prefix-list DEFAULT seq 5 permit 0.0.0.0/0

CAN YOU inject a BGP-learnd default route into OSPF by redistributing it ike this?

Dont you need to use the default-informatin-originate command?

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Joe,

about this second part your understanding is correct OSPF doesn't support redistribution of a BGP default route and you need to use default-informatin-originate without the always option.

Hope to help

Giuseppe