- 06 Sep 2023
- 2 Minutes to read
- Print
- DarkLight
- PDF
SNMP Scan List
- Updated on 06 Sep 2023
- 2 Minutes to read
- Print
- DarkLight
- PDF
SNMP scanning allows you to discover all SNMP capable devices on your network and import them into SysAid. When creating an asset from an SNMP scan, SysAid uses the MAC address of the first network interface detected on the device as the asset ID.
The SNMP Scan list displays all of your saved SNMP scans.
For general instructions for using list pages in SysAid, see Using SysAid Lists.
Create an SNMP scan
To create a new SNMP scan, click .
Edit an SNMP scan
To view or edit an existing SNMP scan, click its row in the list to open the SNMP Scan form.
Delete an SNMP scan
To delete SNMP scans
- Select the check boxes corresponding to the SNMP scans you want to delete.
- Click Delete.
- When prompted, click Delete.
Update SNMP Assets
The SNMP scan only creates assets, it doesn't update them. You can update SNMP assets by scheduling an update in the Update Asset Data page.
To schedule updates of SNMP assets
- Navigate to Settings > Network Discovery > Update Asset Data.
- In the Filter Expression column, click
.
- Set the query to assets with a source of SNMP.
- Click Create Filter.
- Use the Date/Time picker to select a date and time for the update to run.
- In the Repeat Every column, select how often the update should recur.
- Click Add.
Background information
What's SNMP?
SNMP (Simple Network Management Protocol) is used by devices as a method of communicating basic and real-time information across a network.
Each device contains OIDs (Object Identifiers), variables that communicate data about the device. An OID looks something like 1.3.6.11.2.2.3 with each number representing another level, or branch on an organizational device hierarchy known as a MIB (Management Information Base).
SysAid uses its own internal logic to determine the device type (DHCP server, router, switch, printer, or "other"). If a device is mislabeled, you can manually change the Device Type in its asset form.
SNMP in SysAid
SysAid's Asset Management allows you to perform the following actions for SNMP-compatible devices.
- Find devices and add them to your asset inventory.
- Write information to the device.
- Monitor devices by receiving traps.
- Map devices' OIDs to specific fields in SysAid.
Prerequisites for an SNMP scan
Before scanning for SNMP devices, be sure that the following conditions are in place:
- The devices you want to discover are enabled for for SNMP version 1, 2, or 3.
- If a device is enabled for SNMP v3, a password is set on that device.
- The device's Community string matches the string you define in the scan.
- If a device limits SNMP access according to IP address or host name, ensure that the device enables access to the RDS or the SysAid server.
- At least one of the device's network adapters contains a valid MAC address on the following OID: 1.3.6.1.2.1.2.2.1.6.X.
SysAid may not be able to locate your device's MAC address if its adapter OIDs are not arranged in sequential order starting with 1.3.6.1.2.1.2.2.1.6.1.
For more information on these conditions, see the documentation for the devices you want to discover.
For more information on SNMP, see here.