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
Junos CLI Reference
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

show unified-edge tdf diameter network-element statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show unified-edge tdf diameter network-element statistics
<brief | detail>
<fpc-slot fpc-slot>
<gateway gateway-name>
<network-element-name network-element-name>
<pic-slot pic-slot>

Description

Display statistics for network elements for one or more TDF gateways. If a network element is not specified, then statistics for all network elements are displayed. If a TDF gateway is not specified, then statistics for all TDF gateways are displayed.

Options

none

Display statistics for network elements for all TDF gateways.

brief | detail

(Optional) Display the specified level of output. The brief output is displayed by default.

fpc-slot fpc-slot

(Optional) Display statistics for the specified Flexible PIC Concentrator (FPC).

gateway gateway-name

(Optional) Display statistics for the specified TDF gateway.

network-element-name network-element-name

(Optional) Display statistics for the specified network element.

pic-slot pic-slot

(Optional) Display the statistics for the specified PIC slot number. You must first specify an FPC slot number before specifying the PIC slot number.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show unified-edge tdf diameter network-element statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show unified-edge tdf diameter network-element statistics Output Fields

Field Name

Field Description

Level of Output

Name

Name of the network element.

All levels

FPC/PIC

FPC and PIC slot numbers through which the network element was reached.

detail

Packets Received

Number of incoming packets.

All levels

Packets Transmitted

Number of outgoing packets.

All levels

Request Timeouts

Number of request timeouts.

All levels

Credit Control Request Transmitted

Number of outgoing Credit-Control-Request messages.

All levels

Credit Control Answer Received

Number of incoming Credit-Control-Answer messages.

All levels

Sample Output

show unified-edge tdf diameter network-element statistics

content_copy zoom_out_map
user@host> show unified-edge tdf diameter network-element statistics

  Name:   pcrf-dne
     Packets Received :                       0
     Packets Transmitted :                    0
     Request Timeouts :                       0
     Credit Control Request Transmitted :     0
     Credit Control Answer Received :         0

  Name:   ocs-dne
     Packets Received :                       3
     Packets Transmitted :                    4
     Request Timeouts :                       1
     Credit Control Request Transmitted :     4
     Credit Control Answer Received :         3

show unified-edge tdf diameter network-element statistics detail

content_copy zoom_out_map
user@host> show unified-edge tdf diameter network-element statistics detail

  Name :                                 pcrf-dne
  FPC/PIC :                              0/0
  Packets Received :                     0
  Packets Transmitted :                  0
  Request Timeouts :                     0
  Credit Control Request Transmitted :   0
  Credit Control Answer Received :       0
 
  FPC/PIC :                              0/1
  Packets Received :                     0
  Packets Transmitted :                  0
  Request Timeouts :                     0
  Credit Control Request Transmitted :   0
  Credit Control Answer Received :       0

  Name :                                 ocs-dne
  FPC/PIC :                              0/0
  Packets Received :                     0
  Packets Transmitted :                  0
  Request Timeouts :                     0
  Credit Control Request Transmitted :   0
  Credit Control Answer Received :       0

  FPC/PIC :                              0/1
  Packets Received :                     3
  Packets Transmitted :                  4
  Request Timeouts :                     1
  Credit Control Request Transmitted :   4
  Credit Control Answer Received :       3

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation