Hello all.
Need to disable all VLAN interface by one command to put that into the script
Something like :
[admin@MikroTik] > interface vlan disable …
how t do that ?
Thank you
Hello all.
Need to disable all VLAN interface by one command to put that into the script
Something like :
[admin@MikroTik] > interface vlan disable …
how t do that ?
Thank you
/interface vlan disable [find];
Thank you.
This is exactly what I want.
However looks like disable vlan Interface not enough. For some reason I can ping interface ip directly from the router.
Is It possible to disable all VLANs IP?

/ip address disable [find where interface~“^vlan”]