Saturday 15 January 2022

Configure IP static routing.


Configuring Static Routes

To configure a static route (such as a default route) on the controller, do the following:

In the WebUI


1. Navigate to the Configuration > Network > IP > IP Routes page.

2. Click Add to add a static route to a destination network or host. Enter the destination IP address and network mask (255.255.255.255 for a host route) and the next hop IP address.

3. Click Done to add the entry. Note that the route has not yet been added to the routing table.

4. Click Apply .. The message Configuration Updated Successfully confirms that the route has been added.

In the CLI

Use the following examples:

(host)(config) #ip route <address> <netmask> <next_hop>

 

No comments:

Post a Comment

The Future of Web Development: Why Next.js is Going Viral

  Are you ready to level up your web development game? Look no further than Next.js, the latest sensation in the world of web development th...