Chinaunix首页 | 论坛 | 博客
  • 博客访问: 656581
  • 博文数量: 751
  • 博客积分: 5000
  • 博客等级: 大校
  • 技术积分: 4990
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-28 09:48
文章分类

全部博文(751)

文章存档

2011年(1)

2008年(750)

我的朋友

分类:

2008-10-28 10:03:21


  环境 A 2600 Series Router running IOS Software Release 12.1(2)
   A Cisco AS5300 Router running Cisco IOS software release 12.0(7)T
  问题 This document shows how to configure dialout using a modem on the AUX port.
  解答 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
  !
  enable secret 5
  !
  username admin password 0
  username maui-nas-03 password 0 cisco
  ip subnet-zero
  !
  chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45 CONNECT \c
  !
  interface Loopback0
  ip address 172.17.1.1 255.255.255.0
  !
  interface Async65
  no ip address
  encapsulation ppp
  dialer in-band
  dialer pool-member 20
  ppp authentication chap callin
  !
  interface Dialer10
  ip unnumbered Loopback0
  encapsulation ppp
  ip ospf demand-circuit
  dialer remote-name maui-nas-03
  dialer pool 20
  dialer string 81690
  dialer-group 1
  ppp authentication chap callin
  !
  ip classless
  !
  dialer-list 1 protocol ip permit
  !
  line aux 0
  exec-timeout 0 0
  script dialer Dialout
  modem InOut
  modem autoconfigure discovery
  transport input all
  stopbits 1
  flowcontrol hardware
  line vty 0 4
  !
  no scheduler allocate
  end
  
  
  
【责编:admin】

--------------------next---------------------

阅读(292) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~