Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Policy route map with BGP

Status
Not open for further replies.

darnoctai

ISP
Joined
May 17, 2005
Messages
2
Location
MT
Hi,

I was wondering how possible it would be to do policy based route map a resilient connection, if at all possible. For example, in the following config...

interface Ethernet3/0
ip address 172.16.79.3 255.255.255.0
no ip directed-broadcast
ip policy route-map net-10
!

access-list 111 permit ip 10.0.0.0 0.255.255.255 any
!
route-map net-10 permit 10
match ip address 111
set interface Ethernet0/1
!
route-map net-10 permit 20
!

.....the policy map is attached to interface 3/0 such that any traffic with source ip in the 10.0.0.0/8 range is routed through interface 0/1. Now, provided that the ethernet link was down, how possible would it be to automatically switch this routing to a seperate link on a different interface? BGP perhaps?

..tnx!


 
Thanks for your reply!

This would be ideal, but it looks as if it requires CDP. Unfortunately my remote peers are two upstream providers and I will not be able to operate using CDP. Are there any other link/IP tracking alternatives which simply use ICMP?

..regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top