[PR #10554] [MERGED] Fixes: #10356 backplane connections #13651

Closed
opened 2025-12-29 23:20:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10554
Author: @phurrelmann
Created: 10/4/2022
Status: Merged
Merged: 11/16/2022
Merged by: @jeremystretch

Base: developHead: 10356-backplane-connections


📝 Commits (7)

  • 9a9b94f Fixes: #10356 Add interface type and cable for backplane connections
  • c159b45 Allow Backplone for front and readports , too.
  • 9c4bd28 Merge remote-tracking branch 'origin/develop' into 10356-backplane-connections
  • 949be3e Correct tyo in port definition
  • 743fc93 pep8 fix (blank lines)
  • 5319666 Remove port type and changed name/description of backplane cable
  • dd4d1aa Omit backplane cable type

📊 Changes

1 file changed (+25 additions, -0 deletions)

View changed files

📝 netbox/dcim/choices.py (+25 -0)

📄 Description

Fixes: #10356

  • Added new interface-types for backplane connections. The interface types are grouped as "Ethernet (backplane)'. This is inline with other Ethernet types. I refrained from using "IEE 802.3ap" in the group description as its not adequate. the SIG 802.3ap only was involved for the 1G and 10G speeds, but the newer standards were developed in different SIG.

  • Added new port-type backplane to enable modeling of bldecenter-passthru modules (e.g. SBM-25G-P10 which hast 10/25 backplane front ports and 40G/100G fiber rear-ports and acts like a passive media converter).

  • Added new cable-type backplane to model the connection for backplane ports/interfaces.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/10554 **Author:** [@phurrelmann](https://github.com/phurrelmann) **Created:** 10/4/2022 **Status:** ✅ Merged **Merged:** 11/16/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10356-backplane-connections` --- ### 📝 Commits (7) - [`9a9b94f`](https://github.com/netbox-community/netbox/commit/9a9b94fec98c946667a3bffa4f1035513b6c1328) Fixes: #10356 Add interface type and cable for backplane connections - [`c159b45`](https://github.com/netbox-community/netbox/commit/c159b45a754abe9c0781a41bd1725263ae9f3956) Allow Backplone for front and readports , too. - [`9c4bd28`](https://github.com/netbox-community/netbox/commit/9c4bd28c1f47731eb9aeecc2cb5381e52ccf148d) Merge remote-tracking branch 'origin/develop' into 10356-backplane-connections - [`949be3e`](https://github.com/netbox-community/netbox/commit/949be3ec4867d550c584154456a4bfaf2cfcf2b1) Correct tyo in port definition - [`743fc93`](https://github.com/netbox-community/netbox/commit/743fc934c2c7ad5778b52c5e23a1bdbd7901c5dd) pep8 fix (blank lines) - [`5319666`](https://github.com/netbox-community/netbox/commit/5319666c23f48e8f9ba067f6c6e2f9c5e77c5b81) Remove port type and changed name/description of backplane cable - [`dd4d1aa`](https://github.com/netbox-community/netbox/commit/dd4d1aa43c0dcf4b36154bb5853635ded17e1e0a) Omit backplane cable type ### 📊 Changes **1 file changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/choices.py` (+25 -0) </details> ### 📄 Description ### Fixes: #10356 - Added new interface-types for backplane connections. The interface types are grouped as "Ethernet (backplane)'. This is inline with other Ethernet types. I refrained from using "IEE 802.3ap" in the group description as its not adequate. the SIG 802.3ap only was involved for the 1G and 10G speeds, but the newer standards were developed in different SIG. - Added new port-type backplane to enable modeling of bldecenter-passthru modules (e.g. SBM-25G-P10 which hast 10/25 backplane front ports and 40G/100G fiber rear-ports and acts like a passive media converter). - Added new cable-type backplane to model the connection for backplane ports/interfaces. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:20:04 +01:00
adam closed this issue 2025-12-29 23:20:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13651