Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the command set protocols ospf log-adjacency-changes to log changes in OSPF adjacency state. Optional parameter instance-id can be included to specify the OSPFv2 multi-instance ID in the default VRF. Add the optional detail argument to log all changes in adjacency state. Without the detail keyword, only changes to full or regressions are logged. You can optionally specify the VRF for the single instance OSPF in the non-default VRF for this command to take effect.


Info

Multiple instances of OSPF are only allowed in the default VRF. A maximum of 8 instance can be configured in the default VRF. In non-default VRFs, only single instance OSPF can be configured.


Run the command delete protocols ospf log-adjacency-changes to delete this configuration.

...

set protocols ospf [instance-id <instance-id> ] [vrf | vrf <vrf-name>] log-adjacency-changes [detail]

delete protocols ospf [instance-id <instance-id> ] [vrf | vrf <vrf-name>] log-adjacency-changes [detail]

...

Code Block
admin@XorPlus# set protocols ospf instance-id 1 vrf BLUE log-adjacency-changes detail
admin@Xorplus# commit

...