Citrix ADC

Install Routes to the Citrix ADC Routing Table

The Citrix ADC appliance can use routes learned by various routing protocols after you install the routes in the appliance’s routing table.

To install various routes to the internal routing table by using the VTYSH command line:

At the CLI, type the following commands as appropriate for the routes that you want to install:

Commands Specifies
VTYSH Display VTYSH command prompt.
configure terminal Enter global configuration mode.
ns route-install Default Install IPv4 default routes to the internal routing table.
ns route-install RIP Install IPv4 RIP specific routes to the internal routing table.
ns route-install BGP Install IPv4 BGP specific routes to the internal routing table.
ns route-install OSPF Install IPv4 OSPF specific routes to the internal routing table.
ns route-install IPv6 Default Install IPv6 default routes to the internal routing table.
ns route-install IPv6 RIP Install IPv6 RIP specific routes to the internal routing table.
ns route-install IPv6 BGP Install IPv6 BGP specific routes to the internal routing table.
ns route-install IPv6 OSPF Install IPv6 OSPF specific routes to the internal routing table.

Example:

>VTYSH NS# configure terminal NS# ns route-install Default NS(config)# ns route-install RIP NS(config)# ns route-install BGP NS(config)# ns route-install OSPF NS# ns route-install IPv6 Default NS(config)# ns route-install IPv6 RIP NS(config)# ns route-install IPv6 BGP NS(config)# ns route-install IPv6 OSPF 
Install Routes to the Citrix ADC Routing Table

In this article