文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | 免费看大片 | WPS | 杀毒软件
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网络技术网络管理modem-aux配置教程
精品推荐
特别推荐
·局域网共享的具体设置
·网络故障诊断排除70例
·宽带拨号连接密码恢复原理
·网管好帮手 最常用的网络命令精萃
·共享:宽带ADSL拨号应用技巧五则
·Windows域信任关系建立全攻略
·IE主页被修改的处理方法
·Windows系统使用的文件及打开方式
·操作电脑最忌的十八个小动作
·ping 命令的用法大全
·网管秘籍:选择安全漏洞扫描工具
·拨号一切正常 但不能上网的解决方法
·一步一步教你保护你的Wi-Fi网络
·25年来最具影响力的十大IT技术组合
·网管员必读的十四大安全策略
·windows启动项目解答
·DEBUG命令大全
·最全面的WindowsXP修改大全
·Wap开发FAQ大全
·windows 2000进程一览
热点TOP10
·教你学习如何破解XP登陆密码
·初级网管或黑客必需撑握的8个DOS命令
·操作电脑最忌的十八个小动作
·最全面的WindowsXP修改大全
·网吧组建完全手册
·ping 命令的用法大全
·腾讯(国外QQ)靓号申请,使用,下载方法
·恢复IE为默认浏览器
·DEBUG命令大全
·网络管理中的常用命令
·可以胜任任何一家网吧技术主管的绝招
·破解万象免费上网
·windows启动项目解答
·网络速度我做主,限制带宽小技巧
·ADSL共享方案及实例操作
·IE主页被修改的处理方法
·用net start 可以启动的服务命令一览
·局域网共享的具体设置
·河南网通宽带共享:破解河南网通宽带共享完全版
·宽带常见故障及解决方法

modem-aux配置教程

