Link to home
Start Free TrialLog in
Avatar of NeerVerma
NeerVerma

asked on

route-map

I have to ISP A and B and i want to redirect  some traffic  to  ISP B and if ISP B goes down traffic will go through ISP A for that I had made route map

route-map test permit 10
 match ip address trafficX
 set ip next-hop ISP B
!
route-map test permit 20
 match ip address trafficX
 set ip next-hop ISP A

now problem is that
1- when ISP B goes down its not switching trafficX to ISP A .What be the reason
2- Please confirm me is sequence number defines order in which request processed ie sequence 10 would be processed first  and if sequence 10 will not work then it goes to sequence 20

please answer above to questions

SOLUTION
Avatar of Frabble
Frabble
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Don Johnston
>1- when ISP B goes down its not switching trafficX to ISP A .What be the reason

Route maps are pretty much absolute. If a route map says "go this way", that is what's going to happen.

>2- Please confirm me is sequence number defines order in which request processed

You are correct.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial