Scenario: A NetScaler Engineer configures COOKIEINSERT persistence method for an HTTP
VServer named ‘myApp’. Many clients do NOT allow the persistence cookie to be set and
application sessions fail as a result. All clients are behind a network address translation (NAT)
gateway, which will insert the client IP address into an HTTP header called X-Forwarded-For.
Which command could the engineer execute to provide persistence for clients while still distributing
the requests across the bound services?

A.
set lb vserver myApp -persistenceType SOURCEIP
B.
set lb vserver myApp -persistenceType NONE -lbmethod SRCIPDESTIPHASH
C.
set lb vserver myApp -persistenceType COOKIEINSERT -timeout 0 -cookieName X- Forwarded-For
D.
set lb vserver myApp -persistenceType NONE -lb method TOKEN -rule “HTTP.REQ.HEADER(\\”XForwarded-For\\”).VALUE(0)