Hi -This is my first post with a request for assistance and I hope the information provided is OK.
I have 20 x RB750r2's in Australia. They work fine with the script below. I use them as a simple switch.
I also have 20 x RB750r2's purchased in Germany to use for the same application but they are not performing in the same way. The European boards run 6.30.4, although today I have upgraded one to 6.35.4 but the error is still happening.
All network devices attached to the RB750 have static IP addresses. The network processor is a Bealgle Bone Black running Linux.
I use 3 ports on the RB750.
When the network boots the RB750 disables the camera port. It does not matter which port I use. Sometimes after several minutes the port become enabled - very odd behaviour. If I reboot the RB750 from WinBox the port is enabled and the camera becomes reachable.
Why is the camera port disabled when the system boots ??
Any guidance or assistance of any kind would be greatly appreciated.
Thanks in advance.
CameraMan
Network Config.
Network Processor 192.168.2.100
RB912 192.168.2.10
RB750 192.168.2.15
IP camera 192.168.2.20
may/12/2016 14:30:46 by RouterOS 6.32.3
software id = MPH-RB750
add bridge
/interface bridge
add name="LAN" protocol-mode=none
add ports to bridge
/interface bridge port
add bridge=LAN interface=ether1
add bridge=LAN interface=ether2
add bridge=LAN interface=ether3
add bridge=LAN interface=ether4
add bridge=LAN interface=ether5
add static IP
/ip address
add address=192.168.2.15/24 interface=LAN network=192.168.2.0