Thank you Romain. see attachments.
I try to add to gre interface points to 192.168.152.22 under bridge xapi9.
The first one named "3-1" was successful, the another one "test" was failed.
On 01/18/2011 03:57 PM, Romain Lenglet wrote:
Hi Frank,
Could you send the output of "ovs-vsctl list Interface" and "ip link"?
What are the names of your other interfaces in OVS and in your system?
Before and after you create your "test" GRE interface.
On Wed, Jan 19, 2011 at 3:59 AM, Frank <[email protected]
<mailto:[email protected]>> wrote:
Thanks Romain. That's a typo, with type "gre" it will be still
failed. And the log complains "File exists"
[root@xenserver-frank1 ~]# ovs create interface name=test
options:"remote_ip=192.168.152.22 key=2" type=gre
e0f8369c-bd5c-41b9-8e22-8d6b58e11429
[root@xenserver-frank1 ~]# ovs create port name=test
interfaces=[e0f8369c-bd5c-41b9-8e22-8d6b58e11429]
13abaf54-155c-4954-951f-4e7da1f48b8e
[root@xenserver-frank1 ~]# ovs add bridge xapi7 ports
13abaf54-155c-4954-951f-4e7da1f48b8e
The log says:
Jan 18 10:57:23|11332|bridge|INFO|created port test on bridge xapi7
Jan 18 10:57:23|11333|bridge|WARN|could not create iface test:
File exists
Jan 18 10:57:23|11334|bridge|WARN|bridge xapi7: port test has no
interfaces, dropping
On 01/16/2011 04:25 PM, Romain Lenglet wrote:
Hi Frank,
You don't create the GRE ports correctly.
The options and type are incorrect. See below.
On Fri, Jan 14, 2011 at 7:22 AM, Frank <[email protected]
<mailto:[email protected]>> wrote:
On 01/04/2011 02:34 PM, Jesse Gross wrote:
On Thu, Dec 30, 2010 at 6:00 PM, Frank<[email protected]
<mailto:[email protected]>> wrote:
Hi guys:
I just try to create two GRE tunnels between two
hosts, the result is I
can't do this.
vswitch complains "could not create iface test:
File exists" when
creating second tunnel.
I did set different GRE keys for tunnels.
I google and get some articles said it's possible
to create multiple GRE
tunnels with same src/dst.
I am curious what technical barrier prevents our
doing since GRE key is
an natural tag to distinguish different tunnels.
You can have multiple tunnels between the same endpoints
if they are
distinguished by key. Please post your interface config.
I am sorry for late reply. I create tunnels as below (ovs is
alias of ovs-vsctl):
[root@xenserver-frank4 ~]# ovs list interface 1-2
_uuid : ebc0d114-d258-4670-9965-8a5a0491b0b9
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "1-2"
ofport : 8
options : {remote_ip="192.168.152.22 key=1"}
Those options should read {remote_ip="192.168.152.22", key="1"}.
statistics : {collisions=0, rx_bytes=894703,
rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0,
rx_over_err=0, rx_packets=12083, tx_bytes=28882506,
tx_dropped=0, tx_errors=0, tx_packets=21760}
status : {}
type : gre
[root@xenserver-frank4 ~]# ovs create interface name=test
options:"remote_ip=192.168.152.22 key=2"
So I suggest trying something like:
ovs create interface name=test
'options:remote_ip="192.168.152.22", key="2"'
to create the interface with correct options.
74c1e2e3-da43-4ae4-86e7-048de205f974
[root@xenserver-frank4 ~]# ovs create port name=test
interfaces=[74c1e2e3-da43-4ae4-86e7-048de205f974]
3dc08a5c-102c-45c6-9891-9692d2d4a8e3
[root@xenserver-frank4 ~]# ovs add bridge xapi7 ports
3dc08a5c-102c-45c6-9891-9692d2d4a8e3
[root@xenserver-frank4 ~]# ovs list interface test
_uuid : 74c1e2e3-da43-4ae4-86e7-048de205f974
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : test
ofport : []
options : {remote_ip="192.168.152.22 key=2"}
statistics : {}
status : {}
type : ""
This type is wrong. It should be "gre" for a GRE port.
You have to pass the correct type when creating the interface above.
Actually I already had a tunnel to "192.168.152.22" with key
= 1. we can see the secondary creation was failed even I set
the key=2.
In ovs-vswitchd.log, here are:
Jan 13 14:18:31|02259|netdev|WARN|failed to get flags for
network device test: No such device
Jan 13 14:18:31|02260|bridge|WARN|could not create iface
test: No such device
Jan 13 14:18:31|02261|bridge|WARN|bridge xapi7: port test has
no interfaces, dropping
_______________________________________________
discuss mailing list
[email protected] <mailto:[email protected]>
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:31 brd ff:ff:ff:ff:ff:ff
3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:33 brd ff:ff:ff:ff:ff:ff
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:35 brd ff:ff:ff:ff:ff:ff
5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:37 brd ff:ff:ff:ff:ff:ff
6: eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:1b:21:47:59:1f brd ff:ff:ff:ff:ff:ff
7: eth5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:1b:21:47:59:1e brd ff:ff:ff:ff:ff:ff
8: xenbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:31 brd ff:ff:ff:ff:ff:ff
9: xenbr4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:1b:21:47:59:1f brd ff:ff:ff:ff:ff:ff
11: xenbr5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:1b:21:47:59:1e brd ff:ff:ff:ff:ff:ff
12: xenbr3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:37 brd ff:ff:ff:ff:ff:ff
16: xenbr2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:35 brd ff:ff:ff:ff:ff:ff
17: xenbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:33 brd ff:ff:ff:ff:ff:ff
25: xapi4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:23:20:80:99:05 brd ff:ff:ff:ff:ff:ff
26: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
27: vif0.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
30: xapi2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:31 brd ff:ff:ff:ff:ff:ff
53: vif11.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
84: xapi9: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:23:20:80:b2:1d brd ff:ff:ff:ff:ff:ff
85: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
86: vif0.1: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
88: vif36.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
89: vif37.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:31 brd ff:ff:ff:ff:ff:ff
3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:33 brd ff:ff:ff:ff:ff:ff
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:35 brd ff:ff:ff:ff:ff:ff
5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:26:b9:62:1e:37 brd ff:ff:ff:ff:ff:ff
6: eth4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:1b:21:47:59:1f brd ff:ff:ff:ff:ff:ff
7: eth5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:1b:21:47:59:1e brd ff:ff:ff:ff:ff:ff
8: xenbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:31 brd ff:ff:ff:ff:ff:ff
9: xenbr4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:1b:21:47:59:1f brd ff:ff:ff:ff:ff:ff
11: xenbr5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:1b:21:47:59:1e brd ff:ff:ff:ff:ff:ff
12: xenbr3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:37 brd ff:ff:ff:ff:ff:ff
16: xenbr2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:35 brd ff:ff:ff:ff:ff:ff
17: xenbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:33 brd ff:ff:ff:ff:ff:ff
25: xapi4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:23:20:80:99:05 brd ff:ff:ff:ff:ff:ff
26: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
27: vif0.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
30: xapi2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:26:b9:62:1e:31 brd ff:ff:ff:ff:ff:ff
53: vif11.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
84: xapi9: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:23:20:80:b2:1d brd ff:ff:ff:ff:ff:ff
85: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
86: vif0.1: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
88: vif36.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
89: vif37.0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
_uuid : 67ff1a60-c0ba-4a81-afe0-77fd021d0736
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr4"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 1f37e602-249f-4968-98ef-d6eec81a0696
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth3"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 4ea2ab13-7f24-4f57-9d04-227acf0e9433
external_ids : {attached-mac="FE:FF:FF:FF:FF:FF",
xs-network-uuid="9e2cd2c1-0ae3-7179-982f-84ffebcbe72b",
xs-vif-uuid="ad1346f3-a0e3-ed7b-9f59-c0f7ac57a292",
xs-vm-uuid="be3097e8-ca82-456d-8ccd-77269da3c13a"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif0.0"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=3238,
tx_dropped=12, tx_errors=0, tx_packets=57}
status : {}
type : ""
_uuid : 23ff16b3-05a8-4f14-9fc1-23947b64eb90
external_ids : {attached-mac="00:00:30:c2:00:06",
xs-network-uuid="b340fe09-9de3-93b3-ea48-9d969e54bdb0",
xs-vif-uuid="aaff9972-8e44-6d7e-ef86-032547bf70dc",
xs-vm-uuid="b5e2ea1b-67fd-9166-a6f3-4c334631d7a1"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif36.0"
ofport : 4
options : {}
statistics : {collisions=0, rx_bytes=172693, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=2357,
tx_bytes=4782667, tx_dropped=0, tx_errors=0, tx_packets=3555}
status : {}
type : ""
_uuid : 8f464d93-17c3-45b0-9cad-7c9d9bc2fe54
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth5"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=31336466, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=344623,
tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 547c6073-09bf-48bb-bf39-8129ea426ae3
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : test
ofport : []
options : {remote_ip="192.168.152.22 key=2"}
statistics : {}
status : {}
type : gre
_uuid : 52de66d4-8202-433b-a662-cc184eb61944
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "3-2"
ofport : 3
options : {remote_ip="192.168.152.24 key=1"}
statistics : {collisions=0, rx_bytes=568712, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=7542,
tx_bytes=366035, tx_dropped=0, tx_errors=0, tx_packets=4680}
status : {}
type : gre
_uuid : 02ea68d5-27a8-4b89-83e4-f0bd4ee49e0d
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xapi4"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=2064, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=44, tx_bytes=2430,
tx_dropped=0, tx_errors=0, tx_packets=32}
status : {}
type : ""
_uuid : 5fc30ba7-3151-456b-a7a6-ec4779d0873f
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "2-1"
ofport : []
options : {remote_ip="192.168.152.22 key=1"}
statistics : {}
status : {}
type : gre
_uuid : c2859c27-3add-468e-9b1d-f06008589ff7
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth1"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 2e0a3b77-aa1e-45a3-a840-f49781cd79e4
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth0"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=142801178253, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=470222062,
tx_bytes=152185486195, tx_dropped=0, tx_errors=0, tx_packets=467039459}
status : {}
type : ""
_uuid : 32175a57-3ce1-48aa-85db-eab00a9e0c23
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr1"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : b5840048-e372-4e6a-a184-de15f4f1dcad
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "grexapi6192.168.152.21"
ofport : []
options : {}
statistics : {}
status : {}
type : ""
_uuid : d4d99d48-ae5c-4c95-9c9b-d487eb509bfb
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : "00:26:b9:62:1e:31"
name : "xapi2"
ofport : 3
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=735728,
tx_dropped=0, tx_errors=0, tx_packets=10065}
status : {}
type : internal
_uuid : 9900f7ea-cab9-4096-83ae-3be4850296b7
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr2"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 17f0340b-24fe-4888-8efd-5d9863c8080b
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth2"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 6a50701b-784d-4677-8e65-c04a9f3c9add
external_ids : {attached-mac="00:00:60:0f:00:07",
xs-network-uuid="b340fe09-9de3-93b3-ea48-9d969e54bdb0",
xs-vif-uuid="82ceca45-3c67-67a5-981d-c7844c1cbdcb",
xs-vm-uuid="2f9a14e5-8532-8afb-26b2-2e9fe9dfe2c5"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif37.0"
ofport : 5
options : {}
statistics : {collisions=0, rx_bytes=161609, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=2245,
tx_bytes=4800181, tx_dropped=0, tx_errors=0, tx_packets=3544}
status : {}
type : ""
_uuid : ccc8ebeb-4745-4265-9e19-997b086dbe71
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr3"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 07f831ab-48a6-45e0-92cf-633e16b69404
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr0"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=152184950170, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=467035100,
tx_bytes=142781192038, tx_dropped=0, tx_errors=0, tx_packets=469932055}
status : {}
type : ""
_uuid : 0abf23dc-519b-4f47-9b5f-0726ba31334c
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth4"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 6bcee9fd-cc33-4655-9fbd-9861267484c5
external_ids : {attached-mac="FE:FF:FF:FF:FF:FF",
xs-network-uuid="b340fe09-9de3-93b3-ea48-9d969e54bdb0",
xs-vif-uuid="3b77962f-e060-6781-7d41-c98b3c8e1286",
xs-vm-uuid="be3097e8-ca82-456d-8ccd-77269da3c13a"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif0.1"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=374145,
tx_dropped=4678, tx_errors=0, tx_packets=4723}
status : {}
type : ""
_uuid : ae29eb1d-3e67-4e39-bdb6-5fc6e74ad821
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xapi9"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=374145,
tx_dropped=0, tx_errors=0, tx_packets=4723}
status : {}
type : ""
_uuid : 627581be-56b5-442a-abc2-89a2eabe412c
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "3-1"
ofport : 2
options : {remote_ip="192.168.152.22 key=1"}
statistics : {collisions=0, rx_bytes=24043175, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=17723,
tx_bytes=372136, tx_dropped=0, tx_errors=0, tx_packets=4707}
status : {}
type : gre
_uuid : e82a9b3f-afbe-49b3-a4f8-945765ff3863
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr5"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=14732072,
tx_dropped=0, tx_errors=0, tx_packets=68001}
status : {}
type : ""
_uuid : 67ff1a60-c0ba-4a81-afe0-77fd021d0736
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr4"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 1f37e602-249f-4968-98ef-d6eec81a0696
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth3"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 4ea2ab13-7f24-4f57-9d04-227acf0e9433
external_ids : {attached-mac="FE:FF:FF:FF:FF:FF",
xs-network-uuid="9e2cd2c1-0ae3-7179-982f-84ffebcbe72b",
xs-vif-uuid="ad1346f3-a0e3-ed7b-9f59-c0f7ac57a292",
xs-vm-uuid="be3097e8-ca82-456d-8ccd-77269da3c13a"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif0.0"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=3238,
tx_dropped=12, tx_errors=0, tx_packets=57}
status : {}
type : ""
_uuid : 23ff16b3-05a8-4f14-9fc1-23947b64eb90
external_ids : {attached-mac="00:00:30:c2:00:06",
xs-network-uuid="b340fe09-9de3-93b3-ea48-9d969e54bdb0",
xs-vif-uuid="aaff9972-8e44-6d7e-ef86-032547bf70dc",
xs-vm-uuid="b5e2ea1b-67fd-9166-a6f3-4c334631d7a1"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif36.0"
ofport : 4
options : {}
statistics : {collisions=0, rx_bytes=172693, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=2357,
tx_bytes=4782667, tx_dropped=0, tx_errors=0, tx_packets=3555}
status : {}
type : ""
_uuid : 8f464d93-17c3-45b0-9cad-7c9d9bc2fe54
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth5"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=31330997, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=344543,
tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 52de66d4-8202-433b-a662-cc184eb61944
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "3-2"
ofport : 3
options : {remote_ip="192.168.152.24 key=1"}
statistics : {collisions=0, rx_bytes=568712, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=7542,
tx_bytes=366035, tx_dropped=0, tx_errors=0, tx_packets=4680}
status : {}
type : gre
_uuid : 02ea68d5-27a8-4b89-83e4-f0bd4ee49e0d
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xapi4"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=2064, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=44, tx_bytes=2430,
tx_dropped=0, tx_errors=0, tx_packets=32}
status : {}
type : ""
_uuid : 5fc30ba7-3151-456b-a7a6-ec4779d0873f
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "2-1"
ofport : []
options : {remote_ip="192.168.152.22 key=1"}
statistics : {}
status : {}
type : gre
_uuid : c2859c27-3add-468e-9b1d-f06008589ff7
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth1"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 2e0a3b77-aa1e-45a3-a840-f49781cd79e4
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth0"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=142798482682, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=470202933,
tx_bytes=152178555904, tx_dropped=0, tx_errors=0, tx_packets=467022309}
status : {}
type : ""
_uuid : 32175a57-3ce1-48aa-85db-eab00a9e0c23
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr1"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : b5840048-e372-4e6a-a184-de15f4f1dcad
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "grexapi6192.168.152.21"
ofport : []
options : {}
statistics : {}
status : {}
type : ""
_uuid : d4d99d48-ae5c-4c95-9c9b-d487eb509bfb
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : "00:26:b9:62:1e:31"
name : "xapi2"
ofport : 3
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=732028,
tx_dropped=0, tx_errors=0, tx_packets=10015}
status : {}
type : internal
_uuid : 9900f7ea-cab9-4096-83ae-3be4850296b7
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr2"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 6a50701b-784d-4677-8e65-c04a9f3c9add
external_ids : {attached-mac="00:00:60:0f:00:07",
xs-network-uuid="b340fe09-9de3-93b3-ea48-9d969e54bdb0",
xs-vif-uuid="82ceca45-3c67-67a5-981d-c7844c1cbdcb",
xs-vm-uuid="2f9a14e5-8532-8afb-26b2-2e9fe9dfe2c5"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif37.0"
ofport : 5
options : {}
statistics : {collisions=0, rx_bytes=161609, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=2245,
tx_bytes=4800181, tx_dropped=0, tx_errors=0, tx_packets=3544}
status : {}
type : ""
_uuid : ccc8ebeb-4745-4265-9e19-997b086dbe71
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr3"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 07f831ab-48a6-45e0-92cf-633e16b69404
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr0"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=152178019663, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=467017946,
tx_bytes=142778499647, tx_dropped=0, tx_errors=0, tx_packets=469912979}
status : {}
type : ""
_uuid : 17f0340b-24fe-4888-8efd-5d9863c8080b
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth2"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 0abf23dc-519b-4f47-9b5f-0726ba31334c
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "eth4"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0,
tx_dropped=0, tx_errors=0, tx_packets=0}
status : {}
type : ""
_uuid : 6bcee9fd-cc33-4655-9fbd-9861267484c5
external_ids : {attached-mac="FE:FF:FF:FF:FF:FF",
xs-network-uuid="b340fe09-9de3-93b3-ea48-9d969e54bdb0",
xs-vif-uuid="3b77962f-e060-6781-7d41-c98b3c8e1286",
xs-vm-uuid="be3097e8-ca82-456d-8ccd-77269da3c13a"}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "vif0.1"
ofport : 1
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=374145,
tx_dropped=4678, tx_errors=0, tx_packets=4723}
status : {}
type : ""
_uuid : ae29eb1d-3e67-4e39-bdb6-5fc6e74ad821
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xapi9"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=374145,
tx_dropped=0, tx_errors=0, tx_packets=4723}
status : {}
type : ""
_uuid : 627581be-56b5-442a-abc2-89a2eabe412c
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "3-1"
ofport : 2
options : {remote_ip="192.168.152.22 key=1"}
statistics : {collisions=0, rx_bytes=24043175, rx_crc_err=0,
rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=17723,
tx_bytes=372136, tx_dropped=0, tx_errors=0, tx_packets=4707}
status : {}
type : gre
_uuid : e82a9b3f-afbe-49b3-a4f8-945765ff3863
external_ids : {}
ingress_policing_burst: 0
ingress_policing_rate: 0
mac : []
name : "xenbr5"
ofport : 65534
options : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0,
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=14729903,
tx_dropped=0, tx_errors=0, tx_packets=67976}
status : {}
type : ""
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org