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.
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:Cisco | SD-WAN |
show ip route | show route [table XXX] |
show ip route bgp | show route [table XXX] protocol <protocol_name> |
show ip route 1.2.0.0 longer | show route where net ~ 1.2.0.0/16 |
show ip bgp 1.2.0.0 | show route where net ~ 1.2.0.0/16 all |
show ip bgp sum | show protocols |
show ip bgp neighbors 1.2.3.4 | show protocols all <protocol_name> |
show ip bgp neighbors 1.2.3.4 advertised-routes | show route export <protocol_name> |
clear ip bgp 1.2.3.4 | reload <protocol_name> [in/out] |
show ip route summar | show route [table XXX] count |