Net SNMP
From LinuxC6xWiki
For more information on Net SNMP , checkout [[1]]
Download Net SNMP 5.5 from [[2]]
NOTE: build requires GCC tool chain and will not build under CGT
To test this feature, do the following:-
On the target:
- snmpd
Then on the host:
$ snmpwalk –v 1 –c public <TARGET_IP> system
You can then do the opposite (snmpd on the host, snmpwalk on the target).

