blob: e45d39c10f4ddcc92e427af5171879e1623e3ad3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | ARPING Users
==========
This is a simplified python script which checks the available subnet for computers online and returns a list of users which are online based on their mac-address
arping_users.py:
  call `python arping_users.py v` for verbose output -> print all discovered hosts
SNMPWALK Command
===============
snmpwalk -c shammunity 10.42.0.1 1.3.6.1.2.1.3.1.1.2
 |