F5: Difference between revisions

52 bytes removed ,  1 year ago
Line 24:
* Virtual server - combination of virtual IP and port, is also known as listener and we associate virtual server to pool members.
 
= load balacingbalancing mehtodsmethods =
static -Round robin ,ratio
Dyanamic -LFOPD (least connection ,fastest ,observed,predective,dyanmic ratio )
 
static* Static - Round robin ,ratio Ratio
* Dynamic -LFOPD -> Least connection, Fastest, Observed, Predictive, Dynamic ratio
 
;Details:
 
* Least connection -load balacingLoad balancing is based on no of connection counts , if the connection counts are equal it will use round robin .
* Fastest - No of layer 7 request pending on each member.
* Observed - ration load balacingbalancing method but ratio assigned by BIG IP, No off least connections counts BIG IP assign the request and check dyanamicallydynamically and assign the ratio's of the request.
Predective* Predictive - similar to obervedobserved but assigns the ratio agressivleyaggressively based on average connection counts .
 
;Load balancing by pool member or node:
Priorty* Priority activation -helps to configure back sets for exsitingexisting pool members .BIG IpIP will use high priortypriority pool member first .
* Fallback host is only used for HTTP request ,if all the pool memebersmembers are not availiableavailable BIG will redirect the cilentclient request
 
== Monitors ==
Fastest -No of layer 7 request pending on each member.
 
Monitors* :checkCheck the status of nodes and pool memembers members, if any pool meembermember resposnseresponse time is not good or is not responding bigBig ipIP will not send the request to that node.
Observed -ration load balacing method but ratio assigned by BIG IP,No off least connections counts BIG IP assign the request and check dyanamically and assign the ratio's of the request.
 
monitor;Monitor type :
Predective -similar to oberved but assigns the ratio agressivley based on average connection counts .
 
adress* Address check - BIG IP send ICMP request and wait for reply if there is no reply it considers nei down does not send the trafictraffic further to that node.
service* Service check - will check TCP port number on which server is lisentinglistening ,if no responceresponse it considers down ----
contect* Content check - we can check if the server is resondpingresponding with right contest ,like for http requsetrequest get/http .... request is send .
interactive* Interactive check - TEST for FTP connection .once connection is open username and password is send then request is send get /file once file is recievedreceived connection is closed .
 
*F5 recommends time out = 3n+1 (frquencyfrequency) for setting the monitor for http
load balacing by poolmember or node .
*Customization of monitor
*Assign nodes to monitor
 
 
== Profiles ==
Priorty activation -helps to configure back sets for exsiting pool members .BIG Ip will use high priorty pool member first .
 
Profiles* -definingDefining traffic behaviourbehavior for virtual server.
Fallback host is only used for HTTP request ,if all the pool memebers are not availiable BIG will redirect the cilent request
 
* Profiles contains setting how to process traffic though virtual servers.if If for certain application BIG IP load balacebalance the traffic then it will break the client connection
--------------------------------------------------------------------------------------
to avoid this we use perstianceprescience profile so that return request for the cilentclient is send to same server.
 
persisteance* Persistence profile - isconfiguredis configured for clients and group of cilentsclients how BIG IP knows the returning client request need to send to same server ,persistance persistence profile is confiuredconfigured taking source ipIP address of http cookie
Monitors :check the status of nodes and pool memembers ,if any pool meember resposnse time is not good or is not responding big ip will not send the request to that node.
 
* SSL termination -
monitor type :
 
* FTP profile
adress check -BIG IP send ICMP request and wait for reply if there is no reply it considers nei down does not send the trafic further to that node.
 
* All virtual servers have layer four profile includes tCPTCP, UDP,fastl4 Fast, l4
service check -will check TCP port number on which server is lisenting ,if no responce it considers down ----
 
contect check -we can check if the server is resondping with right contest ,like for http requset get/http .... request is send .
 
interactive check -TEST for FTP connection .once connection is open username and password is send then request is send get /file once file is recieved connection is closed .
 
F5 recommends time out = 3n+1 (frquency) for setting the monitor for http
 
Customization of monitor
 
Assign nodes to monitor
 
 
-------------------------------
 
Profiles -defining traffic behaviour for virtual server.
 
Profiles contains setting how to process traffic though virtual servers.if for certain application BIG IP load balace the traffic then it will break the client connection
to avoid this we use perstiance profile so that return request for the cilent is send to same server.
 
persisteance profile - isconfigured for clients and group of cilents how BIG IP knows the returning client request need to send to same server ,persistance profile is confiured taking source ip address of http cookie
 
SSL termination -
 
 
FTP profile
 
 
All virtual servers have layer four profile includes tCP,UDP,fastl4
 
 
Profile types -service profile ,persistance profile ,protocol profile ,ssl profile ,authentication profile ,other profiles.
 
* Profile types - service profile ,persistance persistence profile ,protocol profile ,ssl profileSSL profile, authentication profile , other profiles.
 
= Persistence types =