Versions Compared

Key

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

Run the command set protocols ospf traceoption packet to enable OSPF packet logging. Optional keywords can be used for logging information on specific packet types. These types are hello, dd (database description packets), ls-request (link-state request), ls-update (link-state update), ls-ack (link-state acknowledgement) and all. Optionally you can choose packet event type send or receive

Run delete protocols ospf traceoption packet the command to delete this configuration.


Command Syntax

set protocols ospf traceoption packet {hello|dd|ls-request|ls-update|ls-ack|all} [send|recv|detail]

delete protocols ospf traceoption packet {hello|dd|ls-request|ls-update|ls-ack|all} [send|recv|detail]


Parameter

Parameter

Description

packet {hello|dd|ls-request|ls-update|ls-ack|all}

Specifies to enable OSPF logging for hello, database description (dd), link state request (ls-request), link state update (ls-update), link state acknowledgement (ls-ack) or all.

send|recv|detailOptional. Specify the send or receive direction and details.


Example

  •  Enable detailed OSPF hello packet logging.
Code Block
admin@XorPlus# set protocols ospf traceoption packet hello detail
admin@Xorplus# commit