ArubaOS 8.8.0.0 Help Center
Configuring Static IP Routes
The following procedure configures a static IP route (like a default route) on a Mobility Master:
- In the node hierarchy, navigate to the tab.
- Expand the section.
- Click to add a static route to a destination network or host.
- Select the .
- Enter the and (255.255.255.255 for a host route)
- Select a forwarding setting:
- : Enter the nexthop IP address in dotted decimal format (A.B.C.D). Optionally, enter the distance metric (cost) for this route. The cost prioritizes routing to the destination. The lower the cost, the higher the priority.
- : Designate a null interface.
- Enter the and .
- Click .
- Click .
- In the window, select the check box and click .
The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. command configures a static IP route on a Mobility Master:
(host) [mynode] (config) #ip route <destip> <destmask> {ipsec <name> [<cost>]|null <0-0>|<nexthop> [<cost>]}