CCNP Route : Explain ROUTE maps
Route-maps use the concept of sequence numbers, similar to ACLs.?You can specify the sequence number at the end of the route-map command.?By default, the sequence number will be 10.?This is important to note, because if you do not specify the sequence number, it will overwrite the existing statement for sequence number 10.
The route-map command can either have a?permit?or?deny?clause.?A single route-map can contain multiple route-map commands with an implicit deny at the end.
The permit/deny statements have the following logic when it comes to redistribution:
Each route-map statement has two types of commands:
Question :
Router R1 refers to route-map fred when redistributing from EIGRP into OSPF. The entire route-map is listed next.?Which of the following answers must be true based on the configuration asshown?
route-map fred deny 10
?match ip address one
领英推荐
route-map fred deny 20
match ip address two
route-map fred permit 100
A. The third route map clause will allow any routes not already filtered by the first two clauses.
B. Routes permitted by ACL "two" will be redistributed.
C. Routes denied by ACL "one" will be redistributed.
D. All routes will be filtereD
Answer is A.
So from "Routing TCP/IP" perspective first two statemts of route-map will deny routes in access-lists without needing two look at ACL statemts (deny or permit)