NetScaler: Difference between revisions

Content added Content deleted
(→‎Logs: screens)
Line 29: Line 29:
- Configure the VIP for the same Hostname
- Configure the VIP for the same Hostname
- Use URL Transformation to achieve the same
- Use URL Transformation to achieve the same

==LB Methods==
Least Connection = Service with fewest active connections
Round Robin = Rotates a list of services
Least Response time(LRTM) = Fewest active connections & lowest average responce time
Least Bandwidth = service serving least amount of traffic measured in mbps
Least Packets = service that received fewest packets
Source IP Hash
Destination IP Hash

==Persistence Methods==
SOURCE IP =
COOKIE Insert = Connections having same HTTP Cookie inserted by Set-Cookie directive from server belong to same persistence session.
SSL Session = Connections having same SSL session ID
RULE = All connection matching a user defined rule
URL Passive = requests having same server ID(Hexadecimal of Server IP & Port) of service to which request is to be fwded
Dest IP =
SRC IP DST IP =
CALL ID = Same Caller ID in SIP Header
<br />


= Integrating with SAML Server =
= Integrating with SAML Server =