-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add cable trace button to front/rear ports #2758
Comments
Just to be shure, the little blue stripe is a button. It leads to Just to clarify i found out about that because i was busy transforming Font Awesome to Material Design Icons.
|
Hi That is from the device interface view I guess. |
Oke fair point we have indeed a trace per interface, not for a cable. |
@runeka You can't do this with a cable, as a cable is a link between two devices. It looks like "front ports" and "rear ports" needs a cable trace like feature as well, but I am not sure how feasible that is to do. Couple questions for that:
The termination A and termination B is the full path for a "cable", there is nothing further to trace. |
A cable is not necessary a link between two devices, and that is the point. When a cable is a link between two front ports it is confusing to see the device interfaces. Adding a quick link to the trace between the device interfaces, that the cable is part of would be perfect. |
From my point of view I agree @runeka here. What is actually requested here is an extension of the "Trace" view with the possibility to perform a search or input with a jump into the trace. Am I right here with my guess @runeka ?? |
You are right. The "Trace" button should be available for all FrontPorts and cables in the path. |
The problem with this is how do you know when to stop? Do you stop at the first front port? Do you just go until you can't go any further? Do you let the user choose? This could be potentially incredibly burdensome on the server when trying to calculate the interface graph. |
See my Post above, from my point of view it should display the same results as given by the search of an interface as start point. Maybe this could be some sort of modal box who use ajax request to generate the result display. Maybe we could do something with html5 (svg) if the Rack Rendering is implemented to bring the calculation of complete path on client side themselve. |
I agree, the exact same view as when clicking the trace on an interface. I thought this was an easy task, but I am not a software engineer. |
You guys still are not answering, how do you determine the stop point? If you are not taking interfaces into account, how do you know when to stop? What if you loop a connection together and create a ring, you could have an infinite loop so there has to be protection in there. |
It stops when it hits an interface. |
@tjdavis3 There might not always be an interface, that is what I am saying. With a interface, there is a clear defined end, because an interface cannot loop onto itself, you cannot have weird splitting networks either. IF you are just using front ports and rear ports, you can do all sorts of crazy things. |
@jeremystretch thanks for implementing! |
Proposed Functionality
View trace on patchcable between patchpanels.
Use Case
When patching through multiple patch panels it is tricky to view the end device using the patch. Would it be possible to add a link to the trace of the entire path in the cable view?
The text was updated successfully, but these errors were encountered: