Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Run the command set protocol 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 protocol ospf traceoption packet the command to delete this configuration.


Command Syntax

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

(set|delete) protocol 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, dd, ls-request, ls-update, ls-ack or all.

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

Example

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