tutorial
tutorial copied to clipboard
Stratum "Getting Started" Tutorial
It would be nice to give the full set of steps for BMv2 with pointers to the tv and tv-runner repos.
The MAC address from gnmi is different from the one in system. From `/interfaces/interface[name=s1-eth1]/ethernet/state/mac-address` it is `0:0:0:0:0:0` From `/interfaces/interface[name=s1-eth1]/ethernet/config/mac-address` it is `11:22:33:44:55:66` From `ifconfig` it is `5e:3e:22:ba:08:10`
#1 and #2 issues are the same problems, we used the magic DNS name `host.docker.internal` in configuration files and it only works in docker in MAC environment, not Linux. ##...
The Trellis tutorial in this repo seems to overlap with the one provided in the main stratum repo: https://github.com/stratum/stratum/tree/master/tools/mininet/examples/trellis Moreover, this one feels confusing for anyone who doesn't know what...