> On Jul 28, 2015, at 9:09 AM, Tandulwadkar, Sanket Ravindra (Sanket Ravindra) 
> <[email protected]> wrote:
> 
> Hello Justin,
> 
> Thank you for the tip. I did run that, and I could see that its set to false.
> 
> sanket@sanket-ubuntu-ovs:~$ sudo ovs-vsctl list controller
> _uuid               : 5236a306-4ec2-4ee8-b554-e09d42ecc1fc
> connection_mode     : []
> controller_burst_limit: []
> controller_rate_limit: []
> enable_async_messages: []
> external_ids        : {}
> inactivity_probe    : []
> is_connected        : false
> local_gateway       : []
> local_ip            : []
> local_netmask       : []
> max_backoff         : []
> other_config        : {}
> role                : other
> status              : {last_error="Protocol error", sec_since_disconnect="0", 
> state=BACKOFF}
> target              : "ssl:172.31.1.2:6633"
> 
> But on pinging the same target I am able to receive packets.
> 
> PING 172.31.1.2 (172.31.1.2) 56(84) bytes of data.
> 64 bytes from 172.31.1.2: icmp_seq=1 ttl=64 time=0.456 ms
> 64 bytes from 172.31.1.2: icmp_seq=2 ttl=64 time=0.156 ms
> 64 bytes from 172.31.1.2: icmp_seq=3 ttl=64 time=0.177 ms
> ^C
> --- 172.31.1.2 ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 1998ms
> rtt min/avg/max/mdev = 0.156/0.263/0.456/0.136 ms
> sanket@sanket-ubuntu-ovs:~$
> 
> sanket@sanket-ubuntu-odl:~$ ping 172.31.1.1
> PING 172.31.1.1 (172.31.1.1) 56(84) bytes of data.
> 64 bytes from 172.31.1.1: icmp_seq=1 ttl=64 time=0.467 ms
> 64 bytes from 172.31.1.1: icmp_seq=2 ttl=64 time=0.185 ms
> 64 bytes from 172.31.1.1: icmp_seq=3 ttl=64 time=0.212 ms
> ^C
> --- 172.31.1.1 ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 1998ms
> rtt min/avg/max/mdev = 0.185/0.288/0.467/0.127 ms
> sanket@sanket-ubuntu-odl:~$
> 
> My ODL controller iss on 172.31.1.2 and OvS is running on 172.31.1.1
> 
> Am I missing something here?

It's reporting a "Protocol error" in the "status" column.  Have you looked at 
your OVS logs to see if there are any logs?  You might try connecting to your 
controller with s_client to make sure that SSL is configure properly.

--Justin


_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to