当前位置:首页>>思科培训>>路由技术>>正文

Cisco2610B的配置实例

文章出处:Linux 宝库 作者:未知 发布时间:2006-09-21 收藏到QQ书签
  Current configuration:
  
  !
  
  version 11.3
  
  service timestamps debug uptime
  
  service timestamps log uptime
  
  service password-encryption
  
  !
  
  hostname 2610B
  
  !
  
  enable password password
  
  !
  
  username bluestudy password password
  
  no ip domain-lookup!
  
  !
  
  interface Ethernet0/0
  
  ip address 202.108.66.98 255.255.255.248
  
  no shut
  
  !
  
  interface Serial0/0
  
  ip address 202.108.8.1 255.255.255.252
  
  no shut
  
  !
  
  interface Serial0/1
  
  no ip address
  
  shutdown
  
  !
  
  ip route 0.0.0.0 0.0.0.0 202.108.8.2
  
  !
  
  snmp-server community public RO
  
  
  snmp-server community private RW
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
  login local
  
  !
  
  no scheduler allocate
  
  end
  
  
Google