cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
866
Views
5
Helpful
3
Replies

Route-map

knaik99
Level 1
Level 1

When we create 2 Route-map with two sequence number i.e. 10 & 20

then which route-map will be read first by Router

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

It is top to bottom. So 10.

HTH

balaji.bandi
Hall of Fame
Hall of Fame

As per Cisco Doc for Route-map operations:

 

  • A match or set command in each clause can be missed or repeated several times, if one of these conditions exist:
  • If several match commands are present in a clause, all must succeed for a given route in order for that route to match the clause (in other words, the logical AND algorithm is applied for multiple match commands).
  • If a match command refers to several objects in one command, either of them should match (the logical OR algorithm is applied). For example, in the match ip address 101 121 command, a route is permitted if it is permitted by access list 101 or access list 121.
  • If a match command is not present, all routes match the clause. In the previous example, all routes that reach clause 30 match; therefore, the end of the route map is never reached.
  • If a set command is not present in a route map permit clause then the route is redistributed without modification of its current attributes.

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Jaderson Pessoa
VIP Alumni
VIP Alumni

Acls and route-maps working lie a firewall rules,  all of them are read from top to bottom. In your case, the number 10.

Jaderson Pessoa
*** Rate All Helpful Responses ***