Since the default Quagga package in Ubuntu doesn’t have SNMP support enabled, the Quagga package has to be compiled locally. The following instructions may work for Debian as well but I only tested it in Ubuntu Server 14.04 LTS. View the code on Gist. Now, edit /etc/quagga/daemons and enable at least zebra and bgpd and …
Tag Archives: bgp
How to receive Cymru’s IPv6 Bogon list using Quagga
The provided BGP sample configuration for Quagga on Cymru’s web site didn’t work for me. Since my AS is IPv6-only, I’m only interested in the IPv6 Bogon feed. Here’s an excerpt from my Quagga bgpd.conf: router bgp aut-num bgp router-id id bgp log-neighbor-changes no bgp default ipv4-unicast neighbor cymru-bogon peer-group neighbor cymru-bogon remote-as 65332 neighbor …
Continue reading “How to receive Cymru’s IPv6 Bogon list using Quagga”