Page 1 of 1

Policy Base Routing

Posted: 21 Jul 2011 05:16
by jaleysystem
Hi Guys,

I need to make some Policy Base Routing or Filter Base Forwarding in my 7750 SR box. So, if there's incoming traffic to any destination accessing port 80 from port 1/1/1, they will be redirected to my proxy server which is connected to port 1/1/2. For the other traffic will be routed normally.

Here is the config I tried to make it up:

A:ALU1>config>filter# info

ip-filter 10 create
entry 10 create
match protocol tcp
dst-port eq 80
exit
action forward next-hop 2.2.2.2
exit



A:ALU1>config>router# info

interface "to-user"
address 1.1.1.1/24
port 1/1/1
ingress
filter ip 10
exit

interface "to-proxy"
address 2.2.2.1/24
port 1/1/2
exit


* 2.2.2.2 is my proxy server IP

Please help me to figure this out. Many thanx before.

Regards,

js

Re: Policy Base Routing

Posted: 28 Jan 2012 05:35
by bye
Maybe you forgot to add "default-action forward" to the filter?