OpenWRT display devices on network in commandline and store to file

0

I would like to display the devices, their IP & mac address via SSH into my OpenWRT flashed router is there a native method or is a package required? if so, which would be least labor intensive?

I'd use 'sed' to store these details as a txt file and have the script for that written already. (the easy part)

Ballard

Posted 2017-03-27T20:59:45.617

Reputation: 128

1Display connected clients and processor load – Ramhound – 2017-03-27T21:07:01.140

Answers

0

arp -n >> file location/file

or

arp -n > file location/file

Ballard

Posted 2017-03-27T20:59:45.617

Reputation: 128