Se rendre au contenu

White2net cloud docs

To configure a BGP session with your provided settings, there is an exemple:



router bgp VOTRE_NUMERO_ASN

neighbor [adresse_IP_peer] remote-as 209768

neighbor [adresse_IP_peer] update-source [votre_adresse_IP]

neighbor [adresse_IP_peer] next-hop-self

neighbor [adresse_IP_peer] prefix-list [nom_liste_prefixes] in

neighbor [adresse_IP_peer] prefix-list [nom_liste_prefixes] out

neighbor [adresse_IP_peer] route-map [nom_route_map] in

neighbor [adresse_IP_peer] route-map [nom_route_map] out

neighbor [adresse_IP_peer] soft-reconfiguration inbound

neighbor [adresse_IP_peer] send-community

neighbor [adresse_IP_peer] ebgp-multihop 2

neighbor [adresse_IP_peer] fall-over bfd

neighbor [adresse_IP_peer] description DESCRIPTION_DU_PEER


Be sure to replace the values in sqares brackets with values specific to your configuration. This configuration assumes that you are using a /30 prefix IP address for the BGP session and that you havethe choice of a full or partial table for the BGP routes exchanged.