Projecte

General

Perfil

Bgp » Historial » Versió 6

Pau Escrich, 26-06-2012 18:58

1 1 Pau Escrich
h1. Bgp
2
3 2 Joel Espunya
Es crea el bridge br-bgp amb les devices definides a bgp_devices
4
5
<pre>
6 1 Pau Escrich
config 'qmp' 'interfaces'
7 6 Pau Escrich
        option 'lan_devices' 'eth0'
8
        option 'wan_devices' 'eth1'
9 1 Pau Escrich
        option 'mesh_devices' 'wlan0 '
10 6 Pau Escrich
        option 'backbone_devices' 'wlan1'
11 1 Pau Escrich
        
12 5 Pau Escrich
config 'qmp' 'backbone'
13
        option 'type' 'bgp'
14 1 Pau Escrich
        option 'as' '2234'
15 2 Joel Espunya
        list network 10.0.0.0/8
16
        list network 10.1.1.0/24
17 1 Pau Escrich
18
config 'bgp'
19 4 Joel Espunya
        option 'as' '3216'
20 1 Pau Escrich
        option 'ipdest' '172.30.44.3'
21 2 Joel Espunya
        option 'netmask' '255.255.255.252'
22 1 Pau Escrich
23
config bgp
24 4 Joel Espunya
        option 'as' '1248'
25 1 Pau Escrich
        option ipdest 172.22.55.1
26 2 Joel Espunya
        option 'netmask' '255.255.255.252'
27
28
29
</pre>