Projecte

General

Perfil

Bgp » Historial » Versió 1

Pau Escrich, 29-05-2012 13:22

1 1 Pau Escrich
h1. Bgp
2
3
config 'qmp' 'interfaces'
4
        option 'lan_devices' 'eth0 wlan1 '
5
        option 'wan_devices' 'eth1 '
6
        option 'mesh_devices' 'wlan0 '
7
        option 'bgp_devices' 'wlan1'
8
9
config 'qmp' 'bgp'
10
        option 'as' '2234'
11
12
config 'bgp'
13
        option 'ipdest' '172.30.44.3'
14
        option 'networks' '10.0.0.0/8'
15
16
config bgp
17
        option ipdest 172.22.55.1
18
        option networks 10.1.1.0/24