CISCO怎样取消设置DHCP保留不分配的地址

我用ip dhcp excluded-address 配置保留了192.168.2.3这个地址,现在我需要把它给取消,应该怎么取消,谢谢,请列出详细命令行

一先查看具体配置命令:
4700#sh run
Building configuration...

Current configuration : 660 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 4700
!
!
ip subnet-zero
ip dhcp excluded-address 192.168.2.3 <----DHCP保留命令

二>删除保留命令
4700#conf t
Enter configuration commands, one per line. End with CNTL/Z.
4700(config)#no ip dhcp excluded-address 192.168.2.3
温馨提示:答案为网友推荐,仅供参考