Projecte

General

Perfil

Bgp » Historial » Versió 7

Pau Escrich, 26-06-2012 18:59

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