Difference between revisions of "SWITCH-mikrotik"

From Fixme.ch
Jump to: navigation, search
(Ports / VLAN)
(Config)
 
(12 intermediate revisions by the same user not shown)
Line 88: Line 88:
 
   <td>15</td>
 
   <td>15</td>
 
   <td>FIXME-NAT</td>
 
   <td>FIXME-NAT</td>
   <td></td>
+
   <td>?nano?</td>
 
</tr>
 
</tr>
 
<tr bgcolor=FloralWhite>
 
<tr bgcolor=FloralWhite>
Line 95: Line 95:
 
   <td></td>
 
   <td></td>
 
</tr>
 
</tr>
<tr bgcolor=Cornsilk>
+
<tr bgcolor=SlateGrey>
 
   <td>17</td>
 
   <td>17</td>
   <td>FIXME-NAT</td>
+
   <td>reserved for FIXME-NAT</td>
   <td></td>
+
   <td>disable</td>
 
</tr>
 
</tr>
<tr bgcolor=FloralWhite>
+
<tr bgcolor=LightSlateGrey>
 
   <td>18</td>
 
   <td>18</td>
   <td>FIXME-PUBLIC</td>
+
   <td>reserved for FIXME-PUBLIC</td>
   <td></td>
+
   <td>disable</td>
 
</tr>
 
</tr>
 
<tr bgcolor=SlateGrey>
 
<tr bgcolor=SlateGrey>
 
   <td>19</td>
 
   <td>19</td>
 
   <td>reserved for FIXME-NAT</td>
 
   <td>reserved for FIXME-NAT</td>
   <td>DON'T USE!</td>
+
   <td>disable</td>
 
</tr>
 
</tr>
 
<tr bgcolor=LightSlateGrey>
 
<tr bgcolor=LightSlateGrey>
 
   <td>20</td>
 
   <td>20</td>
 
   <td>reserved for FIXME-PUBLIC</td>
 
   <td>reserved for FIXME-PUBLIC</td>
   <td>DON'T USE!</td>
+
   <td>disable</td>
 
</tr>
 
</tr>
 
<tr bgcolor=SlateGrey>
 
<tr bgcolor=SlateGrey>
 
   <td>21</td>
 
   <td>21</td>
 
   <td>reserved for FIXME-NAT</td>
 
   <td>reserved for FIXME-NAT</td>
   <td>DON'T USE!</td>
+
   <td>disable</td>
 
</tr>
 
</tr>
 
<tr bgcolor=LightSlateGrey>
 
<tr bgcolor=LightSlateGrey>
 
   <td>22</td>
 
   <td>22</td>
 
   <td>reserved for FIXME-PUBLIC</td>
 
   <td>reserved for FIXME-PUBLIC</td>
   <td>DON'T USE!</td>
+
   <td>disable</td>
 
</tr>
 
</tr>
 
<tr bgcolor=IndianRed>
 
<tr bgcolor=IndianRed>
 
   <td>23</td>
 
   <td>23</td>
   <td>TRUNK-NAT</td>
+
   <td>"TRUNK-NAT"</td>
   <td>DON'T USE!</td>
+
   <td>[[ROUTER-Edge]]</td>
 
</tr>
 
</tr>
 
<tr bgcolor=LightCoral>
 
<tr bgcolor=LightCoral>
 
   <td>24</td>
 
   <td>24</td>
   <td>TRUNK-PUBLIC</td>
+
   <td>"TRUNK-PUBLIC"</td>
   <td>DON'T USE!</td>
+
   <td>[[ROUTER-Edge]]</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
  
 
== Config ==
 
== Config ==
work in progress...
 
  
 +
<pre>
 +
/user set 0 password="***********"
  
/interface vlan
+
/system identity set name=SW-FIXME-MIKROTIK
 
+
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
 
/interface bridge
  
 
add name=bridge4Nat
 
add name=bridge4Nat
 
 
add name=bridge4Public
 
add name=bridge4Public
  
 
/interface bridge port  
 
/interface bridge port  
  
add bridge=bridge4Nat interface=FIXME-NAT (ne pas executer car a du être mis disable)
+
add bridge=bridge4Nat interface=ether1
 
+
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=ether3
 
 
add bridge=bridge4Nat interface=ether5
 
add bridge=bridge4Nat interface=ether5
 
 
add bridge=bridge4Nat interface=ether7
 
add bridge=bridge4Nat interface=ether7
 
 
add bridge=bridge4Nat interface=ether9
 
add bridge=bridge4Nat interface=ether9
 
 
add bridge=bridge4Nat interface=ether11
 
