cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10866
Views
15
Helpful
3
Replies

SNMP configuration backup

I am doing daily backup on our IOS platforms with command:

snmpset -r 3 -t 30 -v2c -c COMM HOST .1.3.6.1.4.1.9.2.1.55.XXX.XXX.XXX.XXX s HOST-confg

There is no mib for this in IOS XR.

Is there any other solution for automatic config backup ?

1 Accepted Solution

Accepted Solutions

Alexei Kiritchenko
Cisco Employee
Cisco Employee

Hello Dragoljub,

XR supports  CISCO-CONFIG-COPY-MIB instead to copy config files.

Here is an example. (777 is a random session number)

Create an Entry and Wait

               snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.14.777 i 5

Set Copy protocol to tftp

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.2.777 i 1

Set copy to tftp server

              snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.3.777 i 4

Set copy from config     

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.4.777 i 1

Set tftp server address

               snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.5.777 a 1.1.1.1

Set destination file name

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.6.777 s runningTest.txt

Activate the entry          

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.14.777 i 1

Verify the copy was successful

                snmpwalk -v2c -c COMMUNITY HOST ccCopyState

Once successful, destroy the entry

               snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.14.777 i 6

Regards,

/A

View solution in original post

3 Replies 3

Vadim Zhovtanyuk
Cisco Employee
Cisco Employee

Hi Dragoljub,

you may use EEM script to run daily operations.

http://www.cisco.com/en/US/docs/routers/crs/software/crs_r4.1/system_monitoring/configuration/guide/sysmon_cg41crs_chapter2.html

Other solutoin may be script running on PC wich will be connecting to XR-based devices and run the commands

BWR

V.

Alexei Kiritchenko
Cisco Employee
Cisco Employee

Hello Dragoljub,

XR supports  CISCO-CONFIG-COPY-MIB instead to copy config files.

Here is an example. (777 is a random session number)

Create an Entry and Wait

               snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.14.777 i 5

Set Copy protocol to tftp

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.2.777 i 1

Set copy to tftp server

              snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.3.777 i 4

Set copy from config     

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.4.777 i 1

Set tftp server address

               snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.5.777 a 1.1.1.1

Set destination file name

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.6.777 s runningTest.txt

Activate the entry          

                snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.14.777 i 1

Verify the copy was successful

                snmpwalk -v2c -c COMMUNITY HOST ccCopyState

Once successful, destroy the entry

               snmpset -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.14.777 i 6

Regards,

/A

I just want to add that i have problems with "Verify step".

So just use OID ...

snmpwalk -v2c -c COMMUNITY HOST .1.3.6.1.4.1.9.9.96.1.1.1.1.10

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: