This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:containerlab [2024/10/06 19:32] – jotasandoku | virtualization:containerlab [2026/04/04 09:38] (current) – jotasandoku | ||
|---|---|---|---|
| Line 151: | Line 151: | ||
| ssh ubuntu@143.47.236.251 "sudo ip netns exec clab-vxlan1-s1 tcpdump -U -nni et1 -w -" | wireshark -k -i - | ssh ubuntu@143.47.236.251 "sudo ip netns exec clab-vxlan1-s1 tcpdump -U -nni et1 -w -" | wireshark -k -i - | ||
| + | |||
| + | ---- | ||
| + | ** SAVE WORK AND COME BACK ** | ||
| + | # from your lab folder | ||
| + | netlab collect -o saved_config | ||
| + | netlab down | ||
| + | # | ||
| + | netlab up | ||
| + | netlab config saved_config | ||
| + | netlab collect -o saved_config -l s1,s2 # if the above fails, do this and restore only what has changed (fails with linux instances) | ||
| + | # | ||
| + | |||
| + | |||
| + | ---- | ||
| + | ** INSPECT LAB WITH NETLAB ** | ||
| + | netlab report addressing | ||
| + | netlab report wiring | ||
| + | netlab show reports | ||
| + | | ||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||