networking:containerlab:6wind
This is an old revision of the document!
6wind
Requirements for fast-path
On the host:
- SHELL
sudo sysctl -w vm.nr_hugepages=2048 sudo setenforce 0 ausearch -c 'nm-dispatcher' --raw | audit2allow -M my-nmdispatcher semodule -X 300 -i my-nmdispatcher.pp ausearch -c '30-winbind' --raw | audit2allow -M my-30winbind semodule -X 300 -i my-30winbind.pp grep Huge /proc/meminfo
- /etc/selinux/config
SELINUX=permissive
- /etc/sysctl.conf
... vm.nr_hugepages=2048 ...
Containerlab node definition:
- 6wind1.clab.yaml
... pe1: kind: 6wind_vsr image: download.6wind.com/vsr/x86_64-ce/3.12:3.12.0.1 startup-config: clab-srv6-6wind1/pe1/user-startup.conf cpu: 4 memory: 4GB binds: - /dev/hugepages:/dev/hugepages - /dev/shm:/dev/shm:rw ...
networking/containerlab/6wind.1781802188.txt.gz · Last modified: by jonathan
