netbox icon indicating copy to clipboard operation
netbox copied to clipboard

v3.3-beta1: Connection field in interfaces view of device only shows name of connection not device

Open themmini opened this issue 3 years ago • 2 comments

NetBox version

v3.3-beta1

Python version

3.10

Steps to Reproduce

  1. Open device show connection field in table
  2. Connect interface to another device

image

Expected Behavior

V3.2.6 connection field shows devicename + port assigned image

Observed Behavior

Connection field only shows portname instead of device_name > portname

themmini avatar Jul 18 '22 05:07 themmini

Guess same issue with circuit terminated interfaces which shows "—" as connection on interfaces table.

jaylik avatar Jul 20 '22 08:07 jaylik

Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports.

jeremystretch avatar Aug 03 '22 12:08 jeremystretch

The issue still exists with Netbox 3.3-beta2. The steps to reproduce are:

  1. Navigate to any device which has at least one cable connection to another device
  2. Select the "Interfaces" tab
  3. Select "Configure Table" to add the "Connection" column, if it's not already present

Example from Netbox v3.2.9: image

Same example with Netbox v3.3-beta2: image

EDIT: the "Link Peers" column also suffers the same issue.

(The difference between "Connection" and "Link Peers" is that the former reports the very far end interface across all joined cables, whereas the latter is the connection endpoint of the first cable in the chain, which could go into a frontport on an intermediate patch panel).

candlerb avatar Aug 17 '22 11:08 candlerb