[c-nsp] Route-Map "AND" clause

hjan at libero.it hjan at libero.it
Wed Jun 14 05:46:22 EDT 2006


Is there anyone that know if it's possible to use an AND, or something like an AND, clause in a route-map ?

If i wrote :
access-list 10 permit 0.0.0.0
access-list 11 permit 10.10.10.0 255.255.255.2

route-map RED deny 10
 match ip address 10 11
route-map RED permit 20

Defaul behaviour of route-map is to match the deny if a packet match one of the access-list statement. 
Is there any way to force the route-map for work only if match both access-list statement?
The continue clause is reserved for bgp route-map only, but in this specific case i need to apply this map to an eigrp process. 
In fact i need to redistribute a network from an eigrp process, name it 1, in another eigrp process, name it 2, only if eigrp process 1 goes down.
In my mind i have thought to make this with route-map but i have some trouble with the match behaviour.
Any ideas ?

Best regards,
Gianluca
Italy




More information about the cisco-nsp mailing list