From IMC 7.3 (E0710P06) onwards, IMC will take configuration backups with the 'json' parameter.
For version IMC 7.3 (E0710P06), if you desire to continue taking cli backups, a hot patch is available from support which introduces a new variable in $imc/server/conf/adapters/ICC/Aruba Networks/Aruba8400/initialize.tcl:
set cli_json "cli"
After IMC 7.3 (E0710P06), IMC upgrades will reset this variable to the default:
set cli_json "json"
If the cli parameter is desired, please manually reconfigure it again after upgrade :
set cli_json "cli"
"
BUT, another question:
Is it possible to backup as both format options? Like to backup as cli first and then do another backup job with json format?
Thanks and kind regards
Robert