/ipv6 settings set accept-router-advertisements=yes
/interface monitor-traffic ether1 once do={
:local up (tx-bits-per-second /1000 );
:local down (rx-bits-per-second /1000 );
:if ( $up < 1024 ) do={
:put "DOWN LINK"
}
:if ( $up > 1024 ) do={
:put "UP LINK"
}
}
Depends on you NIC. Many "integrated" NIC doesn't support VLAN tag. It will be better to use switch with vlan support.Ops.. didn't even know.. may be a silly question but how do i configure vlans on my pc?