<div dir="auto"><div data-smartmail="gmail_signature" dir="auto">On Jul 23, 2017 11:28, "Nerijus Baliūnas" <<a href="mailto:nerijus@users.sourceforge.net">nerijus@users.sourceforge.net</a>> wrote:<br></div><div class="gmail_extra" dir="auto"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text">2017-07-21 19:48, Nerijus Baliūnas via Lede-dev rašė:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How do I configure vlan? Here I changed eth0 to eth0.1:<br>
<br>
config interface 'lan'<br>
        option type 'bridge'<br>
       option ifname 'eth0.1'<br>
       option proto 'static'<br>
       option ipaddr '192.168.1.1'<br>
       option netmask '255.255.255.0'<br>
       option ip6assign '60'<br>
</blockquote>
<br></div>
I tried<br>
config 'switch' 'eth0'<br>
   option 'enable'      '1'<br>
   option 'enable_vlan' '1'<br>
   option 'reset'       '1'<br>
<br>
config 'switch_vlan'<br>
   option 'vlan'       '1'<br>
   option 'device'     'eth0'<br>
   option 'ports'      '1 2 3 4 5t'<br>
<br>
config 'switch_vlan'<br>
   option 'vlan'       '2'<br>
   option 'device'     'eth0'<br>
   option 'ports'      '0 5t'<br>
<br>
Does not work. Do I need to have swconfig installed in order to<br>
get the switch working? Because by default it is not installed.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Yes, it is necessary with this switch driver to have swconfig installed, otherwise nothing would push CLEAN configurations to the mv88e6060 switch.</div></div>