210 MDS Orbit MCR/ECR Technical Manual MDS 05-6632A01, Rev. F
description "Route to NTP Server";
outgoing-interface ETH2;
dest-prefix 216.171.112.36/32;
next-hop 10.10.10.101;
}
Finally, save the changes.
% commit
Default Static Route
To create a default static route, simply use a Dest Prefix of 0.0.0.0/0 when creating a new route, as shown
below:
Figure 3-115. Creating a default static route
Configure a default static route from the CLI:
% set routing static-routes ipv4 route 1 description "Default route" outgoing-interface Bridge
dest-prefix 0.0.0.0/0 next-hop 192.168.1.1
% commit
Monitoring
As mentioned in Configuring, the unit's routes may be viewed on the web UI by navigating to Routing.
To view the list of routes in the CLI, first ensure the CLI is in operational mode. Follow the example
below to view the state of the routing table:
> show routing
OUTGOING
DEST PREFIX NEXT HOP INTERFACE SOURCE
------------------------------------------------------------------------------------------
10.10.10.0/23 - ETH2 kernel
192.110.11.0/24 - Wi-Fi kernel
192.168.0.0/24 - Bridge kernel
216.171.112.36/32 10.10.10.101 ETH2 static
fe80::/64 - kernel
fe80::/64 - Bridge kernel
fe80::/64 - ETH1 kernel
fe80::/64 - Wi-Fi kernel