That is part of my network, where I must do eBGP, because PT don't support iBGP.
I watched some tutorials,
router bgp 100
neighbor 10.100.1.2 remote-as 200
neighbor 10.100.1.2 version 4
Can I do it only like that?
Or somewhere I watched that used Loopback addresses, and Null0, and so on...
I just want to do it with a most simpliest way, only that works.