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

CSS 11500 and Exchange 2010 CAS/HUB Server

mehdi.amini
Level 1
Level 1

I am trying to setup (2) Exchance 2010 CAS/HUB Server on Content switch with the following ports configured. 587. 25. 135, port 6005 range 65535.

Is there anything special I need to do.  Below is what I have setup

service EX10HTC1-1
  ip address x.x.x.x

  protocol tcp
  keepalive type tcp
  port 587
  active

service EX10HTC1-1A
  ip address x.x.x.x

  protocol tcp
  keepalive type tcp
  port 25
  active

service EX10HTC1-1B
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 6005 range 65535
  active

service EX10HTC1-1C
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 135
  active

service EX10HTC1-2
    ip address x.x.x.x
  protocol tcp
  port 587
  keepalive type tcp
  active

service EX10HTC1-2A
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 25
  active

service EX10HTC1-2B
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 6005 range 65535
  active

service EX10HTC1-2C
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 135
  active

         

  content EX10HTC-1

     add service EX10HTC1-1
    add service EX10HTC1-2
    vip address x.x.x.x

    port 587
    protocol tcp
    dnsbalance roundrobin
    active

  content EX10HTC-2
        vip address x.x.x.x
    add service EX10HTC1-1A
    add service EX10HTC1-2A
    protocol tcp
    port 25
    dnsbalance roundrobin
    active

  content EX10HTC-3
    add service EX10HTC1-1B
    add service EX10HTC1-2B
        vip address x.x.x.x
    dnsbalance roundrobin
    active

  content EX10HTC-4
    protocol tcp
    add service EX10HTC1-1C
    add service EX10HTC1-2C
        vip address x.x.x.x
    port 135
    dnsbalance roundrobin
    active


group EX10HTC_servers
      vip address x.x.x.x
  add destination service EX10HTC1-1
  add destination service EX10HTC1-1A
  add destination service EX10HTC1-2
  add destination service EX10HTC1-2A
  add destination service EX10HTC1-1B
  add destination service EX10HTC1-1C
  add destination service EX10HTC1-2C
  add destination service EX10HTC1-2B
  active

4 Replies 4

Cesar Roque
Level 4
Level 4

Hi Mehdi,

looks that it should work.  Have you tested already?

---------------------
Cesar R
ANS Team

--------------------- Cesar R ANS Team

Yes we have tried but no success.

When I do a  group EX10HTC_servers I see

EX10HTC1-1B          0        Down       255    0       TCP-6005    0

EX10HTC1-2B          0        Down       255    0       TCP-6005    0

One requirement based on my Exchange Admin person is the requirement for Port range of  6005 through 65535 which I have created for the services.  But that is not an option in the content rule...See below for my config

service EX10HTC1-1B
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 6005 range 65535
  active

service EX10HTC1-2B
    ip address x.x.x.x
  protocol tcp
  keepalive type tcp
  port 6005 range 65535
  active

content EX10HTC-3
    add service EX10HTC1-1B
    add service EX10HTC1-2B
        vip address x.x.x.x
    dnsbalance roundrobin
    active

Hi Mehdi,

You can specify only 1 port or no port. When you dont specify any port in content rule then by default the port is any.

So irrespective of the port number the request will be forwarded to the servers.

regards,

Ajay Kumar