Technical Documentation

show services border-signaling-gateway calls-failed

Syntax

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

Release Information

Command introduced in JUNOS Release 9.4.

Description

Display BSG (border signaling gateway) failed call statistics.

Options

gateway-name

The gateway for which 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 options, the master option is the default.

Required Privilege Level

view

List of Sample Output

show services border-signaling-gateway calls-failed

Output Fields

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

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

Field Name

Field Description

Statistics Start

Date and time when the 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.

4/5/6XX response

Number of calls that failed because the call setup failed for reasons other than timeout.

Internal error

Number of calls that failed because the BSG sustained an internal error that terminated one of dialogs comprising a call during setup.

Inactive timeout

Number of calls for which a dialog was closed due to an inactive call timeout violation.

Setup media failure

Number of calls that failed due to a media failure during setup.

Established call media inactivity

Number of established calls for which a dialog was closed because the BGF identified media inactivity for the dialog.

CAC policy rejection

Number of calls for which an initial INVITE was rejected due to CAC (call admission control) enforcement.

Default behavior policy rejection

Number of calls for which an initial INVITE was rejected due to no policy match.

Configured behavior policy rejection

Number of calls that failed due to configured rejection policy.

Transport conflict policy rejection

Number of calls for which the requested transport on the INVITE conflicts with the transport details of the selected egress service-point.

Protocol error

Number of calls that failed due to protocol errors.

Setup timeout

Number of calls that failed for one of the following reasons:

  • An INVITE was sent by the BSG and no reply was received.
  • An INVITE was sent by the BSG, a 1XX was received, and nothing else was received after that.
  • An INVITE was received by the BSG and nothing else was sent on this open transaction.

Transport error

Number of calls that failed due to a transport error.

Sample Output

show services border-signaling-gateway calls-failed

user@host> show services border-signaling-gateway calls-failed gateway bsg1
  
   Statistics Start    : 05-06-2009  12:22:03.

   Service Point                           : sip-5060-udp
   Direction                               : Egress
	4/5/6XX response                        : 0
	Internal error                          : 0
   Inactive timeout                        : 0
	Setup media failure                     : 0
   Established call media inactivity       : 0
   CAC policy rejection                    : 0
	Default behavior policy rejection       : 0
	Configured behavior policy rejection    : 0
	Transport conflict policy rejection     : 0
	Protocol error                          : 0
	Setup timeout                           : 0
	Transport error                         : 0
	
Inactive Timeout                        : 0
   
   Service Point                           : sip-5060-udp
   Direction                               : Ingress
	4/5/6XX response                        : 0
	Internal error                          : 0
   Inactive timeout                        : 0
	Setup media failure                     : 0
   Established call media inactivity       : 0
   CAC policy rejection                    : 0
	Default behavior policy rejection       : 0
	Configured behavior policy rejection    : 0
	Transport conflict policy rejection     : 0
	Protocol error                          : 0
	Setup timeout                           : 0
	Transport error                         : 0

   Service Point                           : sip-5060-tcp
   Direction                               : Egress
	4/5/6XX response                        : 0
	Internal error                          : 0
   Inactive timeout                        : 0
	Setup media failure                     : 0
   Established call media inactivity       : 0
   CAC policy rejection                    : 0
	Default behavior policy rejection       : 0
	Configured behavior policy rejection    : 0
	Transport conflict policy rejection     : 0
	Protocol error                          : 0
	Setup timeout                           : 0
	Transport error                         : 0

   Service Point                           : sip-5060-tcp
   Direction                               : Igress
	4/5/6XX response                        : 0
	Internal error                          : 0
   Inactive timeout                        : 0
	Setup media failure                     : 0
   Established call media inactivity       : 0
   CAC policy rejection                    : 0
	Default behavior policy rejection       : 0
	Configured behavior policy rejection    : 0
	Transport conflict policy rejection     : 0
	Protocol error                          : 0
	Setup timeout                           : 0
	Transport error                         : 0

Published: 2010-01-13