Skip to main content

enable SNMP in cisco device

How to enable SNMP service in cisco device? Please try to follow this article to achieve it.


After enabling the SNMP function of Cisco Router/Switch, it can provide SNMP query, allowing network management equipment to detect the latest dynamic and static information on the Router/Switch through the SNMP protocol, such as network interface traffic, host name, configuration settings, etc. 

The setting steps are as follows:


1.    using Putty or telnet to the cisco router/switch:  eg. telnet 192.168.2.100
2.    Password: 
3.    Router>enable (en)
4.    Password: 
5.    Router # config  t
6.    Router (config)# snmp-server community public ro
7.    exit

Remember to save the conjuration
8. write memory

Explanation:

community public: is to set the SNMP connection password, usually set to public, if you don't want others to ask the MIB database on your Router, you can change this string to your own password such as infonewhk

community public ro: Set the SNMP Agent logging in with the public password, and its mode of querying the MIB database is RO (Read Only), 

Comments

Popular posts from this blog

5 methods to improve the performance of Windows

I believe that many people will feel faster when using a newly bought computer or a computer after reinstalling the operating system, but after using it for a period of time, it will feel much slower. In fact, this situation is mainly due to the fact that the system generates a lot of junk files during the use of the computer, and after installing many different software, the system will automatically start some unnecessary programs in the system's service items when booting. So you will feel the system is getting slower and slower. But just use the following methods to improve the speed of your computer a lot: 1. Msconfig (System Settings) The main function of Msconfig.exe is to automatically activate some programs when the system is turned on so that you can get a quick response when using its programs or software.   But sometimes some programs or software are not used frequently, so you can close some programs or software in the boot option to increase the boot speed....

Reset or initialize Microsoft Word setting

I believe that many people will set certain settings when using Microsoft Word but forget them.   It may cause inconvenience in use, so I want to restore the original settings.   Some people may choose to reinstall Microsoft Word, but this is quite time-consuming.

Recover your language bar in Windows XP

Have you tried to accidentally remove the language input method in the lower right corner of the computer?   Recently I received this question "I accidentally deleted the language bar on the desktop, how can I get it back?"   I  believes that many people will also have this problem, so I wrote this article.