Hello
Dear all,
I have SXT on my Client side.
I have untagged VLAN-10 on the SXT ether port
but also want to untagg VLAN-20 & (native VLAN-1) traffic on the ether port.
How can I do that.?
I have posted my configuration
/interface bridge
add name=bridge1 pvid=10 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=vlan20 vlan-id=20
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk eap-methods="" mode=dynamic-keys name=\
"Password profile" supplicant-identity="" wpa-pre-shared-key=mka@1234
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 band=5ghz-a/n channel-width=\
20/40mhz-Ce country=australia disabled=no frequency=5805 frequency-mode=\
superchannel installation=any mode=station-bridge nv2-preshared-key=\
mka@1234 nv2-security=enabled radio-name="Station Hostel" \
security-profile="Password profile" ssid="AP Hostal" station-roaming=\
enabled wds-default-bridge=bridge1 wds-mode=dynamic wireless-protocol=nv2
/interface bridge port
add bridge=bridge1 interface=ether1 pvid=10
add bridge=bridge1 interface=wlan1
/interface bridge vlan
add bridge=bridge1 tagged=wlan1,bridge1 untagged=ether1 vlan-ids=10
/interface wireless access-list
add interface=wlan1 mac-address=08:55:31:4A:57:AA vlan-mode=no-tag
/ip address
add address=172.20.20.26/24 interface=vlan20 network=172.20.20.0
/tool romon
set enabled=yes