cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
57249
Views
10
Helpful
3
Replies

Command to show SNMP version running on the router/switch

ambi
Level 1
Level 1

Is there any command which can indicate the SNMP version running on the router/switch

snmp-server community <string> RO is what is configured on our devices. What is the version that it would be running.

Ambi

3 Replies 3

David Stanford
Cisco Employee
Cisco Employee

By default IOS will support both v1 and v2c.

jacobss914
Level 1
Level 1

From that command you don't know you need to look for a command simular to this.

snmp-server host x.x.x.x version 2c public

This command is a version 2c

snmp-server host x.x.x.x version 1 public

And that one is for SNMP V1

If it is not present then you are sending in SNMP V1

Thorough explaination of SNMP:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/ffun_c/fcfprt3/fcf014.htm#wp1001599

Thanks,

But i use solarwinds as NMS and if i select version 2c and add the commands i mentioned in my post it recogonizes the device.

What am i running in this case?

Ambi