- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 01:54 AM
Hi Everyone
Can any one help me to the query bellow
Can we discover Windows using SNMP?
thanks ®ards
Mallikarjun
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 02:34 AM
Hi,
OOB yes its possible. But ServiceNow disabled it because they wants us to make use WMI to discover windows. If you really wants to use SNMP then in every machine the Windows SNMP service should be active then you can achieve. But its not a recommended way because SNMP wont provide more information than WMI
Regards,
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 03:24 AM
Thanks to reply,
Even though it is not recommended I need the process of it
i have enabled SNMP service in my windows as bellow
Start Button>control panel>Program &Feature >Turn windows feature on or off>Windows Features>SNMP
And
I created schedule for behavior (SNMP only)and ran the discovery but it is not processing it showing
Alive,not active ,not classified
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 03:33 AM
Hi,
As i said OOB it will be disabled in ServiceNow. Please activate windows classification for SNMP here in these table
https://instancename/discovery_classy_snmp_list.do?sysparm_query=nameLIKEWindows
Also make sure port 161 is opened from MID server to discover your windows device.
Regards,
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 09:04 AM
You can but you won't like it. Back when we started discovery we had some SNMP classifiers to gather compute devices (windows, Linux ect) but didn't ever do much more than just classify the device. We found out early that important pieces such as running processes and installed software were not going to be able to be queried so we just let it die on the vine. We never "took" anything away to accomplish this though. You can still build yourself an SNMP classifier for windows, build out the necessary identity and exploration probes to gather what you need. That's the beauty of the tool... But what you will find is WMI is a much better and easier method in getting the data that makes up a quality CI.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 01:50 AM
By using snmpwalk or any snmp browser like iReasoning from mid server check your windows box is responding to snmp...
From error suspect that ...ip is reachable but not responding on SNMP port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 02:44 PM
Yes but WMI is better option as per standard practice