and once again going back to: Swconfig router and switch gl.inet ar150
this is what luci tries to set up:
config switch 'eth0'
option name 'eth0'
option enable_mirror_rx '1'
option enable_mirror_tx '1'
option mirror_source_port '0'
option mirror_monitor_port '4'
of course my topology is wrong
Switch "eth0" has an unknown topology - the VLAN settings might not be accurate.
and swconfig:
Global attributes:
enable_vlan: 1
mirror_monitor_port: 4
Port 0:
enable_mirror_rx: 0
enable_mirror_tx: 0
pvid: 0
link: port:0 link:up speed:1000baseT full-duplex txflow rxflow
Port 1:
enable_mirror_rx: 0
enable_mirror_tx: 0
pvid: 0
link: port:1 link:up speed:100baseT full-duplex auto
Port 2:
enable_mirror_rx: 0
enable_mirror_tx: 0
pvid: 0
link: port:2 link:down
Port 3:
enable_mirror_rx: 0
enable_mirror_tx: 0
pvid: 0
link: port:3 link:down
Port 4:
enable_mirror_rx: 0
enable_mirror_tx: 0
pvid: 0
link: port:4 link:down
Port 5:
enable_mirror_rx: 0
enable_mirror_tx: 0
pvid: 0
link: port:5 link:down
VLAN 0:
vid: 0
ports: 0 1 2 3 4 5
so even Luci can't set up it correctly
but will the
config switch 'eth0'
option name 'eth0'
option enable_mirror_rx '1'
option enable_mirror_tx '1'
option mirror_source_port '0'
option mirror_monitor_port '4'
attempt have the right syntax ?? who knows ?
can I borrow an ar934x Soc uci setup for my target/linux/ar71xx/base-files/etc/board.d/02_network set up ?
why Luci tries to turn on the Vlan function of my switch ?