电脑技术学习

HDSL宽带接入路由的配置

dn001

  version 12.1
  no service single-slot-reload-enable
  service timestamps debug uptime
  service timestamps log uptime
  no service passWord-encryption
  !
  hostname Router
  !
  logging rate-limit console 10 except errors
  enable secret 5 $1$1mW8$RbVsFi6QKt/kEWInzCxa90
  !
  ip subnet-zero
  !
  !
  no ip finger
  !
  !
  !
  !
  interface Ethernet0/0
  ip address 222.102.243.129 255.255.255.224
  no keepalive
  half-duplex
  !
  interface BRI0/0
  no ip address
  shutdown
  !
  interface Serial0/0
  bandwidth 2048
  ip address 122.1.13.30 255.255.255.252
  no fair-queue
  !
  interface Ethernet0/1
  no ip address
  shutdown
  half-duplex
  !
  ip classless
  ip route 0.0.0.0 0.0.0.0 122.1.13.29
  no ip http server
  !
  !
  line con 0
  transport input none
  line aux 0
  line vty 0 4
  password cisco
  login
  !
  no scheduler allocate
  end