Solution ER8411 Cannot change PVID and Link Speeds of SFP Ports
Hi,
I cannot change the PVID and Link Speeds of SFP(+) Slots.
Omada says only: Invalid request parameters.
Can you please fix it soon?
Regards,
Matthias
Model:
ER8411 v1.0
Firmware Version:
1.1.0 Build 20230705 Rel.64091
Omada Linux Controller Version
5.12.7
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Hi @MatthiasL22
Thanks for posting in our business forum.
MatthiasL22 wrote
Hi,
I cannot change the PVID and Link Speeds of SFP(+) Slots.
Omada says only: Invalid request parameters.
Can you please fix it soon?
Regards,
Matthias
Model:
ER8411 v1.0
Firmware Version:
1.1.0 Build 20230705 Rel.64091
Omada Linux Controller Version
5.12.7
Can confirm it is a bug. With the V5.13 Controller, it works fine. There seems to be a problem with incompatibility with the V5.12.
You may need to wait for the next release of the Controller.
- Copy Link
- Report Inappropriate Content
also for other users who are interested,
you can change the stuff via API.
HTTP - PATCH
https://{OmadaIP:Port}/{omadacId}/api/v2/sites/{siteId}/gateways/{gatewayMAC}
Data:
{
"portConfigs":[
{
"port":Y,
"mirrorEnable":false,
"linkSpeed":5,
"duplex":2,
"pvid":XXXX
}
]
}
LinkSpeed abd duplex Parameter is missing in OmadaLinux 5.12.7 for SFP(+) Ports when using the WebUi.
Should be easy to fix...
- Copy Link
- Report Inappropriate Content
Generally, the link speed of SPF+ can't be changed manually. Cause it is influenced by port and fiber and standard, etc.
And you cannot change the PVID means? Can you provide a screenshot?
- Copy Link
- Report Inappropriate Content
Thanks for reply.
I attached the picture. As soon as I click on apply, the message "Invalid request parameters" appears.
Speaking about the link Speed - I have a SFP module with Lantiq 98035 SoC. I always thought, that SFP Modules should also work on SFP+ slots.
But in any of the SFP+ slots, it is not even recognized.
- Copy Link
- Report Inappropriate Content
Hi @MatthiasL22
Thanks for posting in our business forum.
MatthiasL22 wrote
Hi,
I cannot change the PVID and Link Speeds of SFP(+) Slots.
Omada says only: Invalid request parameters.
Can you please fix it soon?
Regards,
Matthias
Model:
ER8411 v1.0
Firmware Version:
1.1.0 Build 20230705 Rel.64091
Omada Linux Controller Version
5.12.7
Can confirm it is a bug. With the V5.13 Controller, it works fine. There seems to be a problem with incompatibility with the V5.12.
You may need to wait for the next release of the Controller.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
also for other users who are interested,
you can change the stuff via API.
HTTP - PATCH
https://{OmadaIP:Port}/{omadacId}/api/v2/sites/{siteId}/gateways/{gatewayMAC}
Data:
{
"portConfigs":[
{
"port":Y,
"mirrorEnable":false,
"linkSpeed":5,
"duplex":2,
"pvid":XXXX
}
]
}
LinkSpeed abd duplex Parameter is missing in OmadaLinux 5.12.7 for SFP(+) Ports when using the WebUi.
Should be easy to fix...
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 744
Replies: 5
Voters 0
No one has voted for it yet.