Hi Team,
Just want to clarify one thing before I make a change tongiht.
Following is my VLAN30 config and the DHCP Config.
I want to make a subnet change and want to clear the DHCP bidnings after the change.
interface Vlanif30
description SIP
ip address 192.168.1.1 255.255.255.0
dhcp select interface
dhcp server excluded-ip-address 192.168.1.200
dhcp server lease unlimited
dhcp server dns-list 192.168.1.100
What is the commad to clear all DHCP bindings from the router? (Similar to "clear ip dhcp binding all" on Cisco)
Also how do is check the current binding stats with the MAC address and IP ("show ip dhcp binding" on Cisco)
Can i use "reset ip pool interface interface-name { start-ip-address [ end-ip-address ] | all | conflict | expired | used }"
Should I type reset ip pool interface Vlanif30 all ?????????
Thanks