Configuring a Trace Server

Trace servers only apply to packet-trace remote. You need to configure a trace server on the Oracle® Enterprise Session Border Controller; this is the device to which the Oracle® Enterprise Session Border Controller sends replicated data. The Oracle® Enterprise Session Border Controller supports one trace server.

To configure a trace server on your Oracle® Enterprise Session Border Controller:

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
  2. Type system and press Enter.
    ACMEPACKET(configure)# system
    ACMEPACKET(system)#
  3. Enter capture-receiver and press Enter.
    ACMEPACKET(system)# capture-receiver
    ACMEPACKET(capture receiver)#
  4. state—Type enabled so that you can use the trace server to which you want to send the mirrored packets for calls you are packet tracing. The default is disabled. The valid values are:
    • enabled | disabled

      Disable capture receivers you are not actively using for traces to prevent potential service outages caused by the capture’s system resource utilization.

  5. address—Enter the IP address of the trace server; there is no default.
  6. network-interface—Enter the name and subport of the Oracle® Enterprise Session Border Controller network interface from which the Oracle® Enterprise Session Border Controller is to send mirrored packets. Your entry needs to take the form name:subport. The default is :0.
  7. Save and activate your configuration.