L7 Configuration request

Hello

Under with to construct a new with same function,
Model: TH3030
version: 2.7.1.GR-P1
L4 composition : one-arm

  1. As Reverse Proxy necessary function
  • HTTP support
  • Web Sockets support
  • SSL support for secure communication for HTTP AND WebSockets
  • Request AND Response Header Management
  • URL Rewrite Engine
  • web caching
  • Recommended: Compression upon content type

There is a configuration data of contents above, if sharing request gives
Thanks

Hello,

A10 ADC supports all of the listed functions EXCEPT for WebSockets.
However, I am not sure if that was your question.

Are you asking for a sample configuration for all of those functions?

Thanks,
Babur

Hi All, just to give an update on this, we do support WebSockets on the A10 Thunder/Vthunder verified on ACOS 4.1.1-P1. will check with our teams as our documentation has not been updated to show websocket support in ACOS 4.1.1-P1 onwards.

example details below

vThunder01-affinity-def-vMaster[5/1]#show running-config slb server WEBSOCKET
!Section configuration: 170 bytes
!

slb server WEBSOCKET 174.129.224.73
  health-check HM-WEBSOCKET

port 80 tcp
    health-check HM-WEBSOCKET
    extended-stats
!
vThunder01-affinity-def-vMaster[5/1]#show running-config slb service-group WEBSOCKET_80
!Section configuration: 98 bytes
!
slb service-group WEBSOCKET_80 tcp
  extended-stats
  sample-rsp-time
  member WEBSOCKET 80
!
vThunder01-affinity-def-vMaster[5/1]#show running-config slb virtual-server WEBSOCKET
!Section configuration: 329 bytes
!
slb virtual-server WEBSOCKET 64.183.6.106 /32
  description Websocket echo test
  extended-stats
  port 80 fast-http
    name WEBS_80
    extended-stats
    source-nat auto
    service-group WEBSOCKET_80
Health monitor config details.

Looks like the websocket test host address has changed to the url below.

!
health monitor HM-WEBSOCKET
  method http port 80 expect response-code 200 host www.websocket.org url GET /echo.html
!

slb server WEBSOCKET www.websocket.org 
  health-check HM-WEBSOCKET 

port 80 tcp
    health-check HM-WEBSOCKET
!
slb service-group WEBSOCKET_80 tcp
  extended-stats
  sample-rsp-time
  member WEBSOCKET 80
!
slb virtual-server WEBSOCKET x.x.x.x /32
  description Websocket echo test
  extended-stats
  port 80 fast-http
    name WEBS_80
    extended-stats
    source-nat auto
    service-group WEBSOCKET_80