cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2682
Views
0
Helpful
1
Replies

IOS XE BGP VRF Router ID Selection

Phil Clemens
Level 1
Level 1

In my core IP routers (ASR1K) I am running two VRF's under BGP.  Each VRF has a configured router ID.  However, the "root" BGP config has the command "bgp router-id vrf auto-assign".

Here's a sample of my config, using fake AS and IP's:

router bgp 12345
 bgp router-id vrf auto-assign
 address-family ipv4 vrf VRF-1
  bgp router-id 10.10.10.1

 address-family ipv4 vrf VRF-2
  bgp router-id 20.20.20.1

I frequently get the following log message:

%BGP-4-NORTRID: BGP could not pick a router-id. Please configure manually.

So, I'm wondering if I should remove the "auto-assign" line from the root of the bgp config in order to clear this up.  I'm not having any issues with peering or routes, but this log message is somewhat concerning.  As if possibly issues are occurring that aren't necessarily causing a binary or noticeable failure.  The CLI analyzer only noticed the log messages and recommended assigning a router ID.

 

1 Reply 1

Vinit Jain
Cisco Employee
Cisco Employee
Hi Phil
Could you please let me know if you have a loopback configured on the router. If you do not have one, please configure a loopback interface part of the global routing table. This should stabilize the environment and overcome these error messages.
Hope this helps.
Thanks
--Vinit