日期:2007年5月5日 作者: 查看:[大字体 中字体 小字体]



  maui-slt-01#show running-config
  Building configuration...
  
  Current configuration:
  !
  version 12.1
  service timestamps debug datetime msec
  service timestamps log datetime msec
  no service password-encryption
  !
  hostname maui-slt-01
  !
  aaa new-model
  aaa authentication login default local
  aaa authentication login NO_AUTHEN none
  aaa authentication ppp default local
  
  !--- This is the basic AAA configuration for PPP calls.
  
  enable secret 5
  !
  username admin password 0
  username maui-nas-03 password 0 cisco
  
  !--- Defines username for remote router (maui-nas-03) and shared secret password.
  !--- Shared secret(used for CHAP authentication) must be the same on both sides.
  
  !
  memory-size iomem 30
  ip subnet-zero
  !
  chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45 CONNECT \c
  
  !--- Sets up chat script "Dialout" used for the dialout connection on aux 0.
  
  modemcap entry MY_USR_MODEM:MSC=&F1S0=1
  
  !--- Modemcap (MY_USR_MODEM) will be applied to the AUX port line interface
  !--- This modemcap was created using the command:
  !--- modemcap edit MY_USR_MODEM miscellaneous &F1S0=1
  !--- Refer to the Modem-Router Connection Guide for more information.
  
  !
  interface Loopback0
  ip address 172.17.1.1 255.255.255.0
  !
  interface FastEthernet0/0
  ip address 172.16.1.1 255.255.255.0
  no keepalive
  duplex auto
  speed auto
  !
  
  ! <<-- irrelevant output removed
  
  !
  interface Async65
  
  !--- Async interface corresponding to the AUX Port.
  !--- This was determined using the show line command.
  !--- See External Modem Setup and Troubleshooting Tasks for more details.
  
  no ip address
  encapsulation ppp
  
  !--- Use PPP encapsulation over this link.
  
  dialer in-band
  dialer pool-member 20
  
  !--- Designate Async65 as member of dialer pool 20.
  !--- The command dialer pool 20 is specified in interface Dialer 10.
  
  async default routing
  
  !--- This permits routing over the async interface.
  !--- This is required for a routing protocol to run accross the async link.
  
  ppp authentication chap callin
  !
  interface Dialer10
  
  !---Dialer 10 is the logical interface for Dialer Pool 20.
  
  ip unnumbered Loopback0
  
  !--- Uses the Loopback 0 IP address.
  
  encapsulation ppp
  ip ospf demand-circuit
  dialer remote-name maui-nas-03
  
  !--- Specifies the remote router name.
  !--- This name must match the one used by the remote router for authentication
  
  dialer pool 20
  
  !--- Async 65 is a member of this pool
  
  dialer idle-timeout 900
  dialer string 81690
  
  !--- Defines the destination router's phone number
  
  dialer max-call 4096
  dialer-group 1
  
  !--- apply interesting traffic definition from dialer-list 1
  
  
  ppp authentication chap callin
  
  !--- Use CHAP authentication for incoming calls
  
  !
  router ospf 5
  network 172.16.1.0 0.0.0.255 area 0
  network 172.17.1.0 0.0.0.255 area 0
  network 172.22.1.0 0.0.0.255 area 0
  
  !---OSPF is used between the routers.
  !---A routing protocol is unnecessary if you configure the appropriate static routes.
  
  !
  ip classless
  ip route 0.0.0.0 0.0.0.0 Dialer10
  
  !--- Default route points to int dialer 10.
  !--- This is necessary since OSPF is not configured to send default routes.
  
  no ip http server
  !
  access-list 101 remark Define Interesting Traffic
  access-list 101 deny ospf any any
  access-list 101 permit ip any any
  dialer-list 1 protocol ip list 101
  
  !--- Use access list 101 for interesting traffic definition
  !--- This is applied to interface Dialer 10 using dialer-group 1
  
  !
  line con 0
  login authentication NO_AUTHEN
  transport input none
  !
  line aux 0
  
  !--- line interface for the AUX port
  
  exec-timeout 0 0
  
  !--- disable exec timeout on the interface
  
  script dialer Dialout
  
  !--- use chat script "Dialout"
  
  modem InOut
  
  !--- enable incoming and outgoing calls
  
  modem autoconfigure type MY_USR_MODEM
  
  !--- apply the modemcap MY_USR_MODEM that was configured previously
  
  transport input all
  stopbits 1
  
  !--- Improve throughput by reducing async framing overhead
  
  speed 115200
  
  !--- The AUX port on the 2600 supports a speed of 115200.
  !--- Note: If you are routing through the AUX port, each character generates a
  !--- processor interrupt. This is an abnormally high load on the CPU, which can be
  !--- resolved by using a lower AUX port speed.
  
  flowcontrol hardware
  
  !--- configures RTS/CTS flow control
  
  line vty 0 4
  !
  no scheduler allocate
  end
  
  ##########################################
  maui-nas-03#show running-config
  Building configuration...
  
  Current configuration:
  !
  version 12.0
  service timestamps debug datetime msec
  service timestamps log datetime msec
  no service password-encryption
  !
  hostname maui-nas-03
  !
  aaa new-model
  aaa authentication login default local
  aaa authentication login NO_AUTHEN none
  aaa authentication ppp default local
  
  !--- This is the basic AAA configuration for PPP calls.
  
  enable secret 5
  !
  username admin password 0
  username maui-slt-01 password 0 cisco
  
  !--- defines username for remote router (maui-slt-01) and shared secret password.
  !--- Shared secret(used for CHAP authentication) must be the same on both sides.
  
  spe 1/0 1/7
  firmware location system:/ucode/mica_port_firmware
  !
  ip subnet-zero
  !
  isdn switch-type primary-ni
  mta receive maximum-recipients 0
  !
  controller T1 0
  
  !--- Primary T1
  
  framing esf
  clock source line primary
  linecode b8zs
  pri-group timeslots 1-24
  !
  
  ! <<-- irrelevant output removed
  
  !
  interface Loopback0
  ip address 172.22.1.1 255.255.255.0
  no ip directed-broadcast
  !
  interface Ethernet0
  ip address 172.22.53.105 255.255.255.0
  no ip directed-broadcast
  no keepalive
  !
  
  ! <<-- irrelevant output removed
  
  !
  interface Serial0:23
  
  !--- D-channel for T1 0
  
  no ip address
  no ip directed-broadcast
  encapsulation ppp
  isdn switch-type primary-ni
  isdn incoming-voice modem
  
  !--- This sends incoming async calls to the modems.
  
  fair-queue 64 256 0
  ppp authentication chap
  !
  
  ! <<-- irrelevant output removed
  
  !
  interface Group-Async0
  
  !--- Group-Async interface is used to aggregate the modems.
  
  ip unnumbered Loo
[1] [2] 下一页 




上一篇:在Novell网中无盘启动Win95

下一篇:利用技术手段控制宽带网络速度

modem-aux配置教程 相关文章:
·photoshop修改照片成为美女教程
·全方位性爱教程大全
·非主流ps教程实用的技巧大全
·Photoshop抠头发高级抠图教程
·流光破解ftp密码教程
·设好eMule电驴两项关键配置 提高下载速度
·外挂 录象 网站 举报方案最新教程_QQ堂
·AIX 5L 学习大纲/简易教程(2)(未经许可,请勿COPY)
·思科3550交换机配置(1)
·photoshop教程:MM照片的后期美化
modem-aux配置教程 相关软件:
·孙鑫VC++从入门到精通开发详解视频教程FLASH版
·黑客视频教程 VMware虚拟机的安装和使用
·刘天礼 吉他视频教程
·计算机基础知识教程
·美工设计教程
·大师之路Photoshop教程V2.0
·招聘面试技巧 视频教程
·主板BIOS设置 视频教程
·黑客视频教程-灰鸽子远控使用教程
·孙鑫vc++视频教程

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.vipcn.net
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.vipcn.net All Rights Reserved. 鄂ICP备05000083号Powered by:viphot