07-04-2013 06:33 PM - edited 03-07-2019 02:14 PM
helo all,
i have an orion npm that is connected to my network.. and i want that all of my devices will send snpm to the orion npm.. will i need to configure the switches and router for SNMP Support? will i need to hardcode in the switches and router the snmp commands?? thanks
07-04-2013 09:06 PM
hi,
you'll need the SNMP community string configured on your devices.
advisable to use read-only access and tag an ACL.
(config)#snmp-server community
07-04-2013 10:37 PM
hi johnlloyd,
what will i put in the int the
thanks
07-04-2013 10:45 PM
hi,
the string is like a password. both the IOS device and NMS (orion) must use the same string.
a sample would be as below:
Router(config)#snmp-server community mystring ro
07-05-2013 03:39 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
As the other posters have noted, you define a SNMP community to allow SNMP queries against your host. Besides the community value, which acts as a password, you might want to define an ACL to limit what other hosts may query your host.
Also, you may be able to configure your Cisco device to SNMP trap (or inform) another host when certain events happen.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide