The following messages are logged to a MX-series router, even though no prefix limits are configured:
RPD_RT_PREFIX_LIMIT_REACHED
A MX-series router is logging the following messages to the /var/log/messages system file:
RPD_RT_PREFIX_LIMIT_REACHED: Number of prefixes (32768) in table inet.0 reached configured maximum (32768) RPD_RT_PREFIX_LIMIT_REACHED: Number of prefixes (32768) in table inet.0 still exceeds or equals configured maximum (32768)
MX-series routers can be configured to run in IP or Ethernet Services Mode. In this particular scenario, RPD_RT_PREFIX_LIMIT_REACHED messages are logged because the router is configured to run in Ethernet Services Mode. Ethernet Services Mode is limited to Layer 2.5 functions, and can only support up-to 32768 routes in the main routing table. To obtain full functionality, the node must be configured to run in IP Services Mode. To confirm what mode your router is configured in, you can check under the chassis hierarchy in config mode:
lab@router# show chassis { network-services ethernet; } or lab@router# show chassis { network-services ip; }