Just want to clarify abt. route-maps. If I have a route-map as follows :
--------------------------------------
route-map FROM_R2 permit 10
match ip address prefix-list VLAN2
set weight 100
!
route-map FROM_R2 permit 1000
--------------------------------------
Does this mean that the line 'permit 1000' allows all traffic that does not meet criteria in 'permit 10' as the default condition for route-map is to deny any at the end just like ACLs.
Thank you,
- SN -