« Mikrotik : Vlan » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 44 : | Ligne 44 : | ||
[[Catégorie:Vlan]] | [[Catégorie:Vlan]] | ||
[[Catégorie:Reseau]] | [[Catégorie:Reseau]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> |
Dernière version du 19 février 2025 à 15:07
/interface bridge
add admin-mac=18:FD:74:BC:B5:6F auto-mac=no comment=defconf name=bridge vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan1-Admin vlan-id=1
add interface=bridge name=vlan2-Isis vlan-id=2
add interface=bridge name=vlan20-Voip vlan-id=20
/interface bonding
add mode=802.3ad name=bonding1 slaves=qsfpplus1-1,qsfpplus1-2,qsfpplus1-3,qsfpplus1-4 transmit-hash-policy=layer-2-and-3
/interface ethernet switch
set 0 l3-hw-offloading=yes
/interface list
add name=WAN
add name=LAN
/interface bridge vlan
add bridge=bridge comment=Administratif tagged=bonding1,bridge vlan-ids=1
add bridge=bridge comment=Isis tagged=bonding1,bridge vlan-ids=2
add bridge=bridge comment=Voip tagged=bonding1,bridge vlan-ids=20
add bridge=bridge comment=Video tagged=bonding1,bridge vlan-ids=10
add bridge=bridge comment=Intrusion tagged=bonding1,bridge vlan-ids=11
add bridge=bridge comment="Wifi Prive" tagged=bonding1,bridge vlan-ids=200
add bridge=bridge comment="Wifi Public" tagged=bonding1,bridge vlan-ids=300
add bridge=bridge comment=Vlan0253 tagged=bonding1,bridge vlan-ids=253
add bridge=bridge comment="Vlan 4G" tagged=bonding1,bridge vlan-ids=254
add bridge=bridge comment=Vlan0255 tagged=bonding1,bridge vlan-ids=255
/ip address
add address=10.64.63.252/24 comment=defconf interface=vlan1-Admin network=10.64.63.0
add address=172.31.44.11/24 interface=vlan2-Isis network=172.31.44.0
add address=10.20.37.11/24 interface=vlan20-Voip network=10.20.37.0