xlfm22 发表于 2018-7-18 09:35:41

cisco路由器:ADSL拨号的设置

ciscotermserver#sh run  Building configuration...
  Current configuration : 2656 bytes
  !
  version 12.3
  service timestamps debug uptime
  service timestamps log uptime
  service password-encryption
  !
  hostname ciscots
  !
  boot-start-marker
  boot-end-marker
  !
  enable secret 5 XXXXXXXXXXXXXXXXXXXXXXX
  !
  username root privilege 15 password 7 XXXXXXXXXXXXXXXXXXXXXX
  no aaa new-model
  ip subnet-zero
  no ip domain lookup
  ip host internet 2016 10.253.100.19
  ip host gig_switch3 2015 10.253.100.19
  ip host dmz_switch 2013 10.253.100.19
  ip host pix 2012 10.253.100.19
  ip host gig_switch2 2006 10.253.100.19
  ip host dbunbii 2003 10.253.100.19
  ip host up_switch1 2004 10.253.100.19
  ip host gig_switch1 2005 10.253.100.19
  ip host core 2002 10.253.100.19
  ip host ras 2011 10.253.100.19
  ip host router8 2009 10.253.100.19
  ip host up_stack1 2007 10.253.100.19
  !
  !
  !
  !
  interface Ethernet0
  ip address 10.253.100.19 255.255.0.0
  !
  interface Serial0
  no ip address
  shutdown
  !
  interface Serial1
  no ip address
  shutdown
  !
  no ip http server

  no ip>  !
  !
  !
  !
  line con 0
  line 1
  session-timeout 30
  exec-timeout 0 0
  no exec
  transport input telnet
  line 2
  session-timeout 30
  location CORE
  exec-timeout 0 0
  no exec
  transport input telnet
  line 3
  session-timeout 30
  location DBUNBII
  exec-timeout 0 0
  no exec
  transport input telnet
  line 4
  session-timeout 30
  location UP_SWITCH1
  exec-timeout 0 0
  no exec
  transport input telnet
  line 5
  session-timeout 30
  location GIG_Switch4
  exec-timeout 0 0
  no exec
  transport input telnet
  line 6
  session-timeout 30
  location GIG_SWITCH2
  exec-timeout 0 0
  no exec
  transport input telnet
  line 7
  session-timeout 30
  location UP_STACK1
  exec-timeout 0 0
  no exec
  transport input telnet
  line 8
  session-timeout 30
  exec-timeout 0 0
  no exec
  transport input telnet
  line 9
  session-timeout 30
  location ROUTER8
  exec-timeout 0 0
  no exec
  transport input telnet
  line 10
  session-timeout 30
  exec-timeout 0 0
  no exec
  transport input telnet
  line 11
  session-timeout 30
  location RAS
  exec-timeout 0 0
  no exec
  transport input telnet
  speed 38400
  line 12
  session-timeout 30
  location PIX
  exec-timeout 0 0
  no exec
  transport input telnet
  line 13
  session-timeout 30
  location DMZ_SWITCH
  exec-timeout 0 0
  no exec
  transport input telnet
  line 14
  session-timeout 30
  exec-timeout 0 0
  no exec
  transport input telnet
  line 15
  session-timeout 30
  location GIG_SWITCH3
  exec-timeout 0 0
  no exec
  transport input telnet
  line 16
  session-timeout 30
  location INTERNET
  exec-timeout 0 0
  no exec
  transport input telnet
  line aux 0
  line vty 0 4
  exec-timeout 60 0
  login local
  !
  end
  ciscotermserver#
页: [1]
查看完整版本: cisco路由器:ADSL拨号的设置