Mastering Netscaler ADC Commands, use cli like Pro and Understand Configuration

Описание к видео Mastering Netscaler ADC Commands, use cli like Pro and Understand Configuration

Mastering Citrix Netscaler ADC Commands, use cli like Pro and Understand Configuration

Citrix Netscaler ADC Configuration file & commands Deep Dive

Understanding Netcaler GUI & CLI
Configuration file deep dive
Mastering Netscaler commands / CLI
Configure Services with commands to save time.

Citrix Netscaler ADC Networking Typologies and Deployment methods ( One ARM, Two ARM and Multi ARM)
   • Citrix Netscaler ADC Networking Typol...  

Citrix Netscaler ADC Configuring One ARM, Two ARM and Multi ARM Mode
   • Citrix Netscaler ADC One ARM, Two ARM...  

Citrix Netscaler ADC OWNED IP’s (NSIP/SNIP/VIP) and Communication flow detailed explanation
   • Citrix Netscaler ADC OWNED IP’s (NSIP...  

Citrix Netscaler ADC : Understanding Hardware components and their purpose along with LACP
   • Citrix Netscaler ADC Hardware compone...  

Citrix Netscaler ADC Features, editions and platforms (VPX/MPX/SDX) detailed explanation
   • Citrix ADC Features, editions and pla...  

Commands to Configure TCP based LB virtual server.

add server LDAP-DC-01 192.168.x.x
add server LDAP-DC-02 192.168.x.y

add serviceGroup LDAP-ServiceGroup TCP -cltTimeout 9000 -svrTimeout 9000
bind serviceGroup LDAP-ServiceGroup LDAP-DC-01 389
bind serviceGroup LDAP-ServiceGroup LDAP-DC-02 389
bind serviceGroup LDAP-ServiceGroup -monitorName tcp

add lb vserver LDAP-LB-vServer TCP 192.168.z.z 389 -persistenceType SOURCEIP -timeout 20 -lbMethod ROUNDROBIN -cltTimeout 9000
bind lb vserver LDAP-LB-vServer LDAP-ServiceGroup

------------------------------------------
Commands to Configure HTTP based LB virtual server.

add server LDAP-DC-01 192.168.x.x
add server LDAP-DC-02 192.168.x.y

add serviceGroup LDAP-ServiceGroup HTTP -cltTimeout 9000 -svrTimeout 9000
bind serviceGroup LDAP-ServiceGroup LDAP-DC-01 389
bind serviceGroup LDAP-ServiceGroup LDAP-DC-02 389
bind serviceGroup LDAP-ServiceGroup -monitorName tcp


add lb vserver LDAP-LB-vServer HTTP 192.168.z.z 389 -persistenceType SOURCEIP -timeout 20 -lbMethod ROUNDROBIN -cltTimeout 9000
bind lb vserver LDAP-LB-vServer LDAP-ServiceGroup

-----------------------------------------------------------------------
Commands to Configure SSL based LB virtual server.

add server LDAP-DC-01 192.168.x.x
add server LDAP-DC-02 192.168.x.y

add serviceGroup LDAP-ServiceGroup SSL -cltTimeout 9000 -svrTimeout 9000
bind serviceGroup LDAP-ServiceGroup LDAP-DC-01 443
bind serviceGroup LDAP-ServiceGroup LDAP-DC-02 443
bind serviceGroup LDAP-ServiceGroup -monitorName tcp

add lb vserver LDAP-LB-vServer SSL 192.168.z.z 443 -persistenceType SOURCEIP -timeout 20 -lbMethod ROUNDROBIN -cltTimeout 9000
bind lb vserver LDAP-LB-vServer LDAP-ServiceGroup
bind ssl vserver LDAP-LB-vServer -certkeyName SF-Certificate

Комментарии

Информация по комментариям в разработке