Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

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

Configuring Tracing for TDF Gateway

date_range 06-Dec-23

To configure tracing operations for the TDF gateway:

  1. Specify that you want to configure tracing options for the TDF gateway.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name]
    user@host# edit traceoptions
    
  2. Configure the name of the file used for the trace output.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set file file-name
    
  3. (Optional) Configure the maximum size of each trace file.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set file file-name size size
    
  4. (Optional) Configure the maximum number of trace files.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set file file-name files number
    
  5. (Optional) Configure the read permissions for the log file.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set file file-name (no-world-readable | world-readable)
    
  6. (Optional) Disable remote tracing capabilities.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set no-remote-trace
    
  7. Configure flags to filter the operations to be logged.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set flag flag
    

    Table 1 describes the flags that you can include.

    Table 1: Trace Flags

    Flag

    Description

    all

    Trace all operations.

    bulkjob

    Trace events that are handled by bulk jobs in order to prevent system overload.

    config

    Trace configuration events.

    cos-cac

    Trace class of service (CoS) and call admission control (CAC) events.

    ctxt

    Trace user equipment, Packet Data Network (PDN), or bearer context events.

    fsm

    Trace mobile subscriber finite state machine (FSM) events.

    gtpu

    Trace GPRS tunneling protocol, user plane (GTP-U) events.

    ha

    Trace high availability events.

    init

    Trace initialization events.

    pfem

    Trace Packet Forwarding Engine Manager events.

    stats

    Trace stats events. This flag is used internally by Juniper Networks engineers.

    waitq

    Trace waitq events. This flag is used internally by Juniper Networks engineers.

  8. Configure the level of tracing.
    content_copy zoom_out_map
    [edit unified-edge gateways tdf gateway-name traceoptions]
    user@host# set level (all | critical | error | info | notice | verbose | warning)
    
footer-navigation