add bridge=bridge4Nat interface=ether11
 
 
add bridge=bridge4Nat interface=ether13
 
add bridge=bridge4Nat interface=ether13
 
 
 
add bridge=bridge4Nat interface=ether15
 
add bridge=bridge4Nat interface=ether15
 
+
add bridge=bridge4Nat interface=ether23
add bridge=bridge4Nat interface=ether17
+
 
+
  
  
 
add bridge=bridge4Public interface=ether2
 
add bridge=bridge4Public interface=ether2
 
 
add bridge=bridge4Public interface=ether4
 
add bridge=bridge4Public interface=ether4
 
 
add bridge=bridge4Public interface=ether6
 
add bridge=bridge4Public interface=ether6
 
 
add bridge=bridge4Public interface=ether8
 
add bridge=bridge4Public interface=ether8
 
 
add bridge=bridge4Public interface=ether10
 
add bridge=bridge4Public interface=ether10
 
 
add bridge=bridge4Public interface=ether12
 
add bridge=bridge4Public interface=ether12
 
 
add bridge=bridge4Public interface=ether14
 
add bridge=bridge4Public interface=ether14
 
 
add bridge=bridge4Public interface=ether16
 
add bridge=bridge4Public interface=ether16
 +
add bridge=bridge4Public interface=ether24
  
add bridge=bridge4Public interface=ether18
+
/ip address add address=192.168.130.11/24 interface=ether23
  
(/interface bridge print)
+
/interface ethernet
  
(/interface bridge print detail)
+
disable ether17
 +
disable ether18
 +
disable ether19
 +
disable ether20
 +
disable ether21
 +
disable ether22
  
((/ip address add address=192.168.1.1/24 interface=bridge1))
+
</pre>
  
 +
Pour controler:
 +
<pre>
 +
/interface bridge print
 +
/interface bridge print detail
 +
</pre>
 +
 +
Et eventuellement:
 +
<pre>
 +
/user set 0 name = swadmin (si on veut changer le nom de l'admin)
 +
</pre>
  
 
Reference:
 
Reference:
Line 215: Line 201:
  
  
https://wiki.mikrotik.com/wiki/Manual:Basic_VLAN_switching
+
https://wiki.mikrotik.com/wiki/Manual:Webfig
 
+
https://help.mikrotik.com/docs/display/ROS/Bridging+and+Switching#BridgingandSwitching-BridgeVLANFiltering
+
<br>
+

Latest revision as of 17:56, 2 January 2024

SW-FIXME-MIKROTIK

Decoupage Public - NAT

On utilise pas de Vlan, mais on a deux bridges virtuelle qui font chacun des réseaux.

  • 130: FIXME-NAT
  • 135: FIXME-PUBLIC

Ports / Reseau

Port Réseau Equipement
1 FIXME-NAT Bellatrix PMI
2 FIXME-PUBLIC Bellatrix
3 FIXME-NAT Fablab link
4 FIXME-PUBLIC Raspi Orbital
5 FIXME-NAT Multifonction
6 FIXME-PUBLIC RIPE NCC
7 FIXME-NAT ATA
8 FIXME-PUBLIC
9 FIXME-NAT
10 FIXME-PUBLIC
11 FIXME-NAT
12 FIXME-PUBLIC
13 FIXME-NAT
14 FIXME-PUBLIC
15 FIXME-NAT ?nano?
16 FIXME-PUBLIC
17 reserved for FIXME-NAT disable
18 reserved for FIXME-PUBLIC disable
19 reserved for FIXME-NAT disable
20 reserved for FIXME-PUBLIC disable
21 reserved for FIXME-NAT disable
22 reserved for FIXME-PUBLIC disable
23 "TRUNK-NAT" ROUTER-Edge
24 "TRUNK-PUBLIC" ROUTER-Edge

Config

/user set 0 password="***********"

/system identity set name=SW-FIXME-MIKROTIK

/interface bridge

add name=bridge4Nat
add name=bridge4Public

/interface bridge port 

add bridge=bridge4Nat interface=ether1
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=ether23


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=ether24

/ip address add address=192.168.130.11/24 interface=ether23

/interface ethernet

disable ether17
disable ether18
disable ether19
disable ether20
disable ether21
disable ether22

Pour controler:

/interface bridge print
/interface bridge print detail

Et eventuellement:

/user set 0 name = swadmin (si on veut changer le nom de l'admin)

Reference:

https://www.youtube.com/watch?v=4BOYqtV4MCY&list=PLJ7SGFemsLl1QUNkgAbGj9ldlWRrr8zMj&ab_channel=TheNetworkBerg


https://wiki.mikrotik.com/wiki/Manual:Webfig