Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Feature: ospf

Terencio Agozzino edited this page Apr 30, 2018 · 4 revisions

The ospf feature allows you to configure the OSPF settings for a router.

OSPF settings

ospf:
  process: 1
  id: 1.1.1.1
  cost: 100
  passive_interface: Fa0/1
  networks:
    - network: 192.168.0.0 0.0.0.255
      area: 0
    - network: 192.168.1.0 0.0.0.255
      area: 1
  reset: True
Clone this wiki locally