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 traceoption lsa to enable logging of Link State Advertisement related messages. Three optional parameters, generate, flooding, install, or refresh can be used to specify logging for different types of LSA events. Optional parameter instance-id can be included to specify the OSPFv2 multi-instance ID.


Run the command delete protocols ospf traceoption lsa to remove this configuration.


Command Syntax

set protocols ospf [instance-id <instance-id>] traceoption lsa <generate | flooding | install | refresh>

delete protocols ospf [instance-id <instance-id>] traceoption lsa <generate | flooding | install | refresh>


Parameter

Parameter

Description

instance-id <instance-id>Optional, specifies the OSPF instance ID. The value is an integer that ranges from 1 to 8.

lsa <generate | flooding | install | refresh>

Specifies to enable LSA logging for generate, flooding, install or refresh events.


Example

  •  Enable OSPF LSA logging for flooding related information.
Code Block
admin@XorPlus# set protocols ospf instance-id 1 traceoption lsa flooding
admin@Xorplus# commit