srl-labs / containerlab

container-based networking labs
https://containerlab.dev
BSD 3-Clause "New" or "Revised" License
1.47k stars 250 forks source link

Arista cEOS Management IP not showing up #423

Closed JB-BR closed 3 years ago

JB-BR commented 3 years ago

Hi,

I am using Containerlab with Arista cEOS (cEOS-lab-4.26.0.1F.tar.xz) and the management IP address is never configured. I need to start the cli (docker exec mycontainer Cli) and set the IP manually for SSH / eAPI to work.

Any idea why the default template does not set the IP? (this template: https://github.com/srl-labs/containerlab/blob/master/templates/arista/ceos.cfg.tpl)

My clab file: https://github.com/JB-BR/BuildingNetworkAutomationSolutions/blob/master/GettingStarted/DeployNetworkServices/ipsec_ceos.clab.yaml

Attached an output from my system.

best regards,

JB output.txt

hellt commented 3 years ago

Hey @JB-BR the fix for this issue is scheduled to be released soon (in v0.14.0) for now you can download the beta binary from here https://github.com/srl-labs/containerlab/releases/tag/v0.0.0-arista-t2

hellt commented 3 years ago

@JB-BR I had pushed 0.14.0 release to which you can upgrade with containerlab version upgrade in 0.14.0 the issue with ceos mgmt interface has been fixed

JB-BR commented 3 years ago

@hellt Thank you very much for the quick patch, the startup-config now contains the management ip addresses and ssh (ipv6 and ipv4) from the docker host to the Arista containers works