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

MikroTik VLAN - Zvláštní traffic

Návody a problémy s konfigurací.
TAEs
Příspěvky: 10
Registrován: 5 years ago

MikroTik VLAN - Zvláštní traffic

Příspěvekod TAEs » 5 years ago

Dobrý večer, mám problém s VLAN. V síti mám VLAN 10 a 20, VLAN10 je untagged na portech 1-5, VLAN20 je untagged na portu 4 a tagged na portech 2,5, viz config :

Kód: Vybrat vše

/interface bridge
add admin-mac=64:XX:XX:XX:XX:XX auto-mac=no comment=\
    "xxx" name=bridge1 protocol-mode=\
    none vlan-filtering=yes
add admin-mac=64:XX:XX:XX:XX:XX auto-mac=no name=bridge10
add admin-mac=64:XX:XX:XX:XX:XX auto-mac=no name=bridge20
add admin-mac=64:XX:XX:XX:XX:XX auto-mac=no name=bridgeWAN
/interface vlan
add interface=bridge1 name=vlan10 vlan-id=10
add interface=bridge1 name=vlan20 vlan-id=20
/interface bridge port
add bridge=bridgeWAN interface=ether1
add bridge=bridge1 interface=ether2 pvid=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
    interface=ether3 pvid=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
    interface=ether4 pvid=20
add bridge=bridge1 interface=ether5 pvid=10
add bridge=bridge10 interface=vlan10
add bridge=bridge20 interface=vlan20
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface bridge vlan
add bridge=bridge1 comment="VLAN 10" untagged=ether2,ether3,ether5 vlan-ids=\
    10
add bridge=bridge1 comment="VLAN 20" tagged=ether2,ether5 untagged=ether4 \
    vlan-ids=20


Teď mám problém. Pokud začnu na PC zapojeným do ether5 uploadovat, tento traffic se mi "objeví" i na ether 2,3 (eth4 je nepoužívaný). Co mám špatně? Zkoušel jsem VLANy dělat i přes starou koncepci a tam mi to dělalo to samé. S jedním pánem jsem se o tom bavil a podle něho je config OK, ale zeptám se radši odborníků.

Děkuji za odpovědi.
0 x