Roman Dodin

Results 349 comments of Roman Dodin

Hi This sounds logical to me. The reason we never did that was - did not have this use case as a priority - more work :) But I'd be...

What if we had a clean up stage that is called after the nodes destroy? Something that potentially can be exposed to a user by introducing two more top level...

fwiw, I tried 0.13.1 Frontend/Backend with cilium v0.16.0-pre3 and failed to make it work. Tried to revert FE/BE to 0.12.3 and it still didn't work; while I get the js...

is it vjunos switch or evo or router?

The reason it doens't work is because we don't forward 50051 port to the management port. Is 50051 the default gnmi port on vjunos switch? If yes, I can add...

if you want to try adding it yourself, here is how it is done for veos for example: https://github.com/hellt/vrnetlab/blob/1e1ec73a95c761c1c633ec2e3f546b5921a03cb5/veos/docker/launch.py#L158

Brilliant! Maybe you fancy opening a PR so others can benefit from it? Also if you know what commands enable gnmi on vjunos we can add it to the docs

try this instead ```python def gen_mgmt(self): """Generate mgmt interface Add additional port forwarding. """ # call parent function to generate first mgmt interface res = super().gen_mgmt() # append gNMI management...

I have added 32767 port by default to vrnetlab, if you rebuild the image it should work as expected now https://github.com/hellt/vrnetlab/commit/23d4986f8099298e692da73df60d379ee83b1b4f