--------------------------------------------------------------------------------
内容
前言
在您开始之前
常规
前提
使用的组件
背景理论
相关产品
配置
配置
定义有趣的数据流和空闲超时
验证
检修
故障检修命令
示例调试输出
故障检修资源
相关信息
--------------------------------------------------------------------------------
前言
在许多环境里,配置访问服务器接 受流入的呼叫从异步和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