OSPF Konfigurieren

Router(config)# router ospf 1
OSPF wird mit einer Prozess-ID aktiviert
Router(config-router)# network 192.168.1.0 0.0.0.255 area 0
Das NEtzwerk für die Area 0 (Backbone) wird konfiuriert
Router(config-router)# router-id 1.1.1.1
Eine Router-ID wird manuell vergeben
Router(config-router)# auto-cost reference-bandwith 10000
Die Standard-Bandwith wird geändert
Router(config)# clear ip ospf process
Setzt alle OSPF Verbindungen zurück.
Router(config)# passive-interface fa/1
Es werden keine Updates über passive Interfaces versendet.
Router(config)# no-passive-interface Fa/1
Löscht ein passives Interface
Router(config-if)# ip ospf cost 1565
Setzt eine Cost für ein Interface
Router(config-if)# ip ospf priority 255
Setzt eine Priorität für ein Interface
Router(config-if)# ip ospf priority 0
Dieser Router kann kein DR oder BDR werden
Comments