cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
448
Views
0
Helpful
4
Replies

How to redirect on 11500 (8.10)

sbagwe
Level 1
Level 1

This works if I put "//www.abc.com:4442:

but I don't want to have to add the port # after.

content CCIA-test

vip address 10.5.14.50

balance weightedrr

cookie-domain "www.abc.com"

param-bypass enable

protocol tcp

port 4442

active

This should do the same thing but doesn't.

content CCIA-test

vip address 10.5.14.50

balance weightedrr

cookie-domain "www.abc.com"

param-bypass enable

protocol tcp

port 80

url "/*"

add service TEST

active

service TEST

keepalive type http

keepalive method get

ip address 10.5.13.50

port 4442

active

Any thoughts ?

4 Replies 4

Gilles Dufour
Cisco Employee
Cisco Employee

I don't understand what you're trying to do.

The 'cookie-domain' [ref: http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_command_reference_chapter09186a00801ee8fa.html#wp1178181]

is to be used with location cookie, but you're not using this feature.

The ' param-bypass enable' [ref: http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_guide_chapter09186a00800d6b3a.html#xtocid13]

is the first time I see it in a config.

You're talking about redirect but I do not see anything related to redirection in the config.

If you want to configure a redirect, here is a link to different possibilities.

http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801de8d6.shtml

If you need something else, could you please clarify what you expect and what you do.

Thanks,

Gilles.

Thanks Gilles,

Maybe redirect is the wrong word.

I am trying to go to www.abc.com/reports which should direct me to a page using Oracle Discoverer on port 4442.

This works if I put in www.abc.com:4442 but not with www.abc/reports.

- Sunil

Sunil,

ok, so what you want is pout in your browser http://www.abc.com/reports and be "forwarded" to the oracle webpage on port 4442.

To do so, here is a sample config.

service ora-web

ip address x.x.x.x

port 4442

active

owner MyCompany

content WWW

vip x.x.x.x

proto tcp

port 80

add service ora-web

active

See that the content rule uses port 80.

This is the default for http. So the css will listen on 80 and forward to port 4442 because the service is configure with the command port 4442.

Let me know if this is what you need.

Gilles.

Thanks Gilles,

I'll try that, but don't I need to specify url"/reports/*" as well ?

- Sunil

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: