DanSheps/netbox-routing

Add OSPF Model

DanSheps opened this issue · 0 comments

Plugin version

v0.0.3

NetBox version

v3.5.6

Feature type

Data model extension

Proposed functionality

Add OSPF functionality

Use case

Add OSPF model(s) as required

Database changes

Add:

  • OSPFInstance
    • name CHAR
    • router_id IPAddress
    • process_id INT
    • device FK
  • OSPFArea
    • area_id Char
  • OSPFInterface
    • instance FK
    • area FK
    • interface FK
    • priority INT
    • bfd BOOL
    • authentication CHAR(ENUM)
    • passphrase CHAR

External dependencies

No response