cancel
Showing results for 
Search instead for 
Did you mean: 

IP and MAC binding

IP and MAC binding

Sangamesh
New Contributor

My configuration is

configure iparp 10.10.10.1 vr VR-Default <MAC add>.

 

My requirement is 

If I change the IP address of that particular device. It should not work means it should not PING.

 

How do I do that? I only want to allow particular IP from particular MAC address.

3 REPLIES 3

Jimbob
New Contributor

You might be able to use access lists for this. The logic

 

if ethernet-source-address 00:01:02:03:04:00 and source-address 1.1.1.1 then permit else deny. Play with policies.

What are you hoping to achieve as there may be a better way to look at it. Would it be enough to pin an IP address to a specific MAC within DHCP, or to hard set the host and exclude the address from DHCP scope?

Sangamesh
New Contributor

My requirement is, I only want to allow only one IP address for one MAC. If I change IP for that particular MAC it should not PING.

Jason_C
Extreme Employee

Hello do you know the ip address you want to not allow to ping? You are going to have to go into the Dhcp server and exclude it.

 

https://extremeportal.force.com/ExtrArticleDetail?n=000005863&q=exclude%20ip%20address

GTM-P2G8KFN