06-22-2021 01:05 AM
Hello,
tried to use the new upgrade Python Class available starting with NSO version 5.3
class RfsSdwanSubVpnsUpgrade(ncs.upgrade.Upgrade): def upgrade(self, cdbsock, trans):
It seems to work with the write transaction (trans) in the upgrade methode which makes it easy to do the write access.
Is there a way to also get a MAAGIC based High-Level access to the cdbsock? This would make it very easy to write the code.
Regards
Lothar
Solved! Go to Solution.