Skip to content
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

Graph feature on Containerlab not showing interface tags correctly #2224

Open
netwninja opened this issue Oct 8, 2024 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@netwninja
Copy link

netwninja commented Oct 8, 2024

Issue:- Graph feature on Containerlab displaying incorrect interface IDs.

containerlab version:-

sudo clab version
  ____ ___  _   _ _____  _    ___ _   _ _____ ____  _       _     
 / ___/ _ \| \ | |_   _|/ \  |_ _| \ | | ____|  _ \| | __ _| |__  
| |  | | | |  \| | | | / _ \  | ||  \| |  _| | |_) | |/ _` | '_ \ 
| |__| |_| | |\  | | |/ ___ \ | || |\  | |___|  _ <| | (_| | |_) |
 \____\___/|_| \_| |_/_/   \_\___|_| \_|_____|_| \_\_|\__,_|_.__/ 

    version: 0.57.5
     commit: fbca124e
       date: 2024-09-30T10:53:07Z
     source: https://github.com/srl-labs/containerlab
 rel. notes: https://containerlab.dev/rn/0.57/#0575

Topology YAML

name: eos_mlag

topology:
  nodes:
    ceos1:
      kind: ceos
      image: ceos:4.32.0F
      startup-config: ceos1.cfg 
    ceos2:
      kind: ceos
      image: ceos:4.32.0F
      startup-config: ceos2.cfg
  links:
    - endpoints: ["ceos1:eth47", "ceos2:eth47"]
    - endpoints: ["ceos1:eth48", "ceos2:eth48"]

LLDP output from COES1 & CEOS2

ceos1#show lldp nei 
Last table change time   : 0:19:11 ago
Number of table inserts  : 3
Number of table deletes  : 0
Number of table drops    : 0
Number of table age-outs : 0

Port          Neighbor Device ID       Neighbor Port ID    TTL
---------- ------------------------ ---------------------- ---
Et47          ceos2                    Ethernet47          120
Et48          ceos2                    Ethernet48          120
Ma0           ceos2                    Management0         120

ceos2#show lldp nei 
Last table change time   : 0:19:21 ago
Number of table inserts  : 3
Number of table deletes  : 0
Number of table drops    : 0
Number of table age-outs : 0

Port          Neighbor Device ID       Neighbor Port ID    TTL
---------- ------------------------ ---------------------- ---
Et47          ceos1                    Ethernet47          120
Et48          ceos1                    Ethernet48          120
Ma0           ceos1                    Management0         120

Graph Topology

Screenshot from 2024-10-07 17-36-35

@hellt
Copy link
Member

hellt commented Oct 14, 2024

yeah it is just one label on top of the other.
I don't think there is much I can do, since I don't have the frontend skills to alter the LAGs links positioning in the next ui

@hellt hellt added the help wanted Extra attention is needed label Oct 14, 2024
jkary added a commit to jkary/containerlab that referenced this issue Nov 19, 2024
* Updated javascript to display multiple links between nodes in a non-overlapping manner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants