Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Very basic eBGP configuration example assuming, that Route1 Router1 IP is 192.168.1.1, AS 65531 and Router2 IP 182192.168.1.2, AS 65532:

Code Block
languageros
#Router1
/routing/bgp/connection
add name=toR2 remote.address=192.168.1.2 as=65531 local.role=ebgp

...