-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write Memory #57
Comments
it is WIP (#44) but you can use copy the running on the startup Invoke-ArubaCXRestMethod "/configs/startup-config?from=%2Frest%2Fv10.09%2Fconfigs%2Frunning-config" -method "PUT" |
Will not work, the message is: Exception: C:\Users\username\Documents\PowerShell\Modules\PowerArubaCX\0.5.0\Private\RestMethod.ps1:80 But i add a vlan with the command before, which was successful? I'm, using variables, which i ask the steps before
I tried this commands (installed switch-version FL.10.07.0061):
|
ok, maybe i forgotten the -connection parameter for the Invoke-ArubaCXRestMethod command (-DefaultConnection:$false) Now i get: Exception: C:\Users\username\Documents\PowerShell\Modules\PowerArubaCX\0.5.0\Private\RestMethod.ps1:134 I tried:
and
Is this command supported with Firmware 10.07? |
What PowerShell release ? I will check with firmware 10.07... |
Ok, there is no config with 10.07 but fullconfigs... can you try Invoke-ArubaCXRestMethod "fullconfigs/startup-config?from=%2Frest%2Fv10.04%2Ffullconfigs%2Frunning-config" -method "PUT" |
Great, it works. Thank you!! |
Hey Alexis,
how can i intiate a "write memory" after i created some stuff?
Thank you!
Andy
The text was updated successfully, but these errors were encountered: