10-27-2004 12:29 PM - edited 03-02-2019 07:34 PM
On boot of my 7206VXR/NPE-G1 running 12.3(11)T I see the following:
Peer-group member nlri changed to peer-group nlri
Peer-group member nlri changed to peer-group nlri
Peer-group member nlri changed to peer-group nlri
right before getting to 'Press RETURN to get started!' message prints, which is where I'd expect to see startup-config errors.
I could not determine the meaning of these messages, however.
The relevant pieces of my config are:
router bgp x
...
neighbor ibgp peer-group nlri unicast multicast
neighbor ibgp remote-as x
neighbor ibgp update-source Loopback0
neighbor ibgp send-community
...
neighbor x.y.z.1 peer-group ibgp
neighbor x.y.z.2 peer-group ibgp
neighbor x.y.z.3 peer-group ibgp
...
I assume the notification is benign, but am still curious as to what it means.
Thanks,
~Aaron
Solved! Go to Solution.
10-27-2004 06:48 PM
This is as you said rather benign and only happens with the old bgp cli. If you want to get rid of these messages once and for all, simply upgrade the BGP configuration to the new bgp cli (with address-family). To do this use the "bgp upgrade-cli" command under the "router bgp" process as follow:
R1(config-router)#router bgp 1
R1(config-router)#bgp upgrade-cli
You are about to upgrade to the AFI syntax of bgp commands
Are you sure ? [yes]: yes
R1(config-router)#
For more information on the old and new bgp cli, refer to the following document:
Hope this helps,
10-27-2004 06:48 PM
This is as you said rather benign and only happens with the old bgp cli. If you want to get rid of these messages once and for all, simply upgrade the BGP configuration to the new bgp cli (with address-family). To do this use the "bgp upgrade-cli" command under the "router bgp" process as follow:
R1(config-router)#router bgp 1
R1(config-router)#bgp upgrade-cli
You are about to upgrade to the AFI syntax of bgp commands
Are you sure ? [yes]: yes
R1(config-router)#
For more information on the old and new bgp cli, refer to the following document:
Hope this helps,
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