Technical Documentation

show services border-signaling-gateway calls

Syntax

show services border-signaling-gateway calls gateway gateway-name <backup | master>

Release Information

Command introduced in JUNOS Release 9.4.

Description

Display border signaling gateway (BSG) call statistics.

Options

gateway-name

Name of the gateway for which call statistics are displayed.

backup

(Optional) Show statistics for the backup BSG.

master

(Optional) Show statistics for the master BSG. If you do not specify the master or backup option, the master option is the default.

Required Privilege Level

view

List of Sample Output

show services border-signaling-gateway calls

Output Fields

Table 1 lists the output fields for the show services border-signaling-gateway statistics calls command. Output fields are listed in the approximate order in which they appear.

Table 1: show services border-signaling-gateway calls Output Fields

Field Name

Field Description

Statistics Start

Date and time when accumulation of the current set of statistics began.

Service Point

Service point identifier.

Direction

Direction of calls on this service point. Possible values:

  • Egress—Calls are outbound from this service point.
  • Ingress—Calls are inbound to this service point.

Failed Calls

Number of failed calls.

Completed Calls

Number of completed calls.

Active Calls

Number of active calls.

Sample Output

show services border-signaling-gateway calls

user@host> show services border-signaling-gateway calls gateway bsg1
Statistics Start       : 22/4/2008 13:24
  
  Service Point 	        : xxxx    
  Direction              : Egress
  Failed Calls           : 100
  Completed Calls        : 320000
  Active Calls           : 23344   
  
  Service Point 	        : xxxx    
  Direction           	  : Ingress
  Failed Calls           : 100
  Completed Calls        : 320000
  Active Calls           : 23344 
 

Published: 2010-01-13