求助:华为2611路由器、#2403H交换机如何配置DHCP服务,实现PC自动分配IP地址
一台2611路由器 E0口接交换机 E1口接外网
一台PC机接交换机
下面是路由器配置 (还要再加什么配置才可以自动分配地址啊,另,我没有DHCP服务器)
dhcp server forbidden-ip 100.100.100.1 100.100.100.254
dhcp server forbidden-ip 100.100.99.1 100.100.99.2
ftp-server enable
!
dhcp server ip-pool test01
network 100.0.0.0 mask 255.0.0.0
gateway-list 100.100.99.1
dns-list 202.102.199.68 202.102.192.68
!
interface Aux0
async mode flow
link-protocol ppp
!
interface Ethernet0
description nei wang jin kou
ip address 100.100.99.1 255.255.255.224
interface Ethernet1
ip address 100.100.100.19 255.255.255.224
!
interface Serial0
link-protocol ppp
!
interface Async0
physical-mode async
async mode protocol
link-protocol ppp
!
interface Async1
physical-mode async
async mode protocol
link-protocol ppp
!
interface Async2
physical-mode async
async mode protocol
link-protocol ppp
!
。。。。。。。。。。