Ok, I have tried ip sla reaction-configuration 1 react timeout and get %Entry not configured, so I assume there is an entry somewhere else I need to setup- but not sure what that is- can you please elaborate?
Thanks.
Main Topics
Browse All TopicsI am trying to setup Route maps so I can send web/ftp traffic out one interface and all other traffic out the other. A bonus answer would also allow the second connection to serve up the web/ftp traffic in the event the first one goes down.
Maximum points available for this one!!!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
there is a good example for you:
http://www.cisco.com/en/US
Ant the whole config:
http://www.cisco.com/en/US
Hi,
In addition to my previous post the following link will help you with the bonus part of your question.
http://www.cisco.com/en/US
It's a good document with some examples.
You'll have to check the version of your IOS to make sure you can use the object tracking methods described.
There are two methods described and this also depends on your IOS version.
Both methods are more or less the same with some slight changes in syntax. One uses the older RTR method and the newer one uses the IP SLA MONITOR. The sub commands are the same in both cases.
The basic steps are as follows. (Have a look at the above link for the detailed steps.)
You create an Service Assurance Agent (SAA) with the RTR or IP SLA MONITOR configuration command. This pings the remote router to check its availability. You scedule it to run all of the time.
You create a track object and link it to the SAA. In your route-map you can set the next hop and verify its availability by linking it to the track object with the following command:
set ip next-hop verify-availability [next-hop-address sequence track object]
One more thing. You only need to define the traffic for Http, Https and FTP in your route-map i.e. the traffic you want to policy route. You don't need to policy route the traffic towards your multilink (sequence 20 of your route-map). If traffic doesn't meet the statements in your route-map then the router will route this traffic using the routing table as normal. i.e. it's a fallback, if traffic isn't permitted with the route-map then it'll route it using destination IP address as normal. You should remove the following default route towards GigabitEthernet0/1
no ip route 0.0.0.0 0.0.0.0 x.x.x.46
but keep the other default route towards the multilink
ip route 0.0.0.0 0.0.0.0 x.x.x.129
Regards,
Paul.
Hi
I think there maybe an issue with the NAT also because you've got two outside interfaces with only one NAT configuration.
I think you need
ip nat inside source route-map SDM_RMAP_1 interface Multilink1 overload
ip nat inside source route-map SDM_RMAP_4 interface GigabitEthernet0/1 overload
you also need an additional route-map SDM_RMAP_4 to cover the GigabitEthernet0/1 NAT overload.
You'll also need the match interface statements in each route-map as follows:
route-map SDM_RMAP_1 permit 1
match ip address 101
match interface Multilink1
route-map SDM_RMAP_4 permit 1
match ip address 101
match interface GigabitEthernet0/1
http://www.cisco.com/en/US
Ok- tried the first one (adding the web-only to Gig 0/0) and lost ability to surf the internet at all. Then saw the second comment and tried that- couldn't add the "ip nat inside source route-map SDM_RMAP_4 interface GigabitEthernet0/1 overload" as it told me "dynamic mapping already in use". The lost connection to my ssh connection and then afterward my vpn dropped as well- fortunately I had used a "reload in 5" command so now waiting for it come back up.
Rich
Business Accounts
Answer for Membership
by: ikalmarPosted on 2009-08-30 at 11:08:50ID: 25218548
Hi,
/docs/ios/ ipsla/comm and/refere nce/ sla_02 .html#wp10 53040
Please use IP SLA:
http://www.cisco.com/en/US