Troubleshooting steps if the Layer 2 network map is not discovered
If your map is not discovered after entering the details in
Discover Layer 2 Map, or if you see this message "Device mapping does not exist for this map.":
- Check if the device is reachable through SNMP.
- Check if your seed device satisfies the following conditions.
The seed device should
- either be a core router or an L3 switch in your network.
- have SNMP enabled; only then it can be queried to draw links automatically.
- have ipForwarding set to 1 for the OID - .1.3.6.1.2.1.4.1.0. (identified by querying the OID - 1.3.6.1.2.1.4.20.1.1)
- have two or more interfaces.
- Select suitable Discovery Mechanisms from the drop-down list.
Type of device
| Discovery mechanism
|
Cisco device
| CDP
|
Layer 3 switches and routers
| ARP
|
Switches
| FDB
|
Wired LAN ethernet
| LLDB
|
Routers and switches
| IP route |
List of OIDs used for Layer2 Discovery
BRIDGE-MIB
- .1.3.6.1.2.1.17.4.3.1.1
- .1.3.6.1.2.1.17.4.3.1.2
- .1.3.6.1.2.1.17.4.3.1.3
- .1.3.6.1.2.1.17.1.4.1.1
- .1.3.6.1.2.1.17.1.4.1.2
RFC1213.MIB (NetToMediaTable)
- .1.3.6.1.2.1.4.22.1.1
- .1.3.6.1.2.1.4.22.1.2
- .1.3.6.1.2.1.4.22.1.3
- .1.3.6.1.2.1.4.22.1.4
RFC1213 (IPRouteTable)
- .1.3.6.1.2.1.4.21.1.1
- .1.3.6.1.2.1.4.21.1.2
- .1.3.6.1.2.1.4.21.1.7
- .1.3.6.1.2.1.4.21.1.8
- .1.3.6.1.2.1.4.21.1.11
CISCO-CDP.MIB (CDP) - MIB files attached
- .1.3.6.1.4.1.9.9.23.1.2.1.1.4
- .1.3.6.1.4.1.9.9.23.1.2.1.1.7
- .1.3.6.1.4.1.9.9.23.1.2.1.1.9
LLDP.MIB(LLDP) - MIB files attached
- .1.0.8802.1.1.2.1.4.1.1.4
- .1.0.8802.1.1.2.1.4.1.1.5
- .1.0.8802.1.1.2.1.4.1.1.8
- .1.0.8802.1.1.2.1.4.1.1.9
- .1.0.8802.1.1.2.1.4.1.1.12
- .1.0.8802.1.1.2.1.4.2.1.2
- .1.0.8802.1.1.2.1.4.2.1.3
IF-MIB
- ifIndex - .1.3.6.1.2.1.2.2.1.1
- ifName - .1.3.6.1.2.1.31.1.1.1.1
Router Discovery Algorithm
- "ipForwarding" of the device must be set to 1 - .1.3.6.1.2.1.4.1.0
- The object must have two or more interfaces. - .1.3.6.1.2.1.4.20.1.1
Switch Discovery Algorithm
- Bridge MIB OIDs should respond.
Related Articles
Troubleshooting false positive alerts in monitoring
Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...
Troubleshoot the "pymysql module not found" error when installing the MySQL plugin
If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used ...
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
Troubleshoot the Unauthorized user (Error 401) when installing Tomcat plugins
When installing Tomcat plugins, you may encounter the following error: Unauthorized user. Does not have permissions. HTTP Error 401: This error usually occurs when the user accessing the Tomcat Manager application does not have the necessary ...
Validating sender email using DKIM authentication
What is DKIM? DomainKeys Identified Mail (DKIM) is an advanced authentication method used widely by email service providers to verify the email from the point of its origin by validating the email sender. It allows the email senders to authenticate ...