InterviewSolution
Saved Bookmarks
| 1. |
My Bgp Is Showing 0.0.0.0 As Router-id; What Could Be The Possible Reason? |
|
Answer» This happens when we configure BGP on a ROUTER that has non-IP INTERFACES, meaning that if a router’s interfaces are not CONFIGURED with any IP address, then BGP cannot get the router-id. In that case, BGP ASSUMES 0.0.0.0 as router-id. This happens when we configure BGP on a router that has non-IP interfaces, meaning that if a router’s interfaces are not configured with any IP address, then BGP cannot get the router-id. In that case, BGP assumes 0.0.0.0 as router-id. |
|