Bgp » History » Version 5
Pau Escrich, 06/26/2012 06:58 PM
1 | 1 | Pau Escrich | h1. Bgp |
---|---|---|---|
2 | 1 | Pau Escrich | |
3 | 2 | Joel Espunya | Es crea el bridge br-bgp amb les devices definides a bgp_devices |
4 | 2 | Joel Espunya | |
5 | 2 | Joel Espunya | <pre> |
6 | 1 | Pau Escrich | config 'qmp' 'interfaces' |
7 | 1 | Pau Escrich | option 'lan_devices' 'eth0 wlan1 ' |
8 | 1 | Pau Escrich | option 'wan_devices' 'eth1 ' |
9 | 1 | Pau Escrich | option 'mesh_devices' 'wlan0 ' |
10 | 5 | Pau Escrich | option 'backbone_devices' 'wlan1 eth0' |
11 | 1 | Pau Escrich | |
12 | 5 | Pau Escrich | config 'qmp' 'backbone' |
13 | 5 | Pau Escrich | option 'type' 'bgp' |
14 | 1 | Pau Escrich | option 'as' '2234' |
15 | 2 | Joel Espunya | list network 10.0.0.0/8 |
16 | 2 | Joel Espunya | list network 10.1.1.0/24 |
17 | 1 | Pau Escrich | |
18 | 1 | Pau Escrich | 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 | 1 | Pau Escrich | 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 | 2 | Joel Espunya | |
28 | 2 | Joel Espunya | |
29 | 2 | Joel Espunya | </pre> |