cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
486
Views
0
Helpful
4
Replies

SNMP Community

rbarroso
Level 1
Level 1

Hi, anybody know how can I see the RO SNMP Community in user mode?

Regards.

4 Replies 4

mvoight
Level 1
Level 1

You can do this by setting privilige levels to give users access to specific commands.

Here is a link

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080112495.html#wp1027195

So, you could set up privelege level 5 to permit commands that start with "show snmp community"

For instance:

privilege exec level 5 show snmp community

enable secret lavel 5 xxxxxxx (password)

Then the user can login normally, then go to level 5 with "enable 5", or you can configure the user to o

Michael

Yes, I know this, but I want to know the RO community in user mode without any privileges.

Regards.

Instead of creating a new priv level, you could add the command to the level 1 priv level

privilege exec level 1 show snmp community

You can also do it via SNMP:

entLogicalCommunity = 1.3.6.1.2.1.47.1.2.1.1.4

Cheers,

Marc

Review Cisco Networking for a $25 gift card