sw(config)#service dhcp
sw(config)#ip dhcp pool 172.25.1.0/24
sw(dhcp-config)#network 172.25.1.0 255.255.255.0
sw(dhcp-config)#default-router 172.25.1.1
sw(dhcp-config)#exit
sw(config)#ip dhcp excluded-address 172.25.1.1 172.25.1.50
sw(config)#ip dhcp excluded-address 172.25.1.200 172.25.1.255
楼上说的全对