IP routing
The EX50 device uses IP routes to decide where to send a packet it receives for a remote network. The process for deciding on a route to send the packet is as follows:
- The device examines the destination IP address in the IP packet, and looks through the IP routing table to find a match for it.
- If it finds a route for the destination, it forwards the IP packet to the configured IP gateway or interface.
- If it cannot find a route for the destination, it uses a default route.
- If there are two or more routes to a destination, the device uses the route with the longest mask.
- If there are two or more routes to a destination with the same mask, the device uses the route with the lowest metric.
This