только старые иосы, на которых не было ни mtr, ни cef
Я дополнительно изучил вашу точку зрения и сверил её с мнение других авторов на эту тему, в частности “Kevin R. Fall, W. Richard Stevens” в своей книге «TCP/IP Illustrated, Volume 1: The Protocols» указывают следующее:
«5.4.1. Forwarding Table
The IP protocol standards do not dictate the precise data required to be in a forwarding table, as this choice is left up to the implementer of the IP protocol. Nevertheless, several key pieces of information are generally required to implement the forwarding table for IP, and we shall discuss these now. Each entry in the routing or forwarding table contains the following information fields, at least conceptually:
 
• Destination: This contains a 32-bit field (or 128-bit field for IPv6) used for matching the result of a masking operation (see the next bulleted item). The destination can be as simple as zero, for a “default route” covering all destinations, or as long as the full length of an IP address, in the case of a “host route” that describes only a single destination.
 
• Mask: This contains a 32-bit field (128-bit field for IPv6) applied as a bitwise AND mask to the destination IP address of a datagram being looked up in the forwarding table. The masked result is compared with the set of destinations in the forwarding table entries.
 
• Next-hop: This contains the 32-bit IPv4 address or 128-bit IPv6 address of the next IP entity (router or host) to which the datagram should be sent. The next-hop entity is typically on a network shared with the system[…]»
Поэтому принимаю вашу точку зрения, что согласно духу и букве RFC 1122 и RFC 1812 RIB не обязан содержать в обязательном порядке host route для собственных IP адресов присвоенных интерфейсам.
И вместе с тем, всё таки считаю, что в современных реализациях он будет содержаться в RIB, поскольку с точки зрения унификации процесса принятия решения о дальнейшей передаче пакета и оптимизации производительности данного процесса, на примере IP CEF, такой подход является очень эффективным.
Но без спорно не единственным возможным.