Michael Kashin

Results 96 comments of 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...

![image](https://user-images.githubusercontent.com/12479763/133420774-af423041-f59e-4cf9-9c68-70d92513fe44.png)

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