Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Security Services Administration Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Tracing Operations for Security Services

date_range 24-Nov-23

Configuring Tracing Operations

To configure trace options for security services, specify flags using the traceoptions statement:

content_copy zoom_out_map
[edit security]
traceoptions {
    file filename <files number> <size size>;
    flag all;
    flag database;
    flag general;
    flag ike;
    flag parse;
    flag policy-manager;
    flag routing-socket;
    flag timer;
}

You can include these statements at the following hierarchy levels:

  • [edit security]

  • [edit services ipsec-vpn]

You can specify one or more of the following security tracing flags:

  • all—Trace all security events

  • database—Trace database events

  • general—Trace general events

  • ike—Trace IKE module processing

  • parse—Trace configuration processing

  • policy-manager—Trace policy manager processing

  • routing-socket—Trace routing socket messages

  • timer—Trace internal timer events

Configuring Tracing Operations for IPsec Events for Adaptive Services PICs

To configure trace options to trace IPsec events for Adaptive Services PICs, include the following statements at the [edit services ipsec-vpn] hierarchy level:

content_copy zoom_out_map
[edit services ipsec-vpn]
traceoptions {
    file filename <files number> <size size>;
    flag all;
    flag database;
    flag general;
    flag ike;
    flag parse;
    flag policy-manager;
    flag routing-socket;
    flag timer;
}

Trace option output is recorded in the /var/log/kmd file.

You can specify one or more of the following security tracing flags:

  • all—Trace all security events

  • database—Trace database events

  • general—Trace general events

  • ike—Trace IKE module processing

  • parse—Trace configuration processing

  • policy-manager—Trace policy manager processing

  • routing-socket—Trace routing socket messages

  • timer—Trace internal timer events

footer-navigation