dppagc wrote: » So for my posts above, it is correct right? So there is no command to display the FIB? For the adjacency table, is it show mac-address table?
james43026 wrote: » I will disagree with you on several of your points here, just to try to clarify a few things. First the local RIB for a routing protocol is not equivalent to the OSPF database,EIGRP topology table, or BGP table. The RIB is literally a routing table. The OSPF database and EIGRP topology tables are not routing tables. Each routing protocol builds it's own local RIB based on what routes it has received and stored in its OSPF database and EIGRP topology table, these are the best routes to each network, in the case of OSPF SPF runs on the OSPF database and all of the best routes are placed into the OSPF local RIB,. For EIGRP DUAL runs on the EIGRP topology table, and then determines best routes and places them into the EIGRP local RIB. The global RIB is then built using the local RIB of each routing protocol on the device. This article , helps further explain and provide examples. As far as the control plane goes. The PFC would not be part of the control plane, it is strictly used for CEF and or hardware based forwarding, as it's literally a daughter card of the MSFC, and the PFC contains all of the ASICS that do layer 2 and layer 3 forwarding. The MSFC would be the control plane though, as it contains both the layer 2 and layer 3 processors. For reference, this article explains exactly what both do. So the PFC would contain both the FIB and adjacency tables used for CEF, and they would be stored on TCAM, also located on the PFC. Keep in mind that the PFC and MSFC are both part of the Supervisor. CEF is not just a way of organizing information, it has it's own logic built into it. For things such as load balancing on a per destination basis by default. CEF is also responsible for making the decisions on which entry in the FIB a packet matches.