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

Route-map Statements

j-vankirk
Level 1
Level 1

I have the following command in our OSPF process:

redistribute static subnets route-map static

I also have the global configuration:

route-map static permit 10

match ip address 110

Question if there is no access list 10 or 110, what is the resulting effect within OSPF ? Are any static routes being redistributed ?

1 Reply 1

wheeler.r
Level 1
Level 1

Access-list 110 is your key control. If it does not exist, you will redistribute all static. This behavior is backwards from the normal access-list behavior.