Install the Tool "arp-scan" and do a for-loop:

 

for i in `seq 0 254`; do echo $i && ifconfig eth1 169.254.$i.1/24 up && arp-scan -l -I eth1; done