Point 2 Multipoint and allso ether5 for a VLAN

I have a point to multipoint configuration and this works great.
Now I use a OMNITIK for the AP Bridge.
It works great. But now I want to use ether5 also and like to use it for VLAN-ID 30.
How can I do this and is it possible?
Below is my config in the OMNITIK device

###################################################################################

MMM MMM KKK TTTTTTTTTTT KKK

MMMM MMMM KKK TTTTTTTTTTT KKK

MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK

MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK

MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK

MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK

###################################################################################

Installatie SW07 RB-OMNITIK)

AP BRIDGE

Geef het apparaat een identitiet

/system identity set name=SW07

Bridge toevoegen

/interface bridge add name=BR_BRIDGE

VLANS aanmaken

/interface vlan add name=VLAN_LAN_MGMT vlan-id=9 interface=BR_BRIDGE

IP adres toewijzen aan management VLAN

/ip address add address=172.16.8/25 network=172.16.0.0 interface=VLAN_LAN_MGMT

Security profielen aanmaken

/interface wireless security-profile add name=BRIDGE authentication-type=wpa2-psk mode=dynamic-keys wpa2-pre-shared-key=“PreSharedKey”

Access List vullen voor de Bridge

/interface wireless access-list add mac-address=D4:CA:6D:41:33:65 interface=wlan1 comment=“SW08”
/interface wireless access-list add mac-address=D4:CA:6D:42:B0:25 interface=wlan1 comment=“SW09”
/interface wireless access-list add mac-address=D4:CA:6D:9C:DB:59 interface=wlan1 comment=“SW10”

Poorten toevoegen aan bridge

/interface bridge port add interface=ether1 bridge=BR_BRIDGE

Set Wlan mode

/interface wireless set wlan1 ssid=Bridge2 frequency=auto mode=ap-bridge band=5ghz-onlyn default-authentication=no disabled=no
/interface wireless set wlan1 security-profile=BRIDGE wmm-support=enabled

Create WDS-Interface and add the interface to the bridge

/interface wireless set wlan1 wds-mode=dynamic wds-default-bridge=BR_BRIDGE

Globele instellingen

SNTP Client configureren

/system ntp client set primary-ntp=172.16.0.130 secondary-ntp=172.16.0.131 enabled=yes

SNMP Server configureren

/snmp set contact=“ronald.verheij@skiffkick.nl” location=“Ring 225” enabled=yes trap-version=2
/snmp community set address=172.16.0.20 numbers=0

SYSLOG Server configureren

/system logging action
set 3 remote=172.16.0.20

/system logging
add action=remote topics=warning

Zet de tijdzone goed

/system clock set time-zone-name=Europe/Amsterdam

Instellen van het admin password

/password old-password=“” new-password=“!@49er4All#$” confirm-new-password=“password”

Nobody any idea?