User Tools

Site Tools


Sidebar

how_configure_bgp_with_tunnelbroker.net_with_quagga

This is an old revision of the document!


How configure BGP with tunnelbroker.net (Hurricane Electric, AS 6939) with Quagga

Note
  • Why Quagga? You don't be linked with specific hardware, any x86, ARM, … with EEE for PTP linux support and your preferred Linux is working
  • Why tunnelbroker.net (Hurricane Electric)? Allow free tunnel to do a basic setup.
  • Our ASN: 266671
  • We are using: net-misc/quagga-1.2.1::gentoo USE=“bgpclassless ipv6 readline”
  • Firstly we run: Example Configurations → Linux-net-tools
  • echo '' > /var/log/bgpd.log;chown quagga.quagga /var/log/bgpd.log
zebra.conf
!
hostname ourrouterbgpname
password XXXXXXXXXXXXXXXXXXXXX
log file /var/log/bgpd.log
log stdout
!
line vty
!
bgpd.conf
!
hostname ourrouterbgpname
password XXXXXXXXXXXXXXXXX
log file /var/log/bgpd.log
log stdout
!
router bgp 266671
 bgp router-id 192.168.0.9
 neighbor [2001:470... Server IPv6 Address] remote-as 6939
!
 address-family ipv6
 network 2803:1920::/32
 neighbor [2001:470... Server IPv6 Address] activate
 exit-address-family
 exit
!
line vty
!
how_configure_bgp_with_tunnelbroker.net_with_quagga.1513472047.txt.gz · Last modified: 2017/12/17 00:54 by admin