Technical information

Cuda 12000 IP Access Switch CLI Reference Guide
ip route 243
ip route
Adds a static route to the routing table on the current interface. A static route is a manually
configured route that specifies the network path that a packet must follow. You can configure
static routes to make packets follow specifically configured paths. Static routes remain in the IP
routing table until you remove them using the no ip route command. To display the routing
table, use the show ip command. Static routes are identified in the routing table as protocol
type “Net Mgmt.”
Mode
interface:<type>:csi:<c/s/i>
Syntax
ip route <dest-network> <mask> <gateway-ip-address> [<metric>]
no ip route <dest-network> <mask>
Arguments
<dest-network> Destination network IP address.
<mask> Destination network mask.
<gateway-ip-address> IP address of the gateway for this route.
<metric> Metric for this route. The metric is a number that is used to select
the route when multiple routes to the same destination exist. The
route with the lowest metric is selected. The default is 1.