# Device not responding to SNMP Queries ## Problem You get an error as "No response to SNMP queries" when: - Adding a Switch in the Switch Port Mapper tool - Adding a Router in Switch Port Mapper or Rogue Detection tools - Adding a Cisco Router/Switch in the Config File Manager tool - Adding interfaces to the Bandwidth Monitor tool ## Cause You may encounter this problem due to any one of the following reasons: 1. When SNMP is not enabled in the device 2. When the given SNMP Community string is incorrect 3. Due to access restrictions ## Resolution ### Check whether the device has SNMP access 1. Check whether the device model supports SNMP management — refer to the device manual or the vendor's website. 2. If it supports SNMP, check whether SNMP has been enabled. For example, in Cisco devices, the command to enable SNMP through CLI (Telnet) is: ```bash Router (config)# snmp-server community Read_Only_Community_Name ro Router (config)# snmp-server community Read_Write_Community_Name rw Router (config)# exit ``` Then save the changes: ```bash Router# write memory ``` ### Check whether the given SNMP Community is correct 1. The SNMP community string is case sensitive — verify correctness. 2. If you are unsure of the community string, check with your administrator. Most devices have the default community as "public". 3. If you have Telnet access to the device, you can check the community by using the `show run` command from enable mode (for Cisco devices) and checking for strings beginning with `snmp-server community`. ### Check the Access Lists Devices can be configured to accept SNMP queries only from specific IP addresses. Ensure that the computer where OpUtils is installed is not restricted. **Applies to:** Switch Port Mapper, Rogue Detection, Cisco Config File Manager, IP Address Manager, Bandwidth Monitor **Keywords:** SNMP, SNMP Community, Router Community, Switch Community, Running Config, Startup Config ## 24/5 Support Support is available 24 hours a day, five days a week (Monday through Friday), excluding USA & India public holidays. Tel: `+1-888-720-9500` Email: [support@manageengine.com](mailto:support@manageengine.com) ## Speak to us - Join the OpUtils Community to get instant answers to your queries by registering with our [Forum](https://forums.manageengine.com/OpUtils). - Follow the latest happenings in OpUtils on [Twitter](https://twitter.com/OpUtils).