Difference between revisions of "SWITCH-mikrotik"
|  (→Config) |  (→Config) | ||
| Line 141: | Line 141: | ||
| /interface vlan | /interface vlan | ||
| − | add name=FIXME-NAT vlan-id=130 interface=ether23 | + | add name=FIXME-NAT vlan-id=130 interface=ether23 (ne pas executer car a du être mis disable) | 
| − | add name=FIXME-PUBLIC vlan-id=135 interface=ether24 | + | add name=FIXME-PUBLIC vlan-id=135 interface=ether24 (ne pas executer car a du être mis disable) | 
| (/interface vlan print) | (/interface vlan print) | ||
| Line 157: | Line 157: | ||
| /interface bridge port   | /interface bridge port   | ||
| − | add bridge=bridge4Nat interface=FIXME-NAT | + | add bridge=bridge4Nat interface=FIXME-NAT (ne pas executer car a du être mis disable) | 
| − | add bridge=bridge4Public interface=FIXME-PUBLIC | + | add bridge=bridge4Public interface=FIXME-PUBLIC (ne pas executer car a du être mis disable) | 
| − | add bridge=bridge4Nat interface=ether1 | + | add bridge=bridge4Nat interface=ether1 (pvid=130) | 
| add bridge=bridge4Nat interface=ether3 | add bridge=bridge4Nat interface=ether3 | ||
Revision as of 23:33, 11 December 2023
SW-FIXME-MIKROTIK
VLANs
- 130: FIXME-NAT
- 135: FIXME-PUBLIC
Ports / VLAN
| Port | VLAN | Equipement | 
| 1 | FIXME-NAT | |
| 2 | FIXME-PUBLIC | |
| 3 | FIXME-NAT | |
| 4 | FIXME-PUBLIC | |
| 5 | FIXME-NAT | |
| 6 | FIXME-PUBLIC | |
| 7 | FIXME-NAT | |
| 8 | FIXME-PUBLIC | |
| 9 | FIXME-NAT | |
| 10 | FIXME-PUBLIC | |
| 11 | FIXME-NAT | |
| 12 | FIXME-PUBLIC | |
| 13 | FIXME-NAT | |
| 14 | FIXME-PUBLIC | |
| 15 | FIXME-NAT | |
| 16 | FIXME-PUBLIC | |
| 17 | FIXME-NAT | |
| 18 | FIXME-PUBLIC | |
| 19 | reserved for FIXME-NAT | DON'T USE! | 
| 20 | reserved for FIXME-PUBLIC | DON'T USE! | 
| 21 | reserved for FIXME-NAT | DON'T USE! | 
| 22 | reserved for FIXME-PUBLIC | DON'T USE! | 
| 23 | TRUNK-NAT | DON'T USE! | 
| 24 | TRUNK-PUBLIC | DON'T USE! | 
Config
work in progress...
/interface vlan
add name=FIXME-NAT vlan-id=130 interface=ether23 (ne pas executer car a du être mis disable)
add name=FIXME-PUBLIC vlan-id=135 interface=ether24 (ne pas executer car a du être mis disable)
(/interface vlan print)
(/interface vlan print detail)
/interface bridge
add name=bridge4Nat
add name=bridge4Public
/interface bridge port
add bridge=bridge4Nat interface=FIXME-NAT (ne pas executer car a du être mis disable)
add bridge=bridge4Public interface=FIXME-PUBLIC (ne pas executer car a du être mis disable)
add bridge=bridge4Nat interface=ether1 (pvid=130)
add bridge=bridge4Nat interface=ether3
add bridge=bridge4Nat interface=ether5
add bridge=bridge4Nat interface=ether7
add bridge=bridge4Nat interface=ether9
add bridge=bridge4Nat interface=ether11
add bridge=bridge4Nat interface=ether13
add bridge=bridge4Nat interface=ether15
add bridge=bridge4Nat interface=ether17
add bridge=bridge4Public interface=ether2
add bridge=bridge4Public interface=ether4
add bridge=bridge4Public interface=ether6
add bridge=bridge4Public interface=ether8
add bridge=bridge4Public interface=ether10
add bridge=bridge4Public interface=ether12
add bridge=bridge4Public interface=ether14
add bridge=bridge4Public interface=ether16
add bridge=bridge4Public interface=ether18
(/interface bridge print)
(/interface bridge print detail)
((/ip address add address=192.168.1.1/24 interface=bridge1))
Reference:

