Bgp » History » Version 1
Pau Escrich, 05/29/2012 01:22 PM
1 | 1 | Pau Escrich | h1. Bgp |
---|---|---|---|
2 | 1 | Pau Escrich | |
3 | 1 | Pau Escrich | config 'qmp' 'interfaces' |
4 | 1 | Pau Escrich | option 'lan_devices' 'eth0 wlan1 ' |
5 | 1 | Pau Escrich | option 'wan_devices' 'eth1 ' |
6 | 1 | Pau Escrich | option 'mesh_devices' 'wlan0 ' |
7 | 1 | Pau Escrich | option 'bgp_devices' 'wlan1' |
8 | 1 | Pau Escrich | |
9 | 1 | Pau Escrich | config 'qmp' 'bgp' |
10 | 1 | Pau Escrich | option 'as' '2234' |
11 | 1 | Pau Escrich | |
12 | 1 | Pau Escrich | config 'bgp' |
13 | 1 | Pau Escrich | option 'ipdest' '172.30.44.3' |
14 | 1 | Pau Escrich | option 'networks' '10.0.0.0/8' |
15 | 1 | Pau Escrich | |
16 | 1 | Pau Escrich | config bgp |
17 | 1 | Pau Escrich | option ipdest 172.22.55.1 |
18 | 1 | Pau Escrich | option networks 10.1.1.0/24 |