精品久久福利-中文乱码免费一区二区三区下载-HD免费看,国产一区二区免费看,欧美激情一级精品国产,侵犯丰满女教师蒲藤惠

跳轉(zhuǎn)到主要內(nèi)容

Juniper SSG防火墻 SIP呼出失敗案例

故障描述

  某移動(dòng)呼叫中心,使用SSG520M-SH做出口網(wǎng)關(guān),大部分座席可以SIP協(xié)議呼出,部分無(wú)法呼出,

故障分析

  進(jìn)入Juniper SSG防火墻用get event查看日志如下:

SSG520-> get event
Total event entries = 3072
Date       Time     Module Level  Type Description
2014-06-18 16:35:12 system notif 00767 Cannot allocate SIP call because
                                       device is fielding too many calls.
2014-06-18 16:35:12 system notif 00767 Cannot allocate SIP call because
                                       device is fielding too many calls.
2014-06-18 16:35:11 system notif 00767 Cannot allocate SIP call because
                                       device is fielding too many calls.
2014-06-18 16:35:11 system notif 00767 Cannot allocate SIP call because
                                       device is fielding too many calls.

上述日志確定,SIP資源不足無(wú)法創(chuàng)建。

SSG520-> get sip setting
SIP ALG                                    : enabled
Maximum number of SIP Calls                : 192
Maximum Call Duration                      : 43200 seconds
Inactive Media timeout                     : 120 seconds
T1 interval                                : 500 milli seconds
T4 interval                                : 5 seconds
C interval                                 : 3 minutes
 SIP hold retain resource                  : Disabled
SIP Application Screen Configuration
-------------------------------------
 Unidentified messages in nat mode         : dropped
 Unidentified messages in route mode       : passed
 SIP denial of service protect timeout     : 5
 SIP global denial of service protect      : Disabled
 SIP denial of service protect server IP   :

查看最大會(huì)話為192.

SSG520-> get sys-cfg | in sip
default sip call num number: 192
max sip call num number: 384

默認(rèn)為192.最大SIP 呼叫為384.

處理過(guò)程

  SSG520->set envar max_sip_call_num=384  //修改SIP最大Call-Num為384,
  SSG520-> save //保存
  SSG520-> reset //重啟

重啟后顯示如下

SSG520-> get alg sip setting
SIP ALG                                    : enabled
Maximum number of SIP Calls                : 384
Maximum Call Duration                      : 43200 seconds
Inactive Media timeout                     : 120 seconds
T1 interval                                : 500 milli seconds
T4 interval                                : 5 seconds
C interval                                 : 3 minutes
 SIP hold retain resource                  : Disabled
SIP Application Screen Configuration
-------------------------------------
 Unidentified messages in nat mode         : dropped
 Unidentified messages in route mode       : passed
 SIP denial of service protect timeout     : 5
 SIP global denial of service protect      : Disabled
 SIP denial of service protect server IP   :

 

 

建議/總結(jié)

  無(wú)