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]