Skip to content
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

PoE enable / disable #68

Open
luanoprzybilski opened this issue Mar 4, 2024 · 3 comments
Open

PoE enable / disable #68

luanoprzybilski opened this issue Mar 4, 2024 · 3 comments

Comments

@luanoprzybilski
Copy link

It would be nice if I could enable/disable PoE interface with these modules.

@alagoutte
Copy link
Contributor

Yes

no yet cmdlet available, you can look following API call with Invoke-ArubaCXMethod :

Invoke-ArubaCXMethod -uri "system/interfaces/$interface/poe_interface"

and replace $interface by the interface (like 1/1/1 by replace / by %2f like this 1%2f1%2f1)

and after change admin_state settings

@alagoutte
Copy link
Contributor

Hi @luanoprzybilski it is good ?

@luanoprzybilski
Copy link
Author

luanoprzybilski commented Apr 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants