Hello Guys,

does anyone know how I could copy a running Config to the startup Config on a
Cisco Router with the Corba-API?

To copy the running to the startup Config you can do that with snmp table:

1.3.6.1.4.1.9.9.96.1.1.1.1

There you have to set 3 table element values with one snmp set command:
snmpset .....  10.210.255.51 1.3.6.1.4.1.9.9.96.1.1.1.1.3.88564 integer 4
1.3.6.1.4.1.9.9.96.1.1.1.1.4.88564 integer 3 1.3.6.1.4.1.9.9.96.1.1.1.1.14.88564
integer 4
-> the 88564 is a random Number as the table row.
This works pretty well on the command line.

In Spectrum the Router has a view Attributes that reflect these OIDs:
ccCopySourceFileType
ccCopyDestFileType
ccCopyEntryRowStatus

When I now try to set these 3 Attributes with writeAttrValTable(...) method at
once SPECTRUM sends 3 separate snmp-set requests instead of one.
And this does of course not work.

Does anyone know how I could send these 3 bindings with 1 request or is there
maybe an action I could use to tell the NCM to do this work?

best regards,
Mike Joost
EWE TEL GmbH



---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

Reply via email to