You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LR1.wue3(config)# do sh ip bgp sum
IPv4 Unicast Summary:
BGP router identifier 172.18.254.201, local AS number 100 VRF default vrf-id 0
BGP table version 0
RIB entries 0, using 0 bytes of memory
Peers 1, using 24 KiB of memory
Peer groups 1, using 64 bytes of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc
192.122.2.2 4 200 0 0 0 0 0 never Active 0 N/A
Total number of neighbors 1
LR1.wue3# show run
...
!
router bgp 100
neighbor SMOKETESTEXT peer-group
neighbor 192.122.2.2 peer-group SMOKETESTEXT
exit
!
LR1.wue3# sh ip bgp sum
IPv4 Unicast Summary:
BGP router identifier 172.18.254.201, local AS number 100 VRF default vrf-id 0
BGP table version 0
RIB entries 0, using 0 bytes of memory
Peers 1, using 24 KiB of memory
Peer groups 1, using 64 bytes of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc
192.122.2.2 4 200 0 0 0 0 0 never Active 0 N/A
Total number of neighbors 1
Description
When assigning a BGP neighbor to a peer-group the per neighbor
remote-as
option is removed which will place the neighbor in an unconfigured state.Version
FRR stable/10.2 commit 1e23469
How to reproduce
Define neighbor with explicit remote-as
Assign neighbor to peer-group
Check Configuration
Expected behavior
Actual behavior
remote-as
is removed from individual neighbor configurationAdditional context
No response
Checklist
The text was updated successfully, but these errors were encountered: