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 security alg h323 counters

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security alg h323 counters
<logical-system | root-logical-system | tenant>

Description

This command displays H.323 Application Layer Gateway (ALG) counters information.

Options

  • logical-system—Name of the logical system.

  • root-logical-system—Displays root logical system as default.

  • tenant—Name of the tenant system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security alg h323 counters command. Output fields are listed in the approximate order in which they appear.

Table 1: show security alg h323 counters Output Fields

Field Name

Field Description

Packets received

Number of H.323 ALG packets received.

Packets dropped

Number of H.323 ALG packets dropped.

RAS message received

Number of incoming RAS (Endpoint Registration, Admission, and Status) messages per second per gatekeeper received and processed.

Q.931 message received

Counter for Q.931 message received.

H.245 message received

Counter for H.245 message received.

Number of calls

Total number of H.323 ALG calls.

Note:

This counter displays the number of call legs and may not display the exact number of voice calls that are active. For instance, for a single active voice call between two endpoints, this counter might display a value of 2.

Number of active calls

Number of active H.323 ALG calls.

Number of DSCP marked

Number of DSCP marked H.323 ALG.

Decoding errors

Number of decoding errors.

Message flood dropped

Error counter for message flood dropped.

NAT errors

H.323 ALG Network Address Translation (NAT) errors.

Resource manager errors

H.323 ALG resource manager errors.

DSCP marked errors

H.323 ALG DSCP marked errors.

Sample Output

show security alg h323 counters

content_copy zoom_out_map
user@host> show security alg h323 counters           
H.323 counters summary:
Packets received           :4060
Packets dropped            :24
RAS message received       :3690
Q.931 message received       :202
H.245 message received       :145
Number of calls        :25
Number of active calls       :0
H.323 Error Counters:
Decoding errors            :24
Message flood dropped       :0
NAT errors           :0
Resource manager errors       :0
H.323 Message Counters:
RRQ      : 431   RCF      :  49 ARQ  : 60  ACF      : 33
URQ      : 34   UCF      : 25 DRQ  : 55  DCF      : 44
oth RAS  : 2942  Setup    : 28 Alert    : 9 Connect    : 25  
CallPrcd  : 18  Info    : 0  RelCmpl  : 39  Facility   : 14  
Progress  : 0  Empty    : 65  OLC      : 20 OLC-ACK  :   20    
oth H245  : 16

show security alg h323 counters tenant TN1

content_copy zoom_out_map
user@host> show security alg h323 counters tenant TN1
H.323 counters summary:
Packets received            :0
Packets dropped             :0
RAS message received        :0
Q.931 message received      :0
H.245 message received      :0
Number of calls             :0
Number of active calls      :0
Number of dscp marked       :0
H.323 Error Counters:
Decoding errors             :0
Message flood dropped       :0
NAT errors                  :0
Resource manager errors     :0
DSCP marked errors          :0
H.323 Message Counters:
RRQ      : 0   RCF      :  0 ARQ  : 0  ACF      : 0
URQ      : 0   UCF      : 0 DRQ  : 0  DCF      : 0
oth RAS  : 0  Setup    : 0 Alert    : 0 Connect    : 0  
CallPrcd  : 0  Info    : 0  RelCmpl  : 0  Facility   : 0  
  Empty    : 0  OLC      : 0  OLC-ACK  :   0    
oth H245  : 0

show security alg h323 counters tenant all

content_copy zoom_out_map
user@host> show security alg h323 counters tenant all
H.323 counters summary:
Packets received            :0
Packets dropped             :0
RAS message received        :0
Q.931 message received      :0
H.245 message received      :0
Number of calls             :0
Number of active calls      :0
Number of dscp marked       :0
H.323 Error Counters:
Decoding errors             :0
Message flood dropped       :0
NAT errors                  :0
Resource manager errors     :0
DSCP marked errors          :0
H.323 Message Counters:
RRQ      : 0   RCF      :  0 ARQ  : 0  ACF      : 0
URQ      : 0   UCF      : 0 DRQ  : 0  DCF      : 0
oth RAS  : 0  Setup    : 0 Alert    : 0 Connect    : 0  
CallPrcd  : 0  Info    : 0  RelCmpl  : 0  Facility   : 0  
  Empty    : 0  OLC      : 0  OLC-ACK  :   0    
oth H245  : 0

Release Information

Statement introduced in Junos OS Release 8.5.

The logical-system option is introduced in Junos OS Release 18.2R1.

The tenant option is introduced in Junos OS Release 18.3R1.

footer-navigation