Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1396780
  • 博文数量: 254
  • 博客积分: 4173
  • 博客等级: 中校
  • 技术积分: 3400
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-03 21:24
个人简介

不为失败找借口,只为成功找方法!

文章分类

全部博文(254)

文章存档

2021年(3)

2020年(1)

2019年(2)

2017年(10)

2016年(6)

2015年(19)

2014年(24)

2013年(19)

2012年(52)

2011年(118)

分类:

2011-05-13 16:02:29

 
 
 
配置:R1:
     #en   

      config    host R1

      int f0/0

      ip add 192.168.1.1 255.255.255.0

      no shut

      int s1/0

       ip add 192.168.2.1 255.255.255.0

       clock rate 64000

       no shut

        router rip

        version 2

        no auto-sum

        netw 192.168.1.0

         netw 192.168.2.0

         exit

          ip dhcp pool cisco

          netw 192.168.1.0 255.255.255.0

          default-router 192.168.1.1

          dns-server 202.102.240.65

          exit

          ip dhcp exclu-add 192.168.1.1 192.168.1.3

          exit

 R2:

   #en

   config

   host R2

   int f0/0

   ip add 192.168.3.1 255.255.255.0

   no shut

   int s1/1

   ip add 192.168.2.2 255.255.255.0

   no shut

   router rip

   version 2

   no auto-sum

   netw 192.168.2.0

   netw 192.168.3.0

   ip dhcp pool nyist

   netw 192.168.3.0 255.255.255.0

   default-router 192.168.3.1

   dns-server 202.102.240.65

    exit

    ip dhcp exclu-add 192.168.3.1 192.168.3.3

 

         

         
      
 
阅读(854) | 评论(0) | 转发(0) |
0

上一篇:基本的路由 DHCP配置

下一篇:心绪4

给主人留下些什么吧!~~