Use SNMP through an on-premises XSOAR engine to query switches about connected
devices.
| Where Can I Use This? | What Do I Need? |
Enterprise IoT Security can work through an on-premises XSOAR engine to
retrieve information from switches about the devices connected to them. To do this,
XSOAR uses SNMP to capture data about device IP and MAC addresses when their network
traffic reaches network switches but not the firewall.
The XSOAR engine begins by establishing trust with an entry switch, which
is usually at the core or aggregation layer. After this, the engine queries the
switch for information about the devices connected to it; specifically, it learns
device MAC addresses and IP addresses. The XSOAR engine also queries the entry
switch for the IP addresses of neighboring CDP and LLDP switches on the network.
Using the same credentials, it collects device information from them next and also
gets a list of their neighboring switches as well. XSOAR continues collecting device
information and learning about other switches until it has queried them all.
After collecting information through SNMP, the engine sends it to the engine hub URL
of your Enterprise IoT Security tenant, which then forwards the information to IoT
Security. IoT Security analyzes the information and adds newly discovered details
about existing devices in its inventory and also adds newly discovered devices to
its inventory. When IoT Security learns of a new device through SNMP, it
displays SNMP in the Source column for it on the page.
To retrieve this information, the XSOAR engine does an SNMP walk for the following
object identifiers (OIDs):
| OIDs | Comment |
| 1.3.6.1.2.1.1.5 | This OID gets the switch name. |
| 1.3.6.1.2.1.4.22.1.2 | This gets the ARP table on the switch, which contains device MAC
address/IP address pairs. |
| 1.3.6.1.2.1.17.4.3.1.2, 1.3.6.1.2.1.17.1.4.1.2,
1.3.6.1.2.1.31.1.1.1.1 | These three OIDs combine together to get device MAC
address/physical port on the switch pairs. (Only Cisco Catalyst
switches return this information.) |
| 1.3.6.1.4.1.9.9.23.1.2.1.1.4, 1.0.8802.1.1.2.1.4.2.1 | These OIDs provide the IP addresses of neighboring switches
learned through Cisco Discovery Protocol (CDP) and Link Layer
Discovery Protocol (LLDP). |
Users must have owner privileges to activate SNMP Discovery; add XSOAR engines to
Enterprise IoT Security and delete them from it; and add, modify, and delete
SNMP instances.