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

css11506 configuration question

julxu
Level 1
Level 1

Hi

can I get advice if cisco css11506 can achive below case?

http://myapplication.mydomain/part1  point local server myserver:81

http://myapplication.mydomain/part2 point local server myserver:82

if so, how can I do it?

any comments will be appreciated

thanks in advance

julxu

1 Reply 1

Not applicable

I haven't try this config in my css and really think it needs some modification. But, here is the idea how to make it work.

service server1
  prot tcp
  port 81
  ip address 10.x.x.x
  keepalive type tcp
  act
service server2
  prot tcp
  port 82
  ip address 10.x.x.x
  keepalive type tcp
  act
owner test
  cont part1
    prot tcp
    port 80
    url "*/part1"
    add serv server1
    vip addr 10.y.y.y

    act
  cont part2
    prot tcp
    port 80
    url "*/part2"
    add serv server2
    vip addr 10.y.y.y

    act