How to use CLI Route Commands in NetScaler SD-WAN 10.0

How to use CLI Route Commands in NetScaler SD-WAN 10.0

book

Article ID: CTX231470

calendar_today

Updated On:

Description

NetScaler SD-WAN 10.0 is continuing to build on it's routing capabilities to enable the appliance to act as a router replacement. A number of commands are now available for viewing routing information through the CLI, mainly focused around the 'show' command.


Instructions

Access through the CLI is similar to configuring the management network by first accessing the SD-WAN using the admin credentials. Enter “dynamic_routing” to get to submenu in tcon. This exposes a restricted mode, where it is not possible to alter the running state.

Type “?” to see the list of commands. Some common examples:
show status – show router status, uptime and time from last reconfiguration
show protocols all – shows list of protocols instances along with tables they are connected to and protocol status
show route table <table> – shows list of protocols instances along with tables they are connected to and protocol status
*Will only display route table of Dynamic Routes, not Local or Static Routes

Common Cisco commands translated to NetScaler SD-WAN commands

CiscoSD-WAN
show ip routeshow route [table XXX]
show ip route bgpshow route [table XXX] protocol <protocol_name>
show ip route 1.2.0.0 longershow route where net ~ 1.2.0.0/16
show ip bgp 1.2.0.0show route where net ~ 1.2.0.0/16 all
show ip bgp sumshow protocols
show ip bgp neighbors 1.2.3.4show protocols all <protocol_name>
show ip bgp neighbors 1.2.3.4 advertised-routesshow route export <protocol_name>
clear ip bgp 1.2.3.4reload <protocol_name> [in/out]
show ip route summarshow route [table XXX] count

Issue/Introduction

NetScaler SD-WAN 10.0 is continuing to build on it's routing capabilities to enable the appliance to act as a router replacement. A number of commands are now available for viewing routing information through the CLI, mainly focused around the 'show' command.