Debugging the Data Path (CLI Procedure)

To configure the device for data path debugging:

  1. Specify the following request command to set the data path debugging for the multiple processing units along the packet-processing path:

    user@host# set security datapath-debug
  2. Specify the trace options for data path-debug using the following command:

    user@host# set security datapath-debug traceoptions
  3. Using the request security packet-filter command, you can set the packet filter to specify the related packets to perform data path-debug action. A maximum of four filters are supported at the same time. For example, the following command sets the first packet-filter:

    user@host# set security datapath-debug packet-filter name
  4. Using the request security action-profile command, you can set the action for the packet match for a specified filter. Only the default action profile is supported, which is the trace option for network processor ezchip ingress, ezchip egress, spu.lbt, and spu.pot:

    user@host# set security datapath-debug packet-filter name action-profile

Related Topics