Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I retrieve an IOS configuration using SNMP.

Retrieve Cisco config via SNMP

How can I retrieve an IOS configuration using SNMP.

by  fynx  Posted    (Edited  )
This FAQ is very closel related to a previous FAQ of mine, SNMP Password Recovery.

It is valuable to have backup copies of your Cisco equipment configurations. Configurations often change over time and tracking these changes is often overlooked.
How about automatically storing your network configurations? The quick and simple answer is, SNMP.

Using the MIB .1.3.6.1.4.1.9.2.1.55 you can write the config to a tftp server on your network.

for example,
to write the configuration of a Cisco router or switch to a tftp server from an AIX host the command would be of form...

snmpset -c <cmmty name> <hostname of device> .1.3.6.1.4.1.9.2.1.55.<ip address of tftp server> octetstring <filename>

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top