分享
 
 
 

配置AS5350/AS5400为流入的异步和ISDN呼叫

王朝other·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

--------------------------------------------------------------------------------

内容

前言

在您开始之前

常规

前提

使用的组件

背景理论

相关产品

配置

配置

定义有趣的数据流和空闲超时

验证

检修

故障检修命令

示例调试输出

故障检修资源

相关信息

--------------------------------------------------------------------------------

前言

在许多环境里,配置访问服务器接 受流入的呼叫从异步和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

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有