====== Virtual Internet Exchange (Setting up the BGP) ====== Links: [[http://www.virt-ix.net/wiki/index.php?title=Linux_Source_Routing|Linux source routing]] zebra.conf hostname LinuxRouter password mysecretpassword enable password mysecretpassword log file /var/log/zebra.log FIXME Template taken from WIki bgpd.conf router bgp YOURAS bgp router-id 194.126.235.XX no bgp default ipv4-unicast network 195.16.84.XXX/25 neighbor virtix peer-group neighbor virtix activate neighbor virtix next-hop-self neighbor virtix soft-reconfiguration inbound neighbor virtix maximum-prefix 200 neighbor virtix prefix-list virtix-in in neighbor virtix prefix-list virtix-out out ! ! IPv6 ! neighbor virtix6 peer-group ! neighbor virtix6 activate ! ! Default VirtIX GW neighbor 194.126.235.1 remote-as 31064 neighbor 194.126.235.1 peer-group virtix neighbor 194.126.235.1 description Virt-IX Gateway FIXME FIXME