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

Cisco ACE 4710-01

dukeminus
Level 1
Level 1

Hello,

I am trying to create a probe for a port mapping of ports 42511 & 42512

I first tried to create 2 tcp probes

- tcp 42511

- tcp 42512

I don't think that it was configured correctly, because when I go under the serverfarm command and try to confgiure probe the only options i have are the following:

Probe ftp

Probe http

The questions I have are the following:

- can the ace support tcp ports 42511 - 42512? If so How?

- what are the commands to configure the device to be able to map ports 42511/4251?

- How do I get the tcp probes to show up under the probe options?

1 Reply 1

Marvin Rhoads
Hall of Fame
Hall of Fame

Any tcp port number (1 to 65535) can be used for a probe. Did you create the probe following the syntax shown in the ACE documentation? If you do, you should end up with a script looking something like this:

probe tcp TCP_42511_PROBE

  port 42511

  interval 5

  faildetect 2

  passdetect interval 30

Once you have that in your script, you can apply the defined probe to the rserver(s) defined in a serverfarm script section. Something like:

serverfarm host [your_host_name]

  description [serverfarm_desc]

  predictor leastconns

  rserver [serverfarm_rserver_1]

    probe TCP_42511_PROBE

    inservice

  rserver [serverfarm_rserver_2, etc]

    probe TCP_42511_PROBE

    inservice

Of course your interval parameters, predictor method etc. may vary.

In general, you will get better responses for ACE-related questions in the Application Networking forum in the Data Center section of CSC.

Hope this helps.

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:

Review Cisco Networking products for a $25 gift card