03-26-2005 06:24 AM
Hi,
The penultimate hop popping says that if the route is directly connected or summary route, an additional L-3 lookup is needed and a rotuer assigns a NULL label to that prefix.
Why it is for directly connected network and summary networks only?
CEF FIB will have entries for directly connected as well as summary networks also after recursive lookup right.
Thanks in advance...
Regards...
-Ashok.
Solved! Go to Solution.
03-28-2005 09:15 AM
I forgot to mention that because of the PHP, the summarizing router receives an IP packet therefore doesn't need to do the label lookup and only need to do a CEF lookup.
Hope this helps,
03-26-2005 10:19 AM
The reason why a router advertises implicit null labels (lavel value 3) only for directly connected networks is because this router becomes an egress router for these networks.
Hope this helps,
03-28-2005 04:25 AM
Hi,
Thank you for the response. I am not still clear about null label assignment to summary prefixes according to PHP concept. Because PHP says that summary routes needs another L-3 lookup so that it assigns NULL label value to that one.
But, CEF already does the recursive lookup and MPLS needs CEF, then why PHP concept?
Thanks in advance..
Regards...
-Ashok.
03-28-2005 09:10 AM
The router that does the route aggregation becomes the egress router (LSP termination point) and advertise an implicit null since more specific prefixes might have to be forwarded via different egress interfaces.
If the penultimate hop didn't do the PHP, the summarizing router would receive a labeled packet, remove the label and lookup the CEF table to find out where to forward the packet based on the more specific route.
Hope this helps,
03-28-2005 09:15 AM
I forgot to mention that because of the PHP, the summarizing router receives an IP packet therefore doesn't need to do the label lookup and only need to do a CEF lookup.
Hope this helps,
03-28-2005 08:55 PM
Hi,
I am clarified.
Thank you very much for the information.
Regards...
-Ashok.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide