码迷,mamicode.com
首页 > 系统相关 > 详细

cisco路由器上的DHCP

时间:2016-12-11 08:31:13      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:1.0   center   get   debug   block   log   51cto   scroll   default   


一、实验拓扑

技术分享

二、具体配置

Router(config)#do sh run
Building configuration...
 
Current configuration : 604 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool abc
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1
 dns-server 192.168.1.1
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
line con 0
line vty 0 4
 login
!
end
 
三、实验结果
 

技术分享





cisco路由器上的DHCP

标签:1.0   center   get   debug   block   log   51cto   scroll   default   

原文地址:http://www.cnblogs.com/sanyuanempire/p/6158975.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!