cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
229
Views
0
Helpful
1
Replies

routing problem

aamirdhedhi
Level 1
Level 1

Dear All

Currently i have a 3825 router i have one leased line and one dsl connection, the dsl connection is external modem where are the leased line is through serial interface, what i require is that adsl connection to be used for internet connectivity and the leased line just for an application, can any one help me to do this configuration. the internet line will be termiated on one of the ethernet interface

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Yes you can do this with PBR (Policy Based Routing).

Lets say the application is on a server with address 172.16.5.1

And the address for the other end of the leased line is 192.168.2.2

access-list 101 permit ip any host 172.16.5.1

route-map app permit 10

match access-list 101

set ip next-hop 192.168.2.2

route-map app permit 20

set ip next-hop "adsl internet next hop IP"

int fa0/0

ip policy route-map app

where fa0/0 is the interface that connects to your LAN.

HTH

Jon

Review Cisco Networking products for a $25 gift card