Error attribute oob ip #14254
Unanswered
max0013
asked this question in
Help Wanted!
Replies: 1 comment 4 replies
-
I haven't tested this, but I expect it works in the same way as primary_ip(4|6). If so, this means you first need to create an OOB interface (with mgmt_only=True); then add the IP address to that interface; then you can set the oob address on the device itself. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to a attribute an IP address to the oob_ip field of a device via API.
When I do it I have an error :
The specified IP address (xxx.xxx.xxx.xxx/xx) is not assigned to this device.
The concerned IP address is affected to a module, which is affected to a module bay attach the the device.
When I try to do the same thing in the GUI it's working like a charm, so, how can I do it through an API call ?
Thanks for advance
Beta Was this translation helpful? Give feedback.
All reactions