First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

MAC 00:ff:ff:ff:ff:ff working on my Net

  • retag add tags

Checking my network I discovered a device (Projector ) with the MAC address (00:ff:ff:ff:ff:ff) and an IP assigned by my DHCP server, but I can't understand how this is working because I have control over the projector and I would like to know what happens if I leave the device working on my network. This is the capture on Wireshark, thanks

I attached image https://www.screencast.com/t/wbNoDXP5...

epick's avatar
1
epick
asked 2019-03-08 16:08:42 +0000, updated 2019-03-08 16:10:02 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Although this MAC address looks strange and I can't find any matching OUI value, it has zero IG bit (this is unicast address), which means a device with such MAC will work normally if you leave it as it is.

Packet_vlad's avatar
1.1k
Packet_vlad
answered 2019-03-08 16:24:59 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks for the answer, but this is normal or is out of the standard of assignation the MAC address of a network device? Can this impact the performance of my network in the future? thanks again

epick's avatar epick (2019-03-08 17:49:36 +0000) edit

This is not normal, as in, the unicast MAC address does not fall in range of an allocated OUI. Therefore it cannot be guaranteed the MAC address will be unique on the network, causing all kinds of problems. Also the destination address (broadcast) does not match the multicast IP address, so the device does misbehave somehow.

Jaap's avatar Jaap (2019-03-08 18:23:53 +0000) edit

For sure this is out of the standard of assignation (OUI is not listed in database). But at the same time this will not impact network performance if only you don't have one more device with the same MAC in the same broadcast domain.

You can ask manufacturer about the reason of using this MAC also.

Packet_vlad's avatar Packet_vlad (2019-03-08 18:26:43 +0000) edit

Ok, thanks for the clarification

epick's avatar epick (2019-03-08 18:30:37 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer