国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 網絡通信 > 正文

配置T1或E1為流出的模擬呼叫建立接口

2019-11-04 20:10:47
字體:
來源:轉載
供稿:網友

  前言
  當您希望流出的模擬呼叫使用一條 特定的T1/E1 線路時,您能設置modem dialout controller 命令 。此命令設置在線性配置模式,因此調制解調器一定對指定 的T1/E1 接口為所有outbound 模擬呼叫。您能然后設定 neccessary 撥號請求路由選擇(DDR) 命令在異步(或異步組) 接口 對應于調制解調器。
  
  在此示例配置 Cisco AS5300 網絡訪問服務器(NAS) 有二PRIs ,其中每一被映射 到不同的Dialed Number Identification Service (DNIS) 。 假如客戶端撥號8210 Telco 交換機呼叫對E1 0 和呼叫請求 8211 被交換對E1 1 。此配置也使用調制解調器匯集分配根 據索書號(DNIS) 消息的調制解調器提供由Telco 交換機在呼叫建 立期間。此方式要求一個特定號碼是"answered"only 由是一 個特定調制解調器池的成員的調制解調器。因為每T1/E1 也 一定到一個特定的索書號,我們與特定的T1/E1 有效關聯調制解調 器設置為流入的呼叫。
  
  展示撥出方案 ,客戶端請求回叫從訪問服務器。回叫本地配置在訪問服務 器但回呼屬性可能從RADIUS/TACACS+ 認證、權限, 和審核(AAA) 服 務器也獲得。對于一次流入的呼叫到一個特定號碼,呼叫被 交換對適當的T1 并且由調制解調器池成員應答。在回叫協商 之后,訪問服務器拆接呼叫并且回叫被起動在同樣調制解調器。 撥出使用在modem dialout controller 命令指定的T1 或E1 接口然后 做。在本例中 ,配置撥出在T1/E1 和流入的呼叫一樣。
  
  在您開始之前
  常 規
  欲知詳情關于文件協定的,查閱 Cisco 技術提示規定。
  
  前提
  此文件沒有非凡的先決條件
  
  組件使用了
  本文的 信息根據以下的軟件及硬件版本。
  
  ® Cisco IOS 軟件發行12.1(5)T 。
  
  Cisco AS5300 與二E1 PRIs 。
  
  注重: modem dialout controller 命令被引入在12.1(T) 。 我們推薦IOS 版本12.1(3)T 或高為此實施。 modem dialout controller 命 令自12.1(5)T 支持多個接口。例如:
  
  AS5300-3(config)#line 1 60
  AS5300-3(config-line)#modem dialout controller t1 ?
  <0-7> List of controllers to dial out
  AS5300-3(config-line)#modem dialout controller t1 0,1,3
  
  當撥號從line/modem 1 至60 時,使用控制器T1 0 ,T1 1 ,T1 3 ,但沒有其他。 modem dialout controller 命令 AS5xxx 平臺只當前支持。
  
  本文提供 的信息從設備被創建了在特定實驗環境里。用于本文的所有 設備開始了以一個被清除(默認)配置。假如您工作在一個 真實網絡,保證您使用它以前了解所有命令的潛在影響。
  
  配置
  在此部分,您出席以信息配置在本文描述的功能。
  
  注重:找到附加 信息關于用于本文的命令,使用IOS 命令查找工具
  
  網絡圖
  本文使用網 絡設置圖示如下的。
  
  
  配置
  本文使用如下所示 的配置。
  
  訪問服務器配置
  
  Current configuration:
  !
  version 12.1
  service timestamps debug datetime msec
  service timestamps log uptime msec
  no service passWord-encryption
  !
  hostname lala
  !
  logging rate-limit console 10 except errors
  !
  username testuser callback-dialstring 6036 password 0 test
  
  !-- access server calls back testuser at phone number 6036
  !-- The callback parameters can also be configured on a RADIUS/TACACS+ server.
  
  !
  spe 1/0 1/9
  firmware location system:/UCode/mica_port_firmware
  spe 2/0 2/23
  firmware location system:/ucode/microcom_firmware
  !
  resource-pool disable
  !
  modem-pool ModemPool8210
  
  !-- Modem pool for calls to a specific phone number
  
  pool-range 1-40
  
  !-- The range of the modems in the pool
  !-- Modems 1 through 40 are included in this pool
  
  called-number 8210 max-conn 40
  
  !-- Specifies the DNIS to be used for this modem pool
  !-- Incoming calls for phone number 8210 are assigned to this
  pool
  !
  modem-pool ModemPool8211
  pool-range 41-60,61-84
  
  !-- The range of the modems in the pool
  !-- Modems 41 through 84 are included in this pool
  
  called-number 8211 max-conn 44
  
  !-- Incoming calls for phone number 8211 are assigned to this pool
  
  !
  ip subnet-zero
  no ip finger
  !
  isdn switch-type primary-net5
  chat-script mod ABORT ERROR ABORT BUSY "" "AT" OK "ATDT /T" TIMEOUT 30 CONNECT /c
  
  !-- Chat script for dialout
  
  !
  controller E1 0
  
  !-- DNIS number for this E1 is 8210
  
  clock source line primary
  pri-group timeslots 1-31
  !
  controller E1 1
  
  !-- DNIS number for this E1 is 8211
  
  clock source line secondary 1
  pri-group timeslots 1-31
  !
  controller E1 2
  !
  controller E1 3
  !
  !
  interface Ethernet0
  ip address 10.200.20.22 255.255.255.0
  !
  interface Serial0:15
  
  !-- D-channel for E1 0
  !-- DNIS number for this PRI is 8210
  
  description PRI 8210
  no ip address
  encapsulation ppp
  isdn switch-type primary-net5
  isdn incoming-voice modem
  
  !-- All incoming voice calls on this E1 are sent to the modems
  
  !
  interface Serial1:15
  
  !-- D-channel for E1 1
  !-- DNIS number for this PRI is 8211
  
  description PRI 8211
  no ip address
  encapsulation ppp
  isdn switch-type primary-net5
  isdn incoming-voice modem
  
  !-- All incoming voice calls on this E1 are sent to the modems
  
  !
  interface Group-Async1
  ip unnumbered Ethernet0
  encapsulation ppp
  async mode interactive
  peer default ip address pool dialup
  
  !-- Assign IP address for incoming calls (with DNIS 8210) from pool dialup
  
  ppp callback accept
  
  !-- Permit PPP Callback
  
  ppp authentication chap
  group-range 1 40
  
  !-- Interface includes modems 1 through 40 that are also in ModemPool8210
  
  !
  interface Group-Async2
  ip unnumbered Ethernet0
  encapsulation ppp
  async mode interactive
  peer default ip address pool dialup2
  
  !-- Assign IP address for incoming calls (with DNIS 8211) from pool dialup2
  
  ppp callback accept
  
  !-- Here we accept the callback
  
  ppp authentication chap
  group-range 41 84
  
  !-- Interface includes modems 41 through 84 that are also in ModemPool8211
  
  !
  ip local pool dialup 192.168.100.1 192.168.100.15
  ip local pool dialup2 192.168.200.32 192.168.200.126
  
  !-- Define the IP address ranges for the 2 pools
  
  ip classless
  no ip http server
  !
  line con 0
  exec-timeout 0 0
  transport input none
  line 1 40
  
  !-- Line configuration for modems 1-40
  !-- These modems are in pool ModemPool8210
  
  autoselect during-login
  autoselect ppp
  script callback mod
  
  !-- Invoke chat script mod for the callback
  
  login local
  modem InOut
  
  !-- Set the modems for dialin and dialout
  
  modem dialout controller e1 0
  
  !-- Outgoing call on these modems use e1 0
  
  line 41 84
  
  !-- Line configuration for modems 41-84
  !-- These modems are in pool ModemPool8210
  
  autoselect during-login
  autoselect ppp
  script callback mod
  
  !-- Invoke chat script mod for the callback
  
  login local
  modem InOut
  modem dialout controller e1 1
  
  !-- Outgoing call on these modems use e1 1
  
  line aux 0
  line vty 0 4
  !
  end
  
  
  
  
  驗證
  當前沒有驗證程序可用于此配置。
  
  檢修
  此部分


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 苍山县| 新晃| 建阳市| 江华| 台东市| 孟连| 上思县| 江安县| 璧山县| 弥渡县| 东方市| 浙江省| 彝良县| 静海县| 正安县| 浮山县| 全州县| 稷山县| 永德县| 高唐县| 蒙城县| 二连浩特市| 乾安县| 梧州市| 嘉善县| 环江| 兴海县| 舟曲县| 石棉县| 漠河县| 桦甸市| 临湘市| 陵水| 墨竹工卡县| 沐川县| 平远县| 寻甸| 平利县| 巍山| 读书| 顺义区|