September 2017
Beginner to intermediate
436 pages
12h 33m
English
Static routing is where the router is explicitly instructed to route packets for specific prefixes to a particular next hop.
A static route is configured by using the ip route command, as shown in the following figure. The configuration builds the routing table that was used to explain the longest prefix match:

Note that the last route configuration in the preceding example has a specific tag value assigned to it. This value is not relevant for routing purposes, but is used to identify a set of routes in the routing table. This can be used if a subset of the routes needs to be advertised ...