The route low-priority enable command sets the priority of routes on the forwarding plane to be lower than the ARP/ND priority.
The undo route low-priority enable command sets the priority of routes on the forwarding plane to be higher than the ARP/ND priority.
By default, on a device running a version earlier than V200R019C00SPC210, the priority of routes (excluding BGP routes and blackhole routes) on the forwarding plane is lower than the ARP/ND priority. On a device running V200R019C00SPC210 or later, the priority of routes on the forwarding plane is higher than the ARP/ND priority.
Usage Scenario
The control plane and forwarding plane of the routing system are separated and cooperate with each other to forward data. The control plane learns and exchanges routing protocols, calculates routes, generates routing entries, and delivers the entries to the forwarding plane for packet forwarding. The forwarding plane receives and sends packets, encapsulates and decapsulates packets, queries routing entries, and forwards packets.
If the control plane has host routes and ARP entries with the same destination IP address as the host routes, the forwarding plane forwards packets based on the routes because the route priority on the control plane is higher than the ARP/ND priority. On the forwarding plane, packets are forwarded based on routes or ARP/ND entries, depending on which ones have higher priority. For example, if the route priority on the forwarding plane is lower than the ARP/ND priority, packets are forwarded based on ARP/ND entries. In this case, if the outbound interface of an ARP/ND entry is different from that of a route, for example, the outbound interface is manually specified in a static ARP entry, different forwarding behaviors will be performed.
Therefore, you need to run the route low-priority enable command to adjust the route priority on the forwarding plane to control whether packets are forwarded based on routes or ARP/ND entries.
Precautions