I have a RB450G . I am facing a big problem with it. Its “ether1-gateway” is not working. Other 4 port is working fine. (Note: when i am trying to connect the RB450G, the yellow light is starting blinking) I have upgraded this to RouterOS v6.7 & reset this many time but result is same. Is there any solution for this problem? Please help me


Please help me
Please Help me
If it’s configured as a switch then that is to be expected.
http://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features
Port Switching
Switching feature allows wire speed traffic passing among a group of ports, like the ports were a regular ethernet switch. You configure this feature by setting a “master-port” property to one ore more ports in /interface ethernet menu. A ‘master’ port will be the port through which the RouterOS will communicate to all ports in the group. Interfaces for which the ‘master’ port is specified become inactive - no traffic is received on them and no traffic can be sent out.
…
"Ether1 port on RB450G has a feature that allows it to be removed/added to the default switch group. By default ether1 port will be included in the switch group. This configuration can be changed with /interface ethernet switch set switch1 switch-all-ports=no
switch-all-ports=yes/no -
“yes” means ether1 is part of switch and supports switch grouping, and all other advanced Atheros8316 features including extended statistics (/interface ethernet print stats).
“no” means ether1 is not part of switch, effectivly making it as stand alone ethernet port, this way increasing its troughtput to other ports in bridged, and routed mode, but removing the switching possibility on this port."