Command introduced in Junos OS Release 9.10.
Displays status information for the master or backup BSG, B2BUA connection, and SIP stack connection.
gateway-name | — | Name of the gateway for which status is displayed. |
backup | — | (Optional) Show status information for the backup BSG. |
master | — | (Optional) Show status information for the master BSG. If you do not specify the master or backup options, the master option is the default. |
view
Table 1 lists the output fields for the show services border-signaling-gateway status command. Output fields are listed in the approximate order in which they appear.
Table 1: show services border-signaling-gateway status Output Fields
Field Name | Field Description |
|---|---|
State | Redundancy state of the BSG being displayed. Possible values:
The state displayed is backup only if you specified the backup option in the command. |
Local | Information about the local BSG, initially configured as the Master in a partnered pair, including:
|
Remote | Information about the remote BSG, initially configured as the Backup in a partnered pair, including:
|
B2BUA Connection | Information about the B2BUA connection, including:
|
SIP Stack | Information about the SIP stack connection, including:
|
show services border-signaling-gateway status
user@host> show services border-signaling-gateway
status gateway bsg1Redundancy information:
State: Master
Local:
Interface name: ms-0/3/0
IP address: 20.0.0.19
RMS role: Primary
Remote:
Interface name: ms-1/3/0
IP address: 20.0.0.35
RMS role: Secondary
B2BUA connection:
Status: Connected
tcp 20.0.0.19:32024 => 20.0.0.35:50783
SIP stack connection:
Status: Connected
tcp 20.0.0.19:58875 => 20.0.0.35:16386
show services border-signaling-gateway status backup (primary as backup)
This example shows the primary RMS partner serving as the backup after a switchover.
user@host> show services border-signaling-gateway
status gateway bsg1 backupRedundancy information:
State: Backup
Local:
Interface name: ms-0/3/0
IP address: 20.0.0.19
RMS role: Primary
Remote:
Interface name: ms-1/3/0
IP address: 20.0.0.35
RMS role: Secondary
B2BUA connection:
Status: Connected
tcp 20.0.0.19:32024 => 20.0.0.35:50783
SIP stack connection:
Status: Connected
tcp 20.0.0.19:58875 => 20.0.0.35:16386