Open Network Linux is a Linux distribution for “bare metal” switches, that is, network forwarding devices built from commodity components.
ONL uses ONIE to install onto on-board flash memory. Open Network Linux is a part of the Open Compute Project and is a component in a growing collection of open source and commercial projects.
ONL Technical Support with Edgecore Networks
How to support?
Download
onl-support
sourcePut the file into ONL platform via
wget
1
wget --no-check-certificate https://raw.githubusercontent.com/pichuang/OpenNetworkLinux/b529ecf4cf4b9464328ee96181aa5168f0aa2b31/packages/base/all/vendor-config-onl/src/bin/onl-support
Excute script for dump informations
1
python onl-support
Find tarball in /root/onl-support-${onie_machine}.tar.bz2
Please send tarball file to Edgecore Networks
Example
1 | root@localhost:~# wget --no-check-certificate https://raw.githubusercontent.com/pichuang/OpenNetworkLinux/b529ecf4cf4b9464328ee96181aa5168f0aa2b31/packages/base/all/vendor-config-onl/src/bin/onl-support |