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 database-replication summary

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show database-replication summary 

Description

Display summary information regarding database replication for the subscriber management session database.

Options

This command has no options.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show database-replication summary command. Output fields are listed in the approximate order in which they appear.

Table 1: show database-replication summary Output Fields

Field Name

Field Description

Graceful Restart

State of graceful Routing Engine switchover (GRES):

  • Enabled

  • Disabled

Mastership

State of the Routing Engine primary role:

  • Master

  • Standby

Connection

State of the connection:

  • Up

  • Down

Disconnection Reason

Reason the Routing Engines are disconnected.

  • RE DRAM Size Mismatch—Displayed when the amount of DRAM is different on the primary and standby Routing Engines.

Database

State of the subscriber management database:

  • Available

  • Unavailable

  • Synchronized

Message Queue

State of the message queue:

  • Full

  • Init

  • Not Ready

  • Ready

Sample Output

show database-replication summary

content_copy zoom_out_map
user@host> show database-replication summary
General:
    Graceful Restart     Enabled
    Mastership           Standby
    Connection           Up
    Database             Available
    Message Queue        Ready

show database-replication summary (DRAM Size Mismatch Error)

content_copy zoom_out_map
user@host> show database-replication summary
General:
    Graceful Restart     Enabled
    Mastership           Standby
    Connection                 Down
    Disconnection Reason       RE DRAM Size Mismatch
    Database                   Available
    Message Queue              Not Ready

Release Information

Command introduced in Junos OS Release 9.3.

footer-navigation