Add support for MikroTik RB5009UG

Yes i think create vlan 802.1q with id and modifs first the sfp of wan in edit

I has found this link but i don't understand

So i has configurate like that what is wrong ?!



config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix ‘XXXXXXX’

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'p2'
	list ports 'p3'
	list ports 'p4'
	list ports 'p5'
	list ports 'p6'
	list ports 'p7'
	list ports 'p8'
	list ports 'sfp'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.2.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config device
	option name 'sfp'

config device
	option type '8021q'
	option ifname 'sfp'
	option vid '832'
	option name 'sfp.832'

config interface 'wan'
	option proto 'dhcp'
	option device 'sfp.832'
	option broadcast '1'
	option vendorid 'sagem'
	option reqopts '1 15 28 51 58 59 90'
	option sendopts ‘XXXXX’

config interface 'wan6'
	option proto 'dhcpv6'
	option device 'sfp.832'
	option reqaddress 'none'
	option reqprefix 'auto'
	option defaultreqopts '0'
	option sendopts ‘XXXXXXX’
	option noclientfqdn '1'
	option noacceptreconfig '1'

@moeller0 @dlakelan do you has idea for type of command for verify if my sfp is well connected ? @robimarko you has linked type on and mine off of my sfp putty dmesg you know why ?