User Tools

Site Tools


wiki:bgp_ip_transit_info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:bgp_ip_transit_info [2026/01/21 12:54] – add Checking propagation antisawiki:bgp_ip_transit_info [2026/02/05 09:31] (current) – [gobgp software example] add multihop info antisa
Line 79: Line 79:
  
 //peer-as// is peer ASN, also given by provider. //peer-as// is peer ASN, also given by provider.
 +
 +Provider might also give you a //multihop-ttl// value. If this is the case you need to [[https://github.com/osrg/gobgp/blob/master/docs/sources/ebgp-multihop.md|add]] the following to both ipv4 and ipv6  configuration to above (change the value):
 +
 +
 +<code>
 +[neighbors.ebgp-multihop.config]
 +    enabled = true
 +    multihop-ttl = 64
 +</code>
  
 After starting gobgp you should see the session is established: After starting gobgp you should see the session is established:
wiki/bgp_ip_transit_info.txt · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki