| Line -... |
Line 1... |
| - |
|
1 |
v1.0
|
| - |
|
2 |
|
| 1 |
This script polls network switch ports to see which MAC addresses are assigned to them, then polls the arp table
|
3 |
This script polls network switch ports to see which MAC addresses are assigned to them, then polls the arp table
|
| 2 |
on one or more routers to determine the IP address. It then uses reverse DNS to look up the name of the device
|
4 |
on one or more routers to determine the IP address. It then uses reverse DNS to look up the name of the device
|
| 3 |
|
5 |
|
| 4 |
The results are saved in a YAML file and used to initialize the internal structures if it exists, so when a device
|
6 |
The results are saved in a YAML file and used to initialize the internal structures if it exists, so when a device
|
| 5 |
goes off the network, the information that it was there remains available (and the date/time it was last seen).
|
7 |
goes off the network, the information that it was there remains available (and the date/time it was last seen).
|