xuol001 发表于 2017-7-8 17:38:46

cisco路由器上的DHCP

一、实验拓扑
  二、具体配置

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

三、实验结果




来自为知笔记(Wiz)
页: [1]
查看完整版本: cisco路由器上的DHCP