Configuration

You can activate OSPF directly on an interface with this command:

R1(config-if)# ip ospf <process-id> area <area>

Configure ALL interfaces as OSPF passive interfaces:

R1(config-router)# passive-interfaces default

Then configure specific interfaces as active:

R1(config-router)# no passive-interface <int-id>

Last updated