Chinaunix首页 | 论坛 | 博客
  • 博客访问: 693732
  • 博文数量: 245
  • 博客积分: 10037
  • 博客等级: 上将
  • 技术积分: 2512
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-16 17:16
文章分类

全部博文(245)

文章存档

2008年(7)

2007年(238)

我的朋友

分类: 系统运维

2007-04-18 16:10:58

 Router#sh run
  Building configuration...
  
  Current configuration:
  !
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Router
  !
  !
  username zzf7681
  !
  !
  !
  !
  ip subnet-zero
  !
  !
  !
  !
  interface FastEthernet0/0
  ip address 218.28.3.134 255.255.255.252
  no ip directed-broadcast
  ip nat outside
  duplex auto
  speed auto
  !
  interface FastEthernet0/1
  ip address 200.4.3.10 255.255.255.0
  no ip directed-broadcast
  ip nat inside
  duplex auto
  speed auto
  !
  ip nat pool bbb 218.28.3.134 218.28.3.134 netmask 255.2
  ip nat inside source list 1 pool bbb overload
  ip classless
  ip route 0.0.0.0 0.0.0.0 218.28.3.133
  no ip http server
  !
  access-list 1 permit 200.4.3.0 0.0.0.255
  !
  line con 0
  password zzf7681
  transport input none
  line aux 0
  line vty 0 4
  password zzf7681
  login
  !
  end
 
From:chinaitlab
  
阅读(738) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~