cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
911
Views
0
Helpful
6
Replies

Port redirection

marza2006
Level 1
Level 1

Hi,

I have in my company a 2801 router with ADSL(WIC ADSL) and ISDN(WIC 1T)interfaces.

I want to know how we could configure a port redirection.

I want that the 80(www) traffic pass through the ADSL interfaces and FTP,SMTP traffic through the serial(ISDN) interfaces.

In advance Thank you very much

6 Replies 6

hoogen_82
Level 4
Level 4

Yeah you could.

Use PBR's Policy based routing.

!

route-map PBR permit 10

match ip address 101

set ip next hop x.x.x.x

!

route-map PBR permit 20

match ip address 102

set ip next hop y.y.y.y

!

route-map PBR permit 30

!

access-list 101 extended permit tcp any any eq 80

access-list 102 extended permit tcp any any eq smtp

Apply the ip policy route-map command on the interface connected to your LAN.

Your next hop determines where you want to send traffic through to adsl,isdn etc.

Cheers

Hoogen

Do remember the above configuration is just what came into my mind there might be syntax errors, but you can work that out ;)

i try it but it doesn't work

route-map PBR permit 10

match ip address 125

set ip next hop ip@ of the ADSL

route-map PBR permit 20

match ip address 130

set ip next hop ip @ of ISDN

access-list 125 extended permit tcp any any eq 80

access-list 130 extended permit tcp any any eq smtp

interface Fastethernet (LAN)

ip policy route-map PBR

!

ip classless

ip route 0.0.0.0 0.0.0.0 ISDN 0/2/0 permanent

ip route 0.0.0.0 0.0.0.0 ATM0/1/0 permanent

is the route correcte

do have any idea please :)

and how can i know the ip @ that gat the adsl interface (it was configured as easy ip )

could you explain more what problem is happening now?

Hoogen

when i configure the next hope when i applay the policy to the lan inerface all trafic is stoped we don't have www or anything else

do u think that the default route are configured correctly

and by the way how could i know the ip addresse that get the adsl interface (i was given dynamicly by the ISP)

.

Marwan ALshawi
VIP Alumni
VIP Alumni

Hi

i would Recommend you to read the bellow document which will guide you through a configuration example and describe some concepts as well

https://supportforums.cisco.com/docs/DOC-8313

good luck

if helpful Rate

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card