-
Notifications
You must be signed in to change notification settings - Fork 139
ont-adtran-sdx-611: add confirmed specs from official Adtran documentation #446
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,26 +7,105 @@ parent: Adtran | |||||||||
|
|
||||||||||
| # Hardware Specifications | ||||||||||
|
|
||||||||||
| | | | | ||||||||||
| | ------------ | ------- | | ||||||||||
| | Vendor/Brand | Adtran | | ||||||||||
| | Model | SDX 611 | | ||||||||||
| | Chipset | | | ||||||||||
| | Flash | | | ||||||||||
| | RAM | | | ||||||||||
| | System | | | ||||||||||
| | 2.5GbaseT | No | | ||||||||||
| | Optics | | | ||||||||||
| | IP address | | | ||||||||||
| | Web Gui | | | ||||||||||
| | SSH | | | ||||||||||
| | Telnet | | | ||||||||||
| | Serial | | | ||||||||||
| | Form Factor | ONT | | ||||||||||
| | | | | ||||||||||
| | ------------ | ---------------------------------------- | | ||||||||||
| | Vendor/Brand | Adtran | | ||||||||||
| | Model | SDX 611 | | ||||||||||
| | Chipset | | | ||||||||||
| | Flash | | | ||||||||||
| | RAM | | | ||||||||||
| | System | | | ||||||||||
| | 2.5GbaseT | No | | ||||||||||
| | Optics | SC/APC | | ||||||||||
| | IP address | | | ||||||||||
| | Web Gui | | | ||||||||||
| | SSH | | | ||||||||||
| | Telnet | | | ||||||||||
| | Serial | | | ||||||||||
| | Form Factor | ONT | | ||||||||||
|
|
||||||||||
| # Miscellaneous Links | ||||||||||
| # Product Variants | ||||||||||
|
|
||||||||||
| * [ispreview.co.uk](https://www.ispreview.co.uk/index.php/2022/09/pictured-openreachs-future-2-5gbps-ont-for-fttp-broadband.html) | ||||||||||
| * [Adtran SDX 611](https://www.adtran.com/solutions/by-segment/products/by-category/fiber-access/optical-network-terminals-ont/611.html) | ||||||||||
| | Description | P/N | | ||||||||||
| | ------------------------------------------------- | ---------- | | ||||||||||
| | SDX 611 GPON SFU ONT, 1GE with NA power adapter | 1287833F1 | | ||||||||||
| | SDX 611 GPON SFU ONT, 1GE with UK power adapter | 1287833F2 | | ||||||||||
| | SDX 611 GPON SFU ONT, 1GE with EU power adapter | 1287833F3 | | ||||||||||
| | SDX 611 GPON SFU ONT, 1GE with AU power adapter | 1287833F4 | | ||||||||||
|
|
||||||||||
| # Optical Specifications | ||||||||||
|
|
||||||||||
| | | | | ||||||||||
| | ------------------ | -------------------| | ||||||||||
|
||||||||||
| | ------------------ | -------------------| | |
| | ------------------ | ------------------- | |
Copilot
AI
Apr 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The IEEE standard identifiers should use the correct capitalization: 802.1Q (not 802.1q) and 802.1X (not 802.1x). Updating these improves accuracy and makes the specs easier to search/compare against vendor docs.
| - 802.1q (2018) bridges and bridge networks | |
| - 802.1x port-based network access control | |
| - 802.1Q (2018) bridges and bridge networks | |
| - 802.1X port-based network access control |
Copilot
AI
Apr 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LED table row is missing a space before the closing | after services, unlike the other rows. Add the trailing space to keep the Markdown table formatting consistent and avoid rendering quirks.
| | | Green Flashing (Slow) | ONU ranged and authenticated but not configured with services| | |
| | | Green Flashing (Slow) | ONU ranged and authenticated but not configured with services | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hardware specs field name uses
2.5GbaseT, but the repo template and many other ONT pages use2.5GBaseT. To keep field names consistent (and match the standard spelling), rename this row label to2.5GBaseT(and consider aligning the SDX 611Q page too).