❗️Toto je původní verze internetového fóra ISPforum.cz do února 2020 bez možnosti registrace nových uživatelů. Aktivní verzi fóra naleznete na adrese https://telekomunikace.cz

CRS VLAN ROS v.6.41.2

Návody a problémy s konfigurací.
havelkao
Příspěvky: 2
Registrován: 9 years ago

CRS VLAN ROS v.6.41.2

Příspěvekod havelkao » 7 years ago

Ahoj všem,
Řeším VLAN konfiguraci na CRS switchi, aktuálně mám funkční viz níže. VLAN 100 a 255 prochází porty 2 a 8, pro VLAN 100 funguje jako access port 7. Bridge kopíruje MAC z prvního ethernet portu, takže pokud se nenastaví PVID na portech 2 a 8 jiný než 1, CRS hlásí loopy nad tím prvním ethernet portem.
Otázka - je ještě někde problém třeba s nechtěným únikem trafficu?
Díky.

Kód: Vybrat vše

​# RouterOS 6.41.2
# model = CRS112-8G-4S
/interface ethernet
 set [ find default-name=ether2 ] comment="only tagged traffic"
 set [ find default-name=ether8 ] comment="only tagged traffic"
 set [ find default-name=ether7 ] comment="access port"
/interface bridge
 add fast-forward=no name=bridge-switch protocol-mode=none vlan-filtering=yes
/interface bridge port
 add bridge=bridge-switch frame-types=admit-only-vlan-tagged interface=ether2 pvid=999
 add bridge=bridge-switch frame-types=admit-only-vlan-tagged interface=ether8 pvid=999
 add bridge=bridge-switch frame-types=admit-only-untagged-and-priority-tagged interface=ether7 pvid=100
/interface bridge vlan
 add bridge=bridge-switch tagged=ether2,ether8 vlan-ids=100
 add bridge=bridge-switch tagged=ether2,ether8 vlan-ids=255
0 x

K3NY
Příspěvky: 442
Registrován: 9 years ago

Příspěvekod K3NY » 7 years ago

co si mame predstavit pod takovym nazvem "nechtěným únikem trafficu?"
0 x