adeel32 wrote: » protocols { bgp { group cluster-3.3.3.3 { type internal; local-address 10.0.3.4; export ibgp; cluster 3.3.3.3; neighbor 10.0.4.13; neighbor 10.0.4.10; }
adeel32 wrote: » protocols { bgp { group internal { type internal; local-address 10.0.6.2; export ibgp; neighbor 10.0.4.1; neighbor 10.0.4.9; } }
hoogen82 wrote: » Or else if you need to peer with interfaces.. just remove the local-address...