OSPF

Latest 10 Articles

Older Articles

Overview

Area Types

Router Types

DR/BDR

LSA Types

Path Preference

OSPF-TE

IOS Configuration Example

router ospf

  router-id x.x.x.x

  auto-cost reference-bandwidth <...>

  area 0.0.0.0 authentication message-digest

  passive-interface default

  no passive-interface <...>

  network x.x.x.x y.y.y.y area z.z.z.z

JUNOS Configuration Example

protocol

  ospf

    reference-bandwidth <x>

    area 0.0.0.0

      authentication type md5

      interface <i/f>

        metric

        authentication

          md5 <...>

        passive

policy-options

  prefix-list <name>

    <...>

policy-statement <name>

  term <name>

    from <...>

    then [accept|reject]

firewall

  filter <name>

    term <name>

      from [src/dst address|src/dst port]

      then

        count <name>

        [accept|reject|discard]

© Robert Larsen.  All rights reserved.