Switches, Hubs, and Modems
1751975 Members
4522 Online
108784 Solutions
New Discussion юеВ

Re: Procurve 2610 dhcp-snooping and arp-protect

 
klochan
Occasional Contributor

Procurve 2610 dhcp-snooping and arp-protect

Hello. I have Procurve 2610 with dhcp-snooping and arp-protect enabled. But I have one little problem: i have two devices (dsl-modems) that can work only with static ip (there is no dhcp-client there). How can I add ip-mac of this device to dhcp-snooping database? (on cisco there is a possibility to edit dhcp-snooping database)
P.S. I can't put this devices to separate vlan (big story)
P.S.S sorry for my english =)
2 REPLIES 2
Jeff Carrell
Honored Contributor

Re: Procurve 2610 dhcp-snooping and arp-protect

switchname(config)# ip source binding

example:
vlan 10
device ip 10.1.1.2
device mac aabbccddeeff
port 3

ip source binding 10 10.1.1.2 aabbccddeeff 3

hth...jeff
klochan
Occasional Contributor

Re: Procurve 2610 dhcp-snooping and arp-protect

Thank you, it works =)