Bgp - cisco
De Wiki doc
Topologie
Afficher le SVG à la place car la conversion PNG est vraiment sale + nommer les routeurs.
Configuration
Sur routeur 1
Entrer dans la configuration BGP
en conf t router bgp 1
Configuration minimale
network 1.1.1.0 mask 255.255.255.252 neighbor 1.1.1.2 remote-as 2 no auto-summary
Sur routeur 2
Entrer dans la configuration BGP
en conf t router bgp 2
Configuration minimale
network 1.1.1.1 mask 255.255.255.252 network 1.1.1.4 mask 255.255.255.252 neighbor 1.1.1.1 remote-as 1 neighbor 1.1.1.6 remote-as 3 no auto-summary
Sur routeur 3
Entrer dans la configuration BGP
en conf t router bgp 3
Configuration minimale
network 1.1.1.4 mask 255.255.255.252 neighbor 1.1.1.5 remote-as 2 no auto-summary