Changing the Multihoming Property to Strict (CLI)
Configuring Network Routing
The system provides a single IP routing table, consisting of a collection of routing table entries.
When an IP packet needs to be sent to a given destination, the system selects the routing entry
whose destination most closely matches the packet's destination address (subject to the system's
multihoming policy; see below). It then uses the information in the routing entry to determine
what IP interface to send the packet on and, if the destination is not directly reachable, the next-
hop gateway to use. If no routing entries match the destination, the packet will be dropped. If
multiple routing entries tie for closest match (and are not otherwise prioritized by multihoming
policy), the system will load-spread across those entries on a per-connection basis.
The system does not act as a router.
The routing table is comprised of routing entries, each of which has the following fields:
TABLE 15
Routing Entry Fields
Field Description Examples
Destination Range of IP destination addresses (in
CIDR notation) that can match the
route
192.168.0.0/22
Gateway Next hop (IP address) to send the
packet to (except for "system" routes
-- see below)
192.168.2.80
Family Internet protocol IPv4, IPv6
Type Origin of the route dhcp, direct, static, system
Status Route status active, inactive (static or direct route
associated with a disabled or offline
IP interface)
Interface IP interface the packet will be sent
on
igb0
A routing entry with a "destination" field of 0.0.0.0/0 matches any packet (if no other route
matches more precisely), and is thus known as a 'default' route. In the BUI, default routes are
distinguished from non-default routes by an additional property:
TABLE 16
Distinguishing Default from Non-default Routes
Kind Route kind Default, Network
As above, a given packet will be sent on the IP interface specified in the routing entry's
"interface" field. If an IPMP interface is specified, then one of the active IP interfaces in the
Configuring the Appliance 85