need help on multilab issues #1310
Replies: 8 comments 10 replies
-
nl_mgmt_23 bridge is created but its looking for ml_bridge_23. appreciate any pointers on what to look for... Thanks.. |
Beta Was this translation helpful? Give feedback.
-
Please post your topology, that could help us figure out something. Also, please post the output of Next, please start the lab with the Thank you! |
Beta Was this translation helpful? Give feedback.
-
Sure, trying to use your example itself :) `cat topology.yml nodes: [ r1, r2 ] ` ` netlab up --snapshot -vv --no-config ┌──────────────────────────────────────────────────────────────────────────────────┐ ┌──────────────────────────────────────────────────────────────────────────────────┐ |
Beta Was this translation helpful? Give feedback.
-
here you go.. ==>>>brctl show ml_23_3 ====> brctl show ml_23_3 && echo OK ====> lsb_release -a |
Beta Was this translation helpful? Give feedback.
-
these bridge issues doesnt happen all the time, but when it starts it troubles a lot :) not sure whats the trigger point |
Beta Was this translation helpful? Give feedback.
-
One more thing (if the upgrade doesn't fix the problem): do |
Beta Was this translation helpful? Give feedback.
-
surprisingly, it worked with this topology file cat topology.yml provider: clab |
Beta Was this translation helpful? Give feedback.
-
issue isolated. problem is happening when i include below in topology if i use links:[r1-r2,r1-r2], it works fine !!! i am so curious what would [r1,r2] do ? |
Beta Was this translation helpful? Give feedback.
-
Hello, i am trying to build a topo with multilab, with provider as clab. It shows the below error. I am using multilab plugin in the topology file. I do see the docker network showing a bridge "nl_mgmt_23". Tried to use a different multilab id, brought down the topo with cleanup but nothing helps. I see this errors quiet often, not sure how to address it. Please help.. Thanks..
netlab up --plugin multilab -s defaults.multilab.id=23
┌──────────────────────────────────────────────────────────────────────────────────┐
│ CREATING configuration files │
└──────────────────────────────────────────────────────────────────────────────────┘
[CREATED] provider configuration file: clab.yml
[CREATED] transformed topology dump in YAML format in netlab.snapshot.yml
[GROUPS] group_vars for all
[GROUPS] group_vars for modules
[GROUPS] group_vars for eos
[HOSTS] host_vars for r1
[HOSTS] host_vars for r2
[CREATED] minimized Ansible inventory hosts.yml
[CREATED] Ansible configuration file: ansible.cfg
┌──────────────────────────────────────────────────────────────────────────────────┐
│ CHECKING virtualization provider installation │
└──────────────────────────────────────────────────────────────────────────────────┘
[SUCCESS] clab installed and working correctly
┌──────────────────────────────────────────────────────────────────────────────────┐
│ STARTING clab nodes │
└──────────────────────────────────────────────────────────────────────────────────┘
provider clab: executing sudo -E containerlab deploy -t clab.yml
INFO[0000] Containerlab v0.54.2 started
INFO[0000] Parsing & checking topology file: clab.yml
INFO[0000] Creating docker network: Name="nl_mgmt_23", IPv4Subnet="192.168.23.0/24", IPv6Subnet="", MTU=1500
Error: bridge "ml_23_3" referenced in topology but does not exist
bridge "ml_23_4" referenced in topology but does not exist
Error executing sudo -E containerlab deploy -t clab.yml:
Command '['sudo', '-E', 'containerlab', 'deploy', '-t', 'clab.yml']' returned non-zero exit status 1.
[FATAL] netlab up: sudo -E containerlab deploy -t clab.yml failed, aborting...
Beta Was this translation helpful? Give feedback.
All reactions