Tag: configurazione

11 Maggio 2010

Configurazione ospf per demoni quagga (linux)

Ecco una configurazione ospf ย d’esempio per quagga: ! ! Zebra configuration saved from vty ! hostname ospfgw01 password mypassword enable password mypassword log stdout ! log file /var/log/quagga/quagga-ospf.log debug ospf nsm debug ospf zebra ! ! interface eth0 ! interface eth1 ip ospf cost 1 ip ospf hello-interval 3 ip ospf dead-interval 10 ! interface eth2 ip ospf authentication ip ospf authentication-key mypass ip ospf […]

27 Aprile 2010

Configurazione Ospf su switch L3 HP Procurve (5400zl)

Per poter attivare il routing ospf su uno switch hp 5400zl oppure acquistare e installare la licenza premium. Una configurazione di esempio e’ la seguente: ip router-id 10.96.0.1 .1 range 10.96.0.0 255.255.255.0 type summary … ip routing … ip router-id 1.1.1.1 …. router ospf area 0.0.0.1 range 1.1.1.0 255.255.255.0 type summary area backbone redistribute connected redistribute static restrict subnet 255.255.255.0 exit … vlan 10 ip […]