Michael Kashin
Michael Kashin
this should be fixed in `networkop/cx:5.0.6`
I can't reproduce this. Started with a clean 5.3 image and did this: ``` nv set vrf default router bgp neighbor 101.1.1.1 remote-as 1001 nv config apply -y ``` It...
@GrigoriyMikhalkin was there any error when you tried to do `ifreload -a`?
I think smond and `ledmgr` are a red herring. These are services controlling physical devices and they normally don't affect the normal control/data plane operations. This is becoming interesting. Can...
sorry, `/e/n/i` is short for `/etc/network/interfaces` , a place where all interface configuration goes. I think by default it'll have https://github.com/networkop/cx/blob/main/hacks/interfaces so my suggestion is to change it to this...
ok, do you have the forked containerlab code available somewhere? I want to try it locally
oh, right. I forgot you could override the default kernel version. cool. will try this later today.
Looking at it now. First, FRR fails to start -- this is expected. You'd need to mount some non-default FRR config files, otherwise all your daemons (bgpd , zebra) are...

yep, can confirm , running ` ethtool --ofload vm_eth0 tx off` inside the ignite sandbox fixes the problem