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

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

配置 AS5350/AS5400 為流入的異步和ISDN 呼叫

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

  --------------------------------------------------------------------------------
  
  內容
  前言
  在您開始之前
  常規
  前提
  使用的組件
  背景理論
  相關產品
  配置
  配置
  定義有趣的數據流和空閑超時
  驗證
  檢修
  故障檢修命令
  示例調試輸出
  故障檢修資源
  相關信息
  
  
  --------------------------------------------------------------------------------
  
  前言
  在許多環境里,配置訪問服務器接 受流入的呼叫從異步和ISDN 用戶是必要的。 這些用戶能無 縫連接到網絡好象實際出席。因此,此設置是常用的為移動 提供網絡連通性和遠程辦公用戶并且Small Office-Home Office (SOHO) 站點。
  
  在您開始之 前
  常規
  欲知詳情關于文件協定的,查閱 Cisco 技術提示規定。
  
  前提
  此文件沒有非凡的先決條件
  
  使用的組件
  本文的 信息根據以下的軟件及硬件版本。
  
  Cisco AS5400 帶有二Dial Feature Cards (DFCs) ,提供216 個NextPort 調制解調器和8 T1 卡。
  
  此AS5400 運行® Cisco IOS 軟件發行 12.1(5)XM3 。
  
  一活動T1 PRI 。
  
  本地認證、授權和計帳(AAA) 。 假如您有一個AAA RADIUS 或Tacacs+ 服務器,可能也然后使 用該服務器為流入的呼叫提供AAA 。參見本文 實現基于服務器的AAA 子系統 欲知詳情。
  
  因 為此配置僅是為基本的模擬和ISDN 撥入,AS5350 和 AS5400 Cisco IOS 軟件版本支配所有是滿足的。運行額外的 功能,參見軟件顧問工具為您的需要選擇IOS 版本和功能設定適當 。
  
  本文提供的信息從設備被創建了在 特定實驗環境里。用于本文的所有設備開始了以一個被清除 (默認)配置。假如您工作在一個真實網絡,保證您使用它 以前了解所有命令的潛在影響。
  
  背 景理論
  本文包括如何配置AS5350 或 AS5400 系列訪問服務器接受流入的異步和ISDN 呼叫在ISDN T1 PRI 電路。此配置只包括為網絡訪問服務器必需的最小值 (NAS) 接受呼叫。額外的功能可以被添加到此配置根據您的 需要。
  
  相關產品
  此配置可能也適用于AS5350 或AS5400 訪問服務器。
  
  可能也修改此配置使用與E1 PRI 端 口。 用Telco 和其他物理特性配置E1 控制器供給的線性編 程、構建幀。D 通道配置(接口序列x:15 為E1s) 是類似的 到這里顯示的那個。
  
  此配置于一種 AS5200 是非常類似的或AS5300 配置為撥入訪問。欲知詳情 關于配置AS5200 或AS5300 的參見本文 配置 訪問服務器用PRIs 為流入的異步和ISDN 呼叫。唯一的主要更改在二之間是 t1_slot/port 用于的 命令dial-tdm-clock priority 編號分配T1 時鐘優先級在AS5350 或AS5400 。
  
  配置
  在此部分,您出席以信息配置在本文描述的功能。
  
  注重:找到附加 信息關于用于本文的命令,使用IOS 命令查找工具。
  
  配置
  本文使用如下所示的配置。
  
  5400-NAS (5400)
  
  5400-NAS#show running-config
  Building configuration...
  Current configuration : 3209 bytes
  !
  version 12.1
  no parser cache
  no service single-slot-reload-enable
  no service pad
  service timestamps debug datetime msec
  service timestamps log datetime msec
  service passWord-encryption
  !
  hostname 5400-NAS
  !
  no boot startup-test
  logging rate-limit console 10 except errors
  aaa new-model
  aaa authentication login default local
  aaa authentication ppp default local
  aaa authorization network default local
  
  !--- PPP authentication and network authorization are local.
  !--- Replace local with radius or tacacs if you are using a AAA server.
  !--- Refer to Implementing the Server-Based AAA Subsystem for more information.
  
  enable secret 5
  !
  username admin password 7
  username dude password 7
  username cisco password 7
  
  !--- Usernames for local authentication of the call. The client will present
  !--- the username/password and the NAS will authenticate the peer.
  
  !
  resource-pool disable
  dial-tdm-clock priority 1 7/1
  
  !--- T1 port 7/1 is the primary clock source
  !--- This is indicated by priority 1 in the dial-tdm-clock command.
  !--- Note: on the AS5200/AS5300 the primary clock source is set using
  !--- the command clock source line primary.
  
  calltracker enable
  calltracker history max-size 30
  calltracker call-record verbose
  
  !--- Calltracker is used for enhanced active call monitoring.
  !--- Refer to Call Tracker plus ISDN and AAA Enhancements for more information.
  
  spe call-record modem
  
  !--- Enable modem call records for NextPort Universal Ports.
  !--- This is equivalent to modem call-record terse used on MICA modem platforms.
  
  !
  voice-fastpath enable
  ds0 busyout-threshold 12
  ip subnet-zero
  no ip source-route
  no ip finger
  ip domain-name cisco.com
  
  !--- Tells the NAS how to qualify DNS lookups.
  !--- In this example, cisco.com is appended to the end of each looked-up name.
  
  ip name-server 172.22.70.10
  
  !--- Specifies the primary name server.
  
  ip name-server 172.22.10.70
  
  !--- Specifies the secondary name server.
  
  !
  isdn switch-type primary-ni
  
  !--- Switch-type for this NAS. OBTain this information from the Telco.
  
  !
  mta receive maximum-recipients 0
  !
  controller T1 7/0
  
  !--- This T1 is unused.
  
  shutdown
  !
  controller T1 7/1
  
  !--- T1 PRI physical controller configuration.
  
  framing esf
  
  !--- Framing for this T1 is Extended Super Frame (ESF).
  !--- Obtain this information from the telco.
  
  linecode b8zs
  
  !--- Linecoding for this T1. Obtain this information from the telco.
  
  pri-group timeslots 1-24
  
  !--- For T1 PRI scenarios, all 24 T1 timeslots are assigned as ISDN PRI channels.
  !--- The router will now automatically create the corresponding D-channel:
  !--- interface Serial 1:23
  
  
  !
  
  !--- The configuration for unused T1 controllers are omitted to save space.
  !--- Unused T1s can be shutdown as with controller t1 7/0.
  
  !
  interface Loopback0
  
  !--- The ip pool for dialin async and ISDN users will be in this subnet.
  !--- This way, the routes for all clients are summarized and
  !--- propagated to the backbone instead of 254 routes.
  
  ip address 10.1.1.1 255.255.255.0
  no ip mroute-cache
  !
  interface FastEthernet0/0
  ip address 172.22.186.55 255.255.255.240
  no ip mroute-cache
  duplex auto
  speed 10
  !
  interface FastEthernet0/1
  ip address 192.168.1.1 255.255.255.0
  no ip mroute-cache
  duplex auto
  speed auto
  !
  
  !--- Unused interface configuration omitted.
  
  !
  interface Serial7/1:23
  
  !--- D-channel configuration for T1 7/1.
  
  no ip address
  encapsulation ppp
  
  !--- PPP encapsulation on this interface.
  
  dialer rotary-group 1
  
  !--- T1 0 is a member of rotary group 1.
  !--- The rotary group configuration is in interface Dialer 1.
  
  isdn switch-type primary-ni
  isdn incoming-voice modem
  
  !--- All incoming voice calls on this T1 are sent to the modems.
  !--- This command is required if this T1 is to accept async calls.
  
  no fair-queue
  no cdp enable
  !
  interface Group-Async0
  
  !--- This group-async interface is the configuration template for all modems.
  !--- Individua


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 左权县| 望谟县| 滨州市| 珲春市| 成都市| 临桂县| 富宁县| 昌邑市| 霞浦县| 晋宁县| 调兵山市| 收藏| 浪卡子县| 禹州市| 汝南县| 大港区| 昌平区| 辽源市| 岗巴县| 凤凰县| 漠河县| 泰和县| 洛阳市| 若羌县| 鲁甸县| 石家庄市| 习水县| 蓬莱市| 鸡西市| 沂水县| 全州县| 绿春县| 丹巴县| 凤凰县| 修武县| 德庆县| 左权县| 丹东市| 罗甸县| 门头沟区| 沧州市|