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
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show unified-edge tdf diameter peer status

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show unified-edge tdf diameter peer status
<brief | detail>
<fpc-slot fpc-slot>
<gateway gateway-name>
<peer-name peer-name>
<pic-slot pic-slot>

Description

Display the status for one or more Diameter peers. If a peer is not specified, then status for all Diameter peers is displayed. If a TDF gateway is not specified, then status for all TDF gateways is displayed.

Options

none

(Same as brief) Display the status for Diameter peers for all TDF gateways in brief.

brief | detail

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

fpc-slot fpc-slot

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

gateway gateway-name

(Optional) Display the status for the specified TDF gateway.

peer-name peer-name

(Optional) Display the status for the specified peer.

pic-slot pic-slot

(Optional) Display the status 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 peer status command. Output fields are listed in the approximate order in which they appear.

Table 1: show unified-edge tdf diameter peer status Output Fields

Field Name

Field Description

Level of Output

Name

Name of the peer. For the brief output, the name is truncated if it exceeds 11 characters.

All levels

FPC/PIC

FPC and PIC slot numbers through which the peer was reached.

All levels

Address

IP address of the Diameter peer.

brief

none

Port

Port number of the Diameter peer.

brief

none

State

Current state of the Diameter peer. Possible states are: Closed, Closing, I-Open, R-Open, Wait-Conn-Ack, Wait-Conn-Ack/Elect, Wait-I-CEA, and Wait-Returns. For the brief and none output, the state is truncated if it exceeds 11 characters.

All levels

Duration

Duration for which the Diameter peer has been in the current state in Coordinated Universal Time (UTC) format (HH:MM:SS).

none

brief

State Duration

Duration for which the Diameter peer has been in the current state in Coordinated Universal Time (UTC) format (HH:MM:SS).

detail

Watchdog

Peer watchdog status.

  • closed—Connection between Diameter peers is terminated.

  • initial—Connection between Diameter peers is being initialized.

  • okay—Connection between Diameter peers is established and active.

none

brief

Watchdog State

Peer watchdog status.

  • closed—Connection between Diameter peers is terminated.

  • initial—Connection between Diameter peers is being initialized.

  • okay—Connection between Diameter peers is established and active.

detail

Origin Host

Diameter Origin-Host.

detail

Origin Realm

Diameter Origin-Realm.

detail

Peer Address

IP address of the Diameter peer.

detail

Peer port

Port number of the Diameter peer.

detail

Source Address

Local source IP address used to connect to the peer.

detail

Source Port

Local source port number used to connect to the peer.

detail

Sample Output

show unified-edge tdf diameter peer status

content_copy zoom_out_map
user@host> show unified-edge tdf diameter peer status
Name         FPC/PIC  Address          Port    State        Duration  Watchdog
p_jpkt1      4/0      192.0.2.2        3868    Closed       00:00:00  initial 
p_jpkt1      4/1      192.0.2.2        3868    Closed       00:00:00  initial 
p_jpkt1      5/0      192.0.2.2        3868    Wait-Conn-A  00:00:00  initial 
abcabcabcab  4/0      192.0.2.2        3868    Closed       00:00:00  initial 
abcabcabcab  4/1      192.0.2.2        3868    Closed       00:00:00  initial 
abcabcabcab  5/0      192.0.2.2        3868    Wait-Conn-A  00:00:00  initial 

show unified-edge tdf diameter peer status detail

content_copy zoom_out_map
user@host> show unified-edge tdf diameter peer status detail
Diameter Peer Status
  Name : ocs
     FPC/PIC               :          0/0
     State                 :          I-Open
     State Duration        :          00:00:00
     Watchdog State        :          okay
     Origin Host           :          host5
     Origin Realm          :          example.com
     Peer Address          :          198.51.100.2
     Peer port             :          3868
     Source Address        :          203.0.113.1
     Source Port           :          30965
  Name : ocs
     FPC/PIC               :          0/1
     State                 :          I-Open
     State Duration        :          00:00:00
     Watchdog State        :          okay
     Origin Host           :          host5
     Origin Realm          :          example.com
     Peer Address          :          198.51.100.2
     Peer port             :          3868
     Source Address        :          203.0.113.1
     Source Port           :          30709
  Name : pcrf
     FPC/PIC               :          0/0
     State                 :          Closed
     State Duration        :          00:00:00
     Watchdog State        :          initial
     Peer Address          :          192.168.1.2
     Peer port             :          3868
     Source Address        :          203.0.113.1
     Source Port           :          0
  Name : pcrf
     FPC/PIC               :          0/1
     State                 :          Closed
     State Duration        :          00:00:00
     Watchdog State        :          initial
     Peer Address          :          192.168.1.2
     Peer port             :          3868
     Source Address        :          203.0.113.1
     Source Port           :          0

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation