Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
virtix [2006/09/17 16:22]
a
virtix [2009/05/25 00:35] (current)
Line 1: Line 1:
 +====== 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
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready