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 network-element map

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show diameter network-element map
<brief | detail | summary>
<element-name>

Description

Display network-element-to-peer mapping information for all Diameter network elements or only the specified network element.

Options

brief | detail | summary

(Optional) Display the specified level of output. The summary output is displayed by default. The brief output and detail output display the summary information in a different format.

element-name

(Optional) Display information for only the specified network element.

Required Privilege Level

view

Output Fields

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

Table 1: show diameter network-element map Output Fields

Field Name

Field Description

Level of Output

Name

Name of the Diameter network element.

summary

Instance

Name of the Diameter instance in which the network element is configured.

summary

Peer

Name of the peer.

All levels

Priority

Priority configured for the peer. A lower number indicates a higher priority.

All levels

State

State of the peer:

  • Activated—Peer has been activated (selected) by the network element.

  • Not-Activated—Peer has not been selected by the network element.

  • Primary—Peer that is connected to the network element and has the higher priority of the two connected peers.

  • Secondary—Peer that is connected to the network element and has the lower priority of the two connected peers.

summary

NE name

Name of the Diameter network element.

brief detail

Instance name

Name of the Diameter instance in which the network element is configured.

brief detail

Usage

State of the peer:

  • Activated—Peer has been activated (selected) by the network element.

  • Not-Activated—Peer has not been selected by the network element.

  • Primary—Peer that is connected to the network element and has the higher priority of the two connected peers.

  • Secondary—Peer that is connected to the network element and has the lower priority of the two connected peers.

brief detail

Sample Output

show diameter network-element map

content_copy zoom_out_map
user@host> show diameter network-element map

Diameter network-element peers:
  Name         Instance     Peer         Priority  State
  ne0          master       p288                30 Activated     
  ne0          master       p0                  20 Primary       
  ne0          master       pA                  15 Activated     
  ne0          master       p1                  10 Secondary     
  ne0          master       pB                   5 Not-Activated 

show diameter network-element map detail

content_copy zoom_out_map
user@host> show diameter network-element map detail

Diameter network-element peers:
  NE name               : ne0                                                    
  Instance name         : master                                                 
  Peer                  : p288                                                   
  Priority              :        30
  Usage                 : Activated     

  NE name               : ne0                                                    
  Instance name         : master                                                 
  Peer                  : p0                                                     
  Priority              :        20
  Usage                 : Primary       

  NE name               : ne0                                                    
  Instance name         : master                                                 
  Peer                  : pA                                                     
  Priority              :        15
  Usage                 : Activated     

  NE name               : ne0                                                    
  Instance name         : master                                                 
  Peer                  : p1                                                     
  Priority              :        10
  Usage                 : Secondary     

  NE name               : ne0                                                    
  Instance name         : master                                                 
  Peer                  : pB                                                     
  Priority              :         5
  Usage                 : Not-Activated

Release Information

Command introduced in Junos OS Release 9.6.

footer-navigation