EMAIL SUPPORT

dclessons@dclessons.com

LOCATION

US

Configuring Advance setting of Pool & Virtual Server-CLI

Configuring Advance setting of Pool & Virtual Server-CLI

Configure Pool & Virtual Server with some advance Setting.

In this task, we will learn some advance setting of Pool and Virtual Server.

Configure pool

  • dclessons_pool with member 172.16.10.131:80 ,
  • Load balancing mode: Least-session
  • Monitor tcp_half_open

Configure Virtual Server with Following Parameters

  • Name: vs_dclessons
  • Destination IP : 10.10.10.130:8037
  • Client Side TCP profile : tcp-wan-optimzed
  • ServerSide TCP profile: tcp-lan-optimized
  • Profile : http
  • Snat: AutoMAP
  • Pool: dclessons_pool
  • Source Port : Preserve

Solution:

We will put following commands in order to configure the above task.

Configure Pool:

create ltm pool dclessons-pool monitor tcp_half_open load-balancing-mode least-sessions members add { 172.16.10.131:80 }

Configure Virtual Server

create ltm virtual vs_dclessons destination 10.10.10.130:8037 ip-protocol tcp profiles add { tcp-wan-optimized {context clientside} tcp-lan-optimized {context serverside} http } snat automap pool dclessons-pool source-port preserve

Refer below figure to configure these commands correctly.


Comment

    You are will be the first.

LEAVE A COMMENT

Please login here to comment.