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

http probe on non-standard tcp port 8021

lbhoang
Level 1
Level 1

I've configured http probe on standard port 80 with no issue. I'm now trying http probe on non-standard tcp port 8021, confirmed with packet capture to confirm that the CSM is indeed probing, status code 403 is returned but the reals are showing "probe failed". Am I missing something? Thank you in advance.

CSM v2.3(3)2

probe 8021 http

request method head

interval 2

retries 2

failed 4

port 8021

serverfarm TEST

nat server

no nat client

real 10.1.2.101

inservice

real 10.1.2.102

inservice

probe 8021

vserver TEST

virtual 10.1.2.100 tcp 8021

serverfarm TEST

replicate csrp connection

persistent rebalance

inservice

VIP and real status:

vserver type prot virtual vlan state conns

---------------------------------------------------------------------------

Q_MAS_8021 SLB TCP 10.1.2.100/32:8021 ALL OUTOFSERVICE 0

real server farm weight state conns/hits

-------------------------------------------------------------------------

10.1.2.101 TEST 8 PROBE_FAILED 0

10.1.2.102 TEST 8 PROBE_FAILED 0

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

you need to specify what HTTP response code you expect.

The command is :

gdufour-cat6k-2(config-slb-probe-http)#expect status ?

<0-999> expected status - minimum value in a range

The default is to expect only 200.

This is why your 403 is not accepted.

Gilles.

Review Cisco Networking for a $25 gift card