Hello,
I would like to know the difference between these two definitions:
neighbor 1.1.1.1 remote-as 65015 (configured by single command)
and doing it by 2 separate commands which will result in following config
neighbor 1.1.1.1
remote-as 65015
You can actually have both configured resulting in
neighbor 1.1.1.1 remote-as 65015
remote-as 65015