Skip to main content
Sample Arista eBGP Config

Sample Arista eBGP Config

·32 words·1 min
Mike Curtis
Author
Mike Curtis
Maintaining a live technical reference library.
Table of Contents

Sample Arista eBGP Config
#

ip route 10.10.0.1/32 10.10.1.1
!
ip routing
!
router bgp 65112
   router-id 10.11.0.1
   neighbor 10.10.1.1 remote-as 65111
   neighbor 10.10.1.1 maximum-routes 12000 
   network 10.11.0.0/16
   redistribute connected
!
end
Related Reading & Resources
For more information about me, check out my bio.