Tip
This is the documentation for the 19.12 version. Looking for the documentation of the latest version? Have a look here.
Enable OSPFΒΆ
The OSPF service has a master enable/disable toggle that must be set before OSPF
will operate. Enable OSPF using the enable
command in config-frr-ospf
mode:
tnsr(config)# route dynamic ospf
tnsr(config-frr-ospf)# enable
To disable the service, use no enable
or disable
.
The OSPF service is managed as described in Service Control.