Alex Bortok
Alex Bortok
List of interfaces is extracted for each device individually: https://github.com/netreplica/nrx/blob/main/nrx/nrx.py#L191, and then each interface is checked for type (ethernet) and if it is connected. A check could be added for...
Looking into design choices to implement this: 1. Use DeviceType slug directly as `type`. Discarded, as there is less types supported by `clab` than different Nokia SR-Linux models (that would...
To implement option 3, we need a decision which property, `model` or `platform`, has higher precedence to map overlapping parameters. For example, both could be used to determine which node...
There seems to be more benefits to show stale data than to remove it completely. Instead, we could show a node as "unreachable" to pull fresh data.
Hi @amlicht89 , sorry for the delayed response. Currently, nrx relies on ceos interface mapping feature described here: https://containerlab.dev/manual/kinds/ceos/#user-defined-interface-mapping, instead of using the real interface names from netbox. There is...