Changes

SWITCH-mikrotik

256 bytes removed, 14:56, 2 January 2024
/* Config */
<td>15</td>
<td>FIXME-NAT</td>
<td>?nano?</td>
</tr>
<tr bgcolor=FloralWhite>
<td></td>
</tr>
<tr bgcolor=CornsilkSlateGrey>
<td>17</td>
<td>reserved for FIXME-NAT</td> <td>disable</td>
</tr>
<tr bgcolor=FloralWhiteLightSlateGrey>
<td>18</td>
<td>reserved for FIXME-PUBLIC</td> <td>disable</td>
</tr>
<tr bgcolor=SlateGrey>
<td>19</td>
<td>reserved for FIXME-NAT</td>
<td>DON'T USE!disable</td>
</tr>
<tr bgcolor=LightSlateGrey>
<td>20</td>
<td>reserved for FIXME-PUBLIC</td>
<td>DON'T USE!disable</td>
</tr>
<tr bgcolor=SlateGrey>
<td>21</td>
<td>reserved for FIXME-NAT</td>
<td>DON'T USE!disable</td>
</tr>
<tr bgcolor=LightSlateGrey>
<td>22</td>
<td>reserved for FIXME-PUBLIC</td>
<td>DON'T USE!disable</td>
</tr>
<tr bgcolor=IndianRed>
== Config ==
work in progress...
<pre>
/user set 0 password="***********"
/interface vlan add system identity set name=FIXMESW-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)MIKROTIK
/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=ether17ether23
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 bridgeaddress=bridge4Public 192.168.130.11/24 interface=ether18ether23
(/interface bridge print)ethernet
(/interface bridge print detail)disable ether17disable ether18disable ether19disable ether20disable ether21disable 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:
https://wiki.mikrotik.com/wiki/Manual:Basic_VLAN_switching https://help.mikrotik.com/docs/display/ROS/Bridging+and+Switching#BridgingandSwitching-BridgeVLANFiltering<br>Webfig
54
edits