Carl Stalhood

Thursday 7 July 2016

To configure BGP, RIP and OSPF on netscaler

OSPF CONFIGURATION
 
>VTYSH 
NS# configure terminal 
NS(config)# router OSPF 
NS(config-router)# network 10.102.29.0/24 area 0 
NS(config-router)# redistribute static 
NS(config-router)# redistribute kernel 
 
 BGP Configuration 
 
>VTYSH 
NS# configure terminal 
NS(config)# router BGP 5 
NS(config-router)# Neighbor a1bc::102 remote-as 100 
NS(config-router)# Address-family ipv4 
NS(config-router-af)# Neighbor 10.102.29.170 activate 
NS(config-router)# redistribute kernel 
NS(config-router)# redistribute static  

RIP CONFIGURATION

>VTYSH 
NS# configure terminal 
NS(config)# router rip 
NS(config-router)# redistribute static 
NS(config-router)# redistribute kernel 

Citrix NetScaler Master Class - May 2016

Automating Citrix NetScaler using NITRO RESTful services: Basics and Bes...

Citrix Synergy 2016 - SYN234 - Automate NetScaler using NITRO API and Po...