1 / 26

第十八章

第十八章. 综合业务数字网 ( Intergrated Services Digital Network,ISDN). ISDN 的起源和优点. ISDN 起源于 1968 年 当时人们预测它将访问集成到广泛的服务的范围(语音、网络互联、报文交换和有线电视) ISDN 基于模拟通信的优点 1 、连接建立极快 2 、比租用线路费用底 3 、比模拟线路的传输速度更快. 什么是 ISDN. Small office. Digital PBX. Provider network. Telecommuter. Home office. Central site.

albany
Download Presentation

第十八章

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 第十八章 综合业务数字网(Intergrated Services Digital Network,ISDN)

  2. ISDN的起源和优点 • ISDN起源于1968年当时人们预测它将访问集成到广泛的服务的范围(语音、网络互联、报文交换和有线电视) • ISDN基于模拟通信的优点 1、连接建立极快 2、比租用线路费用底 3、比模拟线路的传输速度更快

  3. 什么是 ISDN Small office Digital PBX Providernetwork Telecommuter Home office Central site ISDN 能够提供声音、视频、数据等传输服务

  4. ISDN的两种服务方式 • ISDN服务根据不同的信道数目分为: 1、BRI (Basi Rate Interface) 典型的ISDN BRI服务提供两个B信道和一个D信道 (2B+D) 应用于小型企业或家庭; 2、PRI(Primary Rate Interface) [北美和日本]提供的ISDN PRI服务提供二十三个B信道和一个D信道 (23B+D)速率可达1.544Mbps [欧洲]提供的ISDN PRI服务提供三十个B信道和一个D信道(30B+D) 速率可达2.048Mbps 应用于大型企业,PRI通过利用多个信道捆绑在一起,来实现高带宽 的网络环境。

  5. ISDN 访问方式 Channel Capacity Mostly Used for BRI 和 PRI 是ISDN的两种常见访问方式 B 64 kbps Circuit-switched data (HDLC, PPP) D 16/64 kbps Signaling information (LAPD) BRI NT1 Serviceprovider network D 2B PRI CSU/DSU D 23 or 30B

  6. BRI 呼叫处理 ISDN service provider 1 3 4 ISDNSwitch ISDNSwitch 2 SS7 B channel(s) D channel/SS7 signaling

  7. ISDN 功能和参考点 Local loop • 硬件设备的主要功能 • 参考点的划分和不同的接口 TE1 Serviceprovidernetwork NT2 NT1 S T U ISDN Terminal TE2 TA R Terminal Adapter Existing Terminal

  8. Cisco ISDN BRI 接口 TE1 TE1 NT1 TE2 Native ISDN interface—int bri 0 Serviceprovidernetwork bri 0 NT1 S/T bri 0 S/T R NT1 TA U S0 Nonnative ISDN interface—int serial 0 (EIA/TIA-232, V.35, X.21)

  9. 什么是按需拨号路由(DDR) Dallas Corporate PSTN Chicago ISDN I need to send data to Dallas. • 需要时建立连接 • 数据通讯完成时切断 • ISDN 或 PSTN

  10. 何时使用 DDR Telecommuter Headquarters • 定期连接 • 小数据量传输 Vendor

  11. DDR 工作过程 “Interesting” packet arrives DCE 1. 决定目标路径

  12. DDR 工作过程 “Interesting” packet arrives DCE 1. 决定目标路径 2. 指明建立 DDR 通话的触发条件

  13. DDR 工作过程 “Interesting” packet arrives Dial connection ISDN or Basic Service DCE 1. 决定目标路径 2. 指明建立 DDR 通话的触发条件 3. 检查拨号信息

  14. DDR 工作过程 “Interesting” packet arrives Dial connection ISDN or Basic Service DCE 1. 决定目标路径 2. 指明建立 DDR 通话的触发条件 3. 检查拨号信息 4. 数据传输 5. 会话结束

  15. 配置 DDR “Interesting” packet arrives DCE 指定静态路由—使用哪条路由? 1

  16. 配置 DDR 2 “Interesting” packet arrives DCE 指定静态路由—使用哪条路由? 指定触发数据—什么样的数据能够建立连接? 1

  17. 配置 DDR 2 3 “Interesting” packet arrives Dial connection ISDN or Basic Service DCE 指定静态路由—使用哪条路由? 指定触发数据—什么样的数据能够建立连接? 配置拨号信息—播叫哪个号码? 1

  18. 任务 1: 指定路由信息 Subnets 10.10.0.0 10.20.0.0 10.1.0.1 10.1.0.2 Subnet 10.40.0.0 ISDN Home Central bri 05551000 bri 0 5552000 ip route 10.40.0.0 255.255.0.0 10.1.0.1 Specify address of next hop router ip route 10.10.0.0 255.255.0.0 10.1.0.2 ip route 10.20.0.0 255.255.0.0 10.1.0.2 Network prefix and prefix mask

  19. 任务 2: 指定触发条件 • 没有访问列表 dialer-list 1 protocol ip permit 所有的数据都可以建立连接 • 有访问列表 dialer-list 1 protocol ip list 101 access-list 101 deny tcp any any eq ftp access-list 101 deny tcp any any eq telnet access-list 101 permit ip any any Deny FTP Deny Telnet 除了FTP和Telnet以外的数据都可以建立连接

  20. 任务 3: 配置拨号信息 hostname Home ! isdn switch-type basic-5ess ! interface BRI0 ip address 10.1.0.1 255.255.255.0 encapsulation ppp dialer idle-timeout 180 dialer map ip 10.1.0.2 name Central 5552000 dialer-group 1 no fair-queue ppp authentication chap ! router rip network 10.0.0.0 ! no ip classless ip route 10.10.0.0 255.255.0.0 10.1.0.2 ip route 10.20.0.0 255.255.0.0 10.1.0.2 ! dialer-list 1 protocol ip permit • 根据实际情况在端口上设置拨号信息 这两个值要匹配

  21. 任务 3: 配置拨号信息 How do I get to subnetwork 10.10.0.0? Subnets 10.10.0.0 10.20.0.0 10.1.0.1 10.1.0.2 ISDN Home Central bri 05551000 bri 0 5552000 interface BRI0 ip address 10.1.0.1 255.255.255.0 encapsulation ppp dialer idle-timeout 180 dialer map ip 10.1.0.2 name Central 5552000 dialer-group 1 no fair-queue ppp authentication chap Number to dial Remote host name Used for PPP CHAP

  22. DDR 配置总述 hostname Home ! isdn switch-type basic-5ess ! interface BRI0 ip address 10.1.0.1 255.255.255.0 encapsulation ppp dialer load-threshold 125 either dialer idle-timeout 180 dialer map ip 10.1.0.2 name Central 5552000 dialer-group 1 ppp authentication chap ! router rip network 10.0.0.0 ! no ip classless ip route 10.10.0.0 255.255.0.0 10.1.0.2 ip route 10.20.0.0 255.255.0.0 10.1.0.2 dialer-list 1 protocol ip permit ! 3 1 2

  23. DDR 配置命令 Router(config-if)#dialer load-threshold load [ outbound | inbound | either ] • 设置启用第二个通道传输数据的条件 • 设置会话切断前的延迟时间 Router(config-if)#dialer idle-timeout seconds

  24. DDR 配置举例 access-list 101 permit tcp any any eq smtpaccess-list 101 permit tcp any any eq telnetdialer-list 1 protocol ip list 101!ip route 192.168.12.0 255.255.255.0 10.108.126.2ip route 192.168.14.0 255.255.255.0 10.108.126.2!interface bri 0ip address 10.108.126.1 255.255.255.0dialer-group 1dialer map ip 10.108.126.2 name B 5551234!dialer idle-timeout 300 Access list defininginteresting packets on Cisco A Static routes to reach destination Interface configuration for DDR Time to waitbefore dropping call 10.108.126.1 10.108.126.2 Subnets 192.168.12.0 192.168.14.0 ISDN A B

  25. 查看ISDN 信息 • 触发线路的连接 Router#ping or telnet • 显示线路的连接状态 Router#show dialer • 使用ISDN 时, 会话建立时的状态显示 Router#show isdn active • 显示 ISDN 的连接状态 Router#show isdn status • 显示路由表 Router#show ip route

  26. 查看ISDN 信息 • 显示 ISDN 第二层信息 Router#debug isdn q921 Router#debug isdn q931 • 显示 ISDN 会话建立和切断情况 Router#debug dialer • 显示会话建立和切断状态 Router(config-if)#shutdown • 在端口上清除已经建立的连接

More Related