Projecte

General

Perfil

Bgp » Historial » Revisió 2

Revisió 1 (Pau Escrich, 29-05-2012 13:22) → Revisió 2/9 (Joel Espunya, 14-06-2012 21:31)

h1. Bgp 

 Es crea el bridge br-bgp amb les devices definides a bgp_devices 

 <pre> 
 config 'qmp' 'interfaces' 
         option 'lan_devices' 'eth0 wlan1 ' 
         option 'wan_devices' 'eth1 ' 
         option 'mesh_devices' 'wlan0 ' 
         option 'bgp_devices' 'wlan1 eth0' 
        
 'wlan1' 

 config 'qmp' 'bgp' 
         option 'as' '2234' 
         list network 10.0.0.0/8 
         list network 10.1.1.0/24 

 config 'bgp' 
         option 'ipdest' '172.30.44.3' 
         option 'netmask' '255.255.255.252' 'networks' '10.0.0.0/8' 

 config bgp 
         option ipdest 172.22.55.1 
         option 'netmask' '255.255.255.252' 


 </pre> networks 10.1.1.0/24