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 diameter instance

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show diameter instance
<brief | detail | summary>
<instance-name>

Description

Display information about all Diameter instances or only the specified instance.

Options

brief | detail | summary

(Optional) Display the specified level of output. The summary output is displayed by default and includes basic instance information. The brief output displays the summary information in a different format. The detail output is the same as the brief output.

instance-name

(Optional) Display information for only the specified Diameter instance.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show diameter instance command. Output fields are listed in the approximate order in which they appear.

Table 1: show diameter instance Output Fields

Field Name

Field Description

Level of Output

name

Name of the Diameter instance.

summary

Origin-realm

Value of Origin-Realm AVP.

summary

Origin-host

Value of Origin-Host AVP.

summary

NE-total

Total number of network elements configured for this instance.

summary

NE-connected

Number of network elements with active Diameter connections.

summary

Instance name

Name of the Diameter instance.

brief detail

Origin realm

Value of Origin-Realm AVP.

brief detail

Origin host

Value of Origin-Host AVP.

brief detail

NEs

Total number of network elements configured for this instance.

brief detail

Connected NEs

Number of network elements with active Diameter connections.

brief detail

Sample Output

show diameter instance

content_copy zoom_out_map
user@host> show diameter instance

Diameter instances:
  Name         Origin-Realm         Origin-Host          NE-Total  NE-Connected
  master       rrrr                 hhhh                         1         1

show diameter instance detail

content_copy zoom_out_map
user@host> show diameter instance detail

Diameter instance:
  Instance name : master                                                        
  Origin realm  : rrrr                                                          
  Origin host   : hhhh                                                          
  NEs           :   1
  Connected NEs :   1

Release Information

Command introduced in Junos OS Release 9.6.

footer-navigation