cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
490
Views
0
Helpful
3
Replies

CSS11503 discarding packets

jawschaar
Level 1
Level 1

Hi i have a service for port 8002 defined on my css and i'm seeing some soap posts being discarded by the CSS even though they work when they go directly to the back end ip addresses I port spanned the uplink and i can see the packets coming in but nothing getts sent to the backend? what is the css doing is it checking the HTTP header format?

if i encode the posts using a diffrent script they work.

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

If this is a L3 or L4 rule the CSS doesn't care about the format.

However, if you ask the CSS to match a url, or find a cookie, making the rule L7, then yes the format needs to be correct or the packet is silently dropped.

Gilles.

these are my rules is the MMSC_10021_URL_C1N1 service rule the one that is causing my problem?

service MMSC_2_Port10021

ip address 172.22.75.11

keepalive frequency 10

keepalive maxfailure 5

keepalive retryperiod 2

port 8002

keepalive type script cmg_http_script "172.22.75.11 /keepalive 8002"

active

service MMSC_1_Port10021

ip address 172.22.75.10

keepalive frequency 10

keepalive maxfailure 5

keepalive retryperiod 2

port 8002

keepalive type script cmg_http_script "172.22.75.10 /keepalive 8002"

active

owner mmsc.optus.com.au

content CDS_389

add service cds-1-Port389

add service cds-2-Port389

protocol tcp

vip address 172.22.72.245

port 389

active

content MMSC_10021

add service MMSC_1_Port10021

add service MMSC_2_Port10021

vip address 172.22.72.251

port 8002

protocol tcp

active

content MMSC_10021_URL_C1N1

add service MMSC_1_Port10021

no persistent

primarySorryServer MMSC_2_Port10021

url "/mmsc/1_1"

protocol tcp

port 8002

vip address 172.22.72.251

active

content MMSC_10021_URL_C1N2

add service MMSC_2_Port10021

no persistent

primarySorryServer MMSC_1_Port10021

url "/mmsc/1_2"

vip address 172.22.72.251

protocol tcp

port 8002

active

group MMSC

add destination service MMSC_1_Port10021

add destination service MMSC_2_Port10021

add destination service MMSC_1_Port25

add destination service MMSC_2_Port25

vip address 172.22.72.251

active

I suspended the 2 rules

content MMSC_10021_URL_C1N1

content MMSC_10021_URL_C1N2

and i can now submit

thank you very much.