05-18-2016 11:13 AM
04-09-2021 10:21 PM
I think this is the command
configure ip-security dhcp-bindings add ip <ip address> mac <mac address> vlan <vlan name> server-port <port facing dhcp server> client-port <port where device resides> lease-time <0 if static>
example:
configure ip-security dhcp-bindings add ip 10.2.2.145 mac 00:26:AB:7B:42:66 vlan VL2 server-port 1:57 client-port 2:48 lease-time 0
Then if you made a mistake you could delete it
configure ip-security dhcp-bindings delete ip <ip address> vlan <vlan name>
example:
configure ip-security dhcp-bindings delete ip 10.2.2.145 vlan VL2
03-29-2021 12:01 PM
It has been 4 years. Anyone found a way to do this static binding “MAC address → IP” on these switches?
10-18-2019 04:24 PM
I need more clarification on this line from the article:
For statically assigned IP addresses, entries, MUST be manually added to the bindings database
Ok thats great but why didn’t the author of the article friggin write HOW TO DO IT?
Example here is how to do it on a Cisco switch:
ip source binding <mac address> vlan # <ip address> interface <port its plugged into>
ip source binding aaaa.bbbb.cccc vlan 1 10.3.0.45 interface Gi3/0/44
07-21-2016 12:09 PM