ccie #7654
下面的配置大连cisco路由器建立数据呼叫的初始配置: 【程序编程相关:配置PIX SSH】在平常工作中接触的客户或同仁中,经常听说在做长途isdn拨号是不能建立连接.本人有幸在cisco网络设备中解决了这个问题,下面将我在工程中遇到的大连到深圳isdn呼叫的问题分析以及解决方法提供出来同大家分享: 【推荐阅读:多等级reflect acl配置实例】ip address 10.1.1.1 255.255.255.252 【扩展信息:图解交换机和路由器的应用】interface bri2/0 encapsulation ppp dialer map ip 10.1.1.2 name sz-center broadcast 0755xxxxxxx dialer-group 1 isdn switch-type basic-net3 ppp authentication chap ! dialer-list 1 protocol ip permit 通过ping 10.1.1.2触发isdn拨号,发现不能成功建立连接.为了确定故障原因,通过debug dialer发现正常触发呼叫,这样,就需要检查电路呼叫是否正常建立,通过在大连cisco 路由器上debug isdn q931,获得如下的输出信息: 5w0d: isdn br2/0: tx -» setup pd = 8 callref = 0x03 5w0d: bearer capability i = 0x8890 5w0d: channel id i = 0x83 5w0d: called party number i = 0x80, 07553296145, plan:unknown, type:unknown 5w0d: isdn br2/0: rx «- setup_ack pd = 8 callref = 0x83 5w0d: channel id i = 0x89 5w0d: isdn br2/0: rx «- disconnect pd = 8 callref = 0x83 5w0d: cause i = 0x83c1 - bearer capability not implemented 5w0d: isdn br2/0: tx -» release pd = 8 callref = 0x03 5w0d: cause i = 0x80c1 - bearer capability not implemented 5w0d: isdn br2/0: rx «- release_comp pd = 8 callref = 0x83 在上面的输出显示中:setup中的bearer capability 为8890,其中88表示是ctitt标准的.无限制的数据通讯,90表示是一个电路模式的,速度为64k的通讯.setup_ack表示交换机接收到呼叫建立信令.... 下一页