Projecte

General

Perfil

Actions

Bgp » Historial » Revisió 7

« Anterior | Revisió 7/9 (diferencies) | Següent »
Pau Escrich, 26-06-2012 18:59


Bgp

config 'qmp' 'interfaces'
        option 'lan_devices' 'eth0'
        option 'wan_devices' 'eth1'
        option 'mesh_devices' 'wlan0 '
        option 'backbone_devices' 'wlan1'

config 'qmp' 'backbone'
        option 'type' 'bgp'
        option 'as' '2234'
        list network 10.0.0.0/8
        list network 10.1.1.0/24

config 'bgp'
        option 'as' '3216'
        option 'ipdest' '172.30.44.3'
        option 'netmask' '255.255.255.252'

config bgp
        option 'as' '1248'
        option ipdest 172.22.55.1
        option 'netmask' '255.255.255.252'

Actualitzat per Pau Escrich fa casi 14 anys · 7 revisions