|
⇤ ← Revision 1 as of 2026-03-26 10:32:49
Size: 761
Comment: WIP
|
Size: 766
Comment: moin formatting
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| = MIKROTIK BRIDGE VLAN CONFIG = | |
| Line 2: | Line 3: |
| MIKROTIK BRIDGE VLAN CONFIG ==== - create the bridge - create an /interface/vlan on top of the bridge - assign an IP address to the /interface/vlan - set the pvid on the bridge ports - define an /interface/bridge/vlan and set tagged/untagged ports. The bridge is a port as well, if you want the switch to have layer3 presence on the VLAN |
* create the bridge * create an /interface/vlan on top of the bridge * assign an IP address to the /interface/vlan * set the pvid on the bridge ports * define an /interface/bridge/vlan and set tagged/untagged ports. The bridge is a port as well, if you want the switch to have layer3 presence on the VLAN |
| Line 12: | Line 10: |
| Let's deconfigure the Helene VLAN 181 from hoshino/sabrina/helian ---- |
== Let's deconfigure the Helene VLAN 181 from hoshino/sabrina/helian == |
| Line 16: | Line 13: |
| - /interface/bridge/vlan/remove 1 - no pvid to change because all ports in the VLAN are trunked, so they keep pvid 1 - remove IP address from /interface/vlan/HELENA: /ip/address/remove numbers=2 - remove the /interface/vlan: /interface/vlan/remove HELENA |
* /interface/bridge/vlan/remove 1 * no pvid to change because all ports in the VLAN are trunked, so they keep pvid 1 * remove IP address from /interface/vlan/HELENA: /ip/address/remove numbers=2 * remove the /interface/vlan: /interface/vlan/remove HELENA |
MIKROTIK BRIDGE VLAN CONFIG
- create the bridge
- create an /interface/vlan on top of the bridge
- assign an IP address to the /interface/vlan
- set the pvid on the bridge ports
- define an /interface/bridge/vlan and set tagged/untagged ports. The bridge is a port as well, if you want the switch to have layer3 presence on the VLAN
Let's deconfigure the Helene VLAN 181 from hoshino/sabrina/helian
We'll work on hoshino first because it's not on the current useful path.
- /interface/bridge/vlan/remove 1
- no pvid to change because all ports in the VLAN are trunked, so they keep pvid 1
- remove IP address from /interface/vlan/HELENA: /ip/address/remove numbers=2
- remove the /interface/vlan: /interface/vlan/remove HELENA