cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13011
Views
13
Helpful
3
Replies

Show config by snmp

cassio.gomes
Level 1
Level 1

Hi All.

What OID to see configuration from Router cisco by SNMP ?

Where I can search OID abou command "SHOW" by snmp ?

Thanks

Cassio Gomes

1 Accepted Solution

Accepted Solutions

paddyxdoyle
Level 6
Level 6

Hi,

I don't think you can do a "show running-config" directly using SNMP, however you can download a running/startup config to a TFTP server and view it or amend it and send it back to the device all using SNMP. You do need a server with some kind of SNMP application running so you can use SNMP from the command line such as HP Openview.

Have a look at the following link:

http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009463e.shtml

HTH

Paddy

View solution in original post

3 Replies 3

paddyxdoyle
Level 6
Level 6

Hi,

I don't think you can do a "show running-config" directly using SNMP, however you can download a running/startup config to a TFTP server and view it or amend it and send it back to the device all using SNMP. You do need a server with some kind of SNMP application running so you can use SNMP from the command line such as HP Openview.

Have a look at the following link:

http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009463e.shtml

HTH

Paddy

Thanks

This informations I have.

Cassio Gomes

There is no way to get the show run via snmp other than the method specified in the link provided above.

You will need to do snmpset to trigger a tftp download of the config and then view it on the server.