Page MenuHomeVyOS Platform

iBGP: remote-as and router AS can't be the same value
Closed, ResolvedPublicBUG

Description

When configuring a peer iBGP between 2 routers of the same ASN, an error occurs stating that the remote AS can not be equal to the local AS.

user@router# set protocols bgp 11111 neighbor 10.10.10.3 address-family ipv4-unicast nexthop-self
user@router# set protocols bgp 11111 neighbor 10.10.10.3 remote-as '11111'
user@router# commit
[ protocols bgp 11111 neighbor 10.10.10.3 remote-as 11111 ]
remote-as and router AS can't be the same value

protocols bgp 11111 failed
Commit failed
[edit]

Details

Difficulty level
Unknown (require assessment)
Version
1.2.0-rolling+201905220337
Why the issue appeared?
Will be filled on close