ADC

Install Routes to the NetScaler Routing Table

The NetScaler 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
<!--NeedCopy-->

Maximum number of ECMP routes supported in a NetScaler appliance

In a NetScaler appliance up to 32 ECMP (Equal Cost Multiple Path) routes are supported. The route selection is based on five tuples. For more information, see Route selection based on five tuples.

Install Routes to the NetScaler Routing Table