Unable to connect to Opendaylight controller

Hi there,

I’m trying to connect an RB 3011 Ui AS-RM to an OpenDaylight controller in an Ubuntu machine. The configuration of the router is the following:

/interface bridge
add name=bridgeLocal
/openflow
add controllers=192.168.1.3 datapath-id=1/4C:5E:0C:B2:C5:C8 disabled=no name=\
oflow1 passive-port=6633
/tool user-manager customer
set admin access=\
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridgeLocal interface=ether2
add bridge=bridgeLocal interface=ether3
add bridge=bridgeLocal interface=ether4
/ip address
add address=192.168.1.10/24 interface=ether1 network=192.168.1.0
/openflow port
add disabled=no interface=ether2 switch=oflow1
add disabled=no interface=ether3 switch=oflow1
add disabled=no interface=ether4 switch=oflow1

The controller is located in 192.168.1.3:6633 and is directly connected to interface ether1. When I capture traffic in wireshark from controller interface, I get periodical OFTP_ERROR packets followed by a TCP reset, both from src:192.168.1.10… I haven’t had any trouble in connecting a Mininet Virtual Topology to the controller, but the physical switch is being impossible.

Any help would be appreciated,

mjonian.