Hacker News new | ask | show | jobs
by relik 4233 days ago
great article. thanks for sharing. looking forward to more. do you guys use any automation for maintaining your switch/router configs?
1 comments

Most of the time we don't actually operate switches of our own, and our setup is simple enough where we don't do a ton of automation around the config where we do. What we do automate end-to-end is our BGP: our prefixes are actually announced from servers (using exabgp), not routers -- and our config there is managed by ansible, plus some real-time automation around community strings.
awesome, appreciate the quick response.