Displaying 3 results from an estimated 3 matches for "dpctl".
Did you mean:
dpctrl
2013 Aug 07
1
Regarding Openvswitch suppotrs Xen 4..2.1
Hi,
As I see blogs or websites the openvswitch is support XCP and Xenserver.
But to support opensource Xen 4.2.1 what should be configure and how to
interface with openflow .
I have tried using vif-openswitch network script for bridging, while
adding datapath using ovs-dpctl add-dp xenbr0 it is added but ovs-dpctl
dump-flows xenbr0 it is getting
ovs-dpctl: opening datapath (No such device). Can you suggest any
configuration for openflow with openvswitch.
With Regards
Prapulla Kumar R
_______________________________________________
Xen-users mailing list
Xen-users@li...
2012 Mar 05
0
OpenFlow/OVS related question
...possible?
I tried ovs-vsctl set-controller <fake-bridge> but it claims the bridge is fake.
I use NOX to control the parent bridge with
set-fail-mode secure, so when I shoutdown the controller no more ping is possible,However it is possible to ping inside vlan, who is the responsable?
ovs-dpctl dump-flows system@parentbridge
doesn´t report any related flows!
Sorry if this is obvious, but since in beta I don´t have and XCP 1.5 networking reference and all what I have are man pages!
Best regards,
Ibrahim
_______________________________________________
Xen-users mailing...
2012 Jun 29
2
Bug#679533: Traffic forwarding issue between Xen domU/dom0 and ovs
...stination Host Unreachable
From 10.140.36.2 icmp_seq=3 Destination Host Unreachable
--- 10.140.36.9 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2016ms
dump-flows on the dom0 shows no flow having something to do with the mac
address of the domU
# ovs-dpctl dump-flows ovs0 | grep 00:16:3e:00:24:09
On the interface at the ovs (dom0) side, I can see arp requests, which
are not being answered by the problematic host.
# tcpdump -n -i domU-24-09
tcpdump: WARNING: domU-24-09: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for...