when dhcp snooping entries removed ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 12:03 PM
Hi ;
I know that we can clear dhcp-bindings for a port manually.
Are there any way to clear dhcp-bindings when an interface is down ?
Is there any way to create a timer for that or am i have to wait for the dhcp lease time?
Regards,
Burak.
I know that we can clear dhcp-bindings for a port manually.
Are there any way to clear dhcp-bindings when an interface is down ?
Is there any way to create a timer for that or am i have to wait for the dhcp lease time?
Regards,
Burak.
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 02:11 PM
Burak,
I apologize, I misspoke previously. You can specify the port in that command.
You should be able to find information on setting up UPM profiles in the Universal Port section of the EXOS User Guide.
I apologize, I misspoke previously. You can specify the port in that command.
You should be able to find information on setting up UPM profiles in the Universal Port section of the EXOS User Guide.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 02:02 PM
So i understand from that last two answers , we can do it by using a script file.
clear ip-security dhcp-snooping entries vlan "Default" ports 7
@Brandon ; we can clear the bindings using the following command .
I think if i can write correct script that finds the ports that goes down , i can do that.
Thanks for the ideas. I will try that , and if i succeed i will share.
Regards,
Burak.
clear ip-security dhcp-snooping entries vlan "Default" ports 7
@Brandon ; we can clear the bindings using the following command .
I think if i can write correct script that finds the ports that goes down , i can do that.
Thanks for the ideas. I will try that , and if i succeed i will share.
Regards,
Burak.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 01:56 PM
Hi Burak,
You can clear the DHCP snooping bindings for a vlan, but they cannot be cleared per-port. You could configure a UPM profile to clear the bindings on a link down, but since this would be per-vlan, it would not do what you are asking.
-Brandon
You can clear the DHCP snooping bindings for a vlan, but they cannot be cleared per-port. You could configure a UPM profile to clear the bindings on a link down, but since this would be per-vlan, it would not do what you are asking.
-Brandon
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-07-2015 01:55 PM
if you are good at script then you can match the port down log and clear the snooping entry using the simple script
