Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Rules to auto identify devices by snmp scan. Dialog between snmp inventory and ipdiscover inventory #1513

Open
bud4 opened this issue Apr 28, 2023 · 1 comment

Comments

@bud4
Copy link

bud4 commented Apr 28, 2023

I would like the ability to mark how to identify all devices I found via snmp scan.

For example, if I find a network printer through snmp it should be possible to automatically identify its ip address as a printer (ipdiscover identified)
It would also be very useful if the snmp scan automatically saves the ip from which it has been answered without having to search for it by label and OID.

@bud4
Copy link
Author

bud4 commented May 22, 2023

I want to underline the importance of automatically acquiring the IP address queried via snmp .
In fact I can't store the ip addresses of the network printers, perhaps because the ip address is concatenated to the OID.
See below
`snmpwalk -v 2c -c public -On 172.30.27.106 .1.3.6.1.2.1.4.20.1

.1.3.6.1.2.1.4.20.1.1.172.30.27.106 = IpAddress: 172.30.27.106

.1.3.6.1.2.1.4.20.1.2.172.30.27.106 = INTEGER: 1

.1.3.6.1.2.1.4.20.1.3.172.30.27.106 = IpAddress: 255.255.255.0

.1.3.6.1.2.1.4.20.1.4.172.30.27.106 = INTEGER: 1

.1.3.6.1.2.1.4.20.1.5.172.30.27.106 = INTEGER: -1
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants