发新话题
打印

CISCO学习问题之Configuring Dialout using a Modem on the AUX Port

CISCO学习问题之Configuring Dialout using a Modem on the AUX Port

  环境 A Cisco 2600 Series Router running Cisco 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

TOP

发新话题