Edge Router Lite
-
Is there a way to turn the LEDs off in the command line? I can turn the port LEDs for my Cisco SG300 off now that I found that I want to turn it off on all my home networking gear haha.
-
@Jason said in Edge Router Lite:
Is there a way to turn the LEDs off in the command line? I can turn the port LEDs for my Cisco SG300 off now that I found that I want to turn it off on all my home networking gear haha.
Not one that I know of.
-
It is debian wheezy though (i think) so if you know of a way to do it there, you can probably get it done.
-
Looks like this is all you can do via the VyOS CLI.
anything else will require you to drop to shell with
su -i
jbusch@jared# set interfaces ethernet eth0 address description disable ip mtu speed bandwidth dhcp-options disable-link-detect ipv6 poe traffic-policy bond-group dhcpv6-options duplex mac pppoe vif bridge-group dhcpv6-pd firewall mirror redirect vrrp [edit] jbusch@jared#