On Wed, 2015-03-25 at 20:21, Luca Bertoncello wrote: > "Karl O. Pinc" <[email protected]> schrieb: > > It seems I mis-understood. You seem to be looking for > > the MAC addresses of the devices into which the OpenWRT > > device is plugged. > Well, I try again to explain... > I need to know the MAC-Address of the device connected to the ports of the > OpenWRT-Switch and their port.
If you have ip compiled with neigh (neighbour) support compiled you can see mac addresses of devices connected to interfaces. Try something like this: ip neigh show dev eth0.1@eth0 Of course, I'm not sure if I understand your question, sorry. -- Kind regards _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
