Is there a redirect traffic command in IOS ? [7:58887]

2002-12-10 Thread [EMAIL PROTECTED]
HI,

Can I set up a redirect traffice command in my Cisco
2600 ? I want to redirect web traffic (port 80) and
FTP traffic (port 23) to a different server instead
the default gateway. Is it possible ? Is there URL
link I can read ?

Thanks in advance

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=58887t=58887
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Is there a redirect traffic command in IOS ? [7:58887]

2002-12-10 Thread Xueyan Liu
you can configure policy based routing to achieve that.

Xueyan


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=5t=58887
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Is there a redirect traffic command in IOS ? [7:58887]

2002-12-10 Thread John Neiberger
Go to www.cisco.com and read about Policy-Based Routing (PBR).  This may
be what you're looking for, but I'm not sure from your description.  You
might need something a little different depending on what you're really
trying to accomplish.  If you simply want to force http and ftp traffic
to take a different path--to a transparent proxy server, for
example--then PBR may be for you.

HTH,
John

 [EMAIL PROTECTED]  12/10/02 8:51:20 AM 
HI,

Can I set up a redirect traffice command in my Cisco
2600 ? I want to redirect web traffic (port 80) and
FTP traffic (port 23) to a different server instead
the default gateway. Is it possible ? Is there URL
link I can read ?

Thanks in advance

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=58892t=58887
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Is there a redirect traffic command in IOS ? [7:58887]

2002-12-10 Thread Andrew Larkins
Use route maps - that should work

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 10 December 2002 17:51
To: [EMAIL PROTECTED]
Subject: Is there a redirect traffic command in IOS ? [7:58887]


HI,

Can I set up a redirect traffice command in my Cisco
2600 ? I want to redirect web traffic (port 80) and
FTP traffic (port 23) to a different server instead
the default gateway. Is it possible ? Is there URL
link I can read ?

Thanks in advance

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=58893t=58887
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Is there a redirect traffic command in IOS ? [7:58887]

2002-12-10 Thread Steve Dispensa
Yeah, it's not too complicated.  I do this in one of my production
networks.

You need a route map that matches packets somehow - i use source
address.  Then you just set the next hop to whatever you want for your
server.  If your server isn't directly connected, you need to either
rewrite the dest address or source-route it from there to the final
server, or some combination of both.

At the server, you usually need to do some advanced configuration if you
don't rewrite the dest address, in order to get it to accept connections
that aren't destined for it.  For more info, do a google search on
setting up squid to be a transparent proxy.  It's basically the same
thing.

Let me know if you want more details.

 -sd




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=58899t=58887
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]