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

maximum header size on ACE and CSS

cricketbuff
Level 1
Level 1

whats the max size for header that u can allocate on CSS and ACE?

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

The CSS limit is in terms of packets...

501-1(config)# spanning-packets ?

Integer value(Range: 1-20)

501-1(config)# spanning-packets

We can hold max 20 packets per connection.

So, if you are doing L7 loadbalancing and are looking for a cookie, it better be in the first 20 packets.

ACE has a limit in buffers per connection and a limit of header size.

They are controller with a parameter-map

switch/User2(config-parammap-http)# set header-maxparse-length ?

<1-65535> Enter max-parse length for header

G.