« Mikrotik : Vlan » : différence entre les versions
De www.yakakliker.org
(Page créée avec « <syntaxhighlight lang="bash"> /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 switc... ») |
Aucun résumé des modifications |
||
Ligne 37 : | Ligne 37 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Liens === | |||
https://www.youtube.com/watch?v=YLtGQAQ8iS0 | |||
[[Catégorie:Mikrotik]] | [[Catégorie:Mikrotik]] | ||
[[Catégorie:Vlan]] | [[Catégorie:Vlan]] | ||
[[Catégorie:Reseau]] | [[Catégorie:Reseau]] |
Version du 19 mars 2024 à 16:46
/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