Last active
February 21, 2018 20:34
-
-
Save jianzzha/56021a2ddad27e1a3aa3fbb82e6dd605 to your computer and use it in GitHub Desktop.
odl_low_perf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The data ports of the VM are on port 35 and port 36 on br-int, VM also has a port we use for access and is on port 34. | |
each of the two VM data ports is on its own provider network, with vlan 300 and 301; there is another VM port (port 34 on br-int) is for VM access with vlan 200 and not used for data traffic. The VM simply switch the packets between its data ports. | |
The traffic generator has two ports, with mac address ec:f4:bb:dc:93:98 on port 1, ec:f4:bb:dc:93:9a on port 2. port1 send udp traffic destined to port2's mac and vice versa. | |
We expect the traffic from its port1 to reach the br-int port 35 and then switched by the VM and come back on port 36 and go to | |
port 2 of the trafficgen. | |
[root@compute-0 ~]# sudo ovs-ofctl dump-groups -O OpenFlow13 br-int | |
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2): | |
group_id=210003,type=all,bucket=actions=set_field:0x9->tun_id,resubmit(,55) | |
group_id=210006,type=all,bucket=actions=group:210005,bucket=actions=load:0xb00->NXM_NX_REG6[],resubmit(,220) | |
group_id=210001,type=all,bucket=actions=set_field:0xa->tun_id,resubmit(,55) | |
group_id=210002,type=all,bucket=actions=group:210001,bucket=actions=load:0x400->NXM_NX_REG6[],resubmit(,220) | |
group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81) | |
group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x700->NXM_NX_REG6[],resubmit(,220) | |
group_id=210005,type=all,bucket=actions=set_field:0x5->tun_id,resubmit(,55) | |
[root@compute-0 ~]# | |
[root@compute-0 ~]# sudo ovs-ofctl dump-flows -O OpenFlow13 br-int | |
OFPST_FLOW reply (OF1.3) (xid=0x2): | |
cookie=0x8000000, duration=101514.425s, table=0, n_packets=30732, n_bytes=3472716, priority=4,in_port=2,vlan_tci=0x0000/0x1fff actions=write_metadata:0x60000000001/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=101514.425s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=3,vlan_tci=0x0000/0x1fff actions=write_metadata:0x80000000001/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=101514.424s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0xc0000000001/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=2624.228s, table=0, n_packets=9237, n_bytes=695688, priority=4,in_port=34,vlan_tci=0x0000/0x1fff actions=write_metadata:0xa0000000000/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=2624.219s, table=0, n_packets=40023, n_bytes=58796606, priority=10,in_port=2,dl_vlan=200 actions=pop_vlan,write_metadata:0x40000000001/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=2622.999s, table=0, n_packets=108625318, n_bytes=6517544944, priority=4,in_port=35,vlan_tci=0x0000/0x1fff actions=write_metadata:0x50000000000/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=2622.996s, table=0, n_packets=108675542, n_bytes=6955234688, priority=10,in_port=3,dl_vlan=300 actions=pop_vlan,write_metadata:0xb0000000001/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=2621.938s, table=0, n_packets=108630339, n_bytes=6517846204, priority=4,in_port=36,vlan_tci=0x0000/0x1fff actions=write_metadata:0x90000000000/0xffffff0000000001,goto_table:17 | |
cookie=0x8000000, duration=2621.935s, table=0, n_packets=108675539, n_bytes=6955234496, priority=10,in_port=1,dl_vlan=301 actions=pop_vlan,write_metadata:0x70000000001/0xffffff0000000001,goto_table:17 | |
cookie=0x8040000, duration=2623.536s, table=17, n_packets=9237, n_bytes=695688, priority=10,metadata=0xa0000000000/0xffffff0000000000 actions=load:0xa->NXM_NX_REG1[0..19],load:0x1389->NXM_NX_REG7[0..15],write_metadata:0xa0000a1389000000/0xfffffffffffffffe,goto_table:43 | |
cookie=0x8040000, duration=2623.314s, table=17, n_packets=40023, n_bytes=58796606, priority=10,metadata=0x40000000000/0xffffff0000000000 actions=load:0x4->NXM_NX_REG1[0..19],load:0x1389->NXM_NX_REG7[0..15],write_metadata:0xa000041389000000/0xfffffffffffffffe,goto_table:43 | |
cookie=0x8040000, duration=2622.393s, table=17, n_packets=108625318, n_bytes=6517544944, priority=10,metadata=0x50000000000/0xffffff0000000000 actions=load:0x5->NXM_NX_REG1[0..19],load:0x138b->NXM_NX_REG7[0..15],write_metadata:0xa00005138b000000/0xfffffffffffffffe,goto_table:43 | |
cookie=0x8040000, duration=2622.091s, table=17, n_packets=108675542, n_bytes=6955234688, priority=10,metadata=0xb0000000000/0xffffff0000000000 actions=load:0xb->NXM_NX_REG1[0..19],load:0x138b->NXM_NX_REG7[0..15],write_metadata:0xa0000b138b000000/0xfffffffffffffffe,goto_table:43 | |
cookie=0x8040000, duration=2621.331s, table=17, n_packets=108630339, n_bytes=6517846204, priority=10,metadata=0x90000000000/0xffffff0000000000 actions=load:0x9->NXM_NX_REG1[0..19],load:0x138a->NXM_NX_REG7[0..15],write_metadata:0xa00009138a000000/0xfffffffffffffffe,goto_table:43 | |
cookie=0x8040000, duration=2621.029s, table=17, n_packets=108675539, n_bytes=6955234496, priority=10,metadata=0x70000000000/0xffffff0000000000 actions=load:0x7->NXM_NX_REG1[0..19],load:0x138a->NXM_NX_REG7[0..15],write_metadata:0xa00007138a000000/0xfffffffffffffffe,goto_table:43 | |
cookie=0x8000000, duration=101514.425s, table=17, n_packets=0, n_bytes=0, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 | |
cookie=0x6800000, duration=101514.429s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38 | |
cookie=0x8220015, duration=101514.425s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=1 actions=resubmit(,17) | |
cookie=0x8220016, duration=101514.425s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17) | |
cookie=0x1080000, duration=101514.425s, table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) | |
cookie=0x1030000, duration=101514.425s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80 | |
cookie=0x8000004, duration=101514.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535 | |
cookie=0x1080000, duration=101514.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) | |
cookie=0x822002d, duration=101514.174s, table=43, n_packets=747, n_bytes=44318, priority=100,arp,arp_op=1 actions=group:5000 | |
cookie=0x822002e, duration=101514.174s, table=43, n_packets=136, n_bytes=7072, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) | |
cookie=0x8220000, duration=101514.425s, table=43, n_packets=299599760513, n_bytes=18585599373872, priority=0 actions=goto_table:48 | |
cookie=0x4000000, duration=101514.431s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) | |
cookie=0x8500000, duration=101514.428s, table=48, n_packets=299599761396, n_bytes=18585599425262, priority=0 actions=resubmit(,49),resubmit(,50) | |
cookie=0x8051389, duration=2623.536s, table=50, n_packets=9237, n_bytes=695688, priority=20,metadata=0xa1389000000/0xfffffffff000000,dl_src=fa:16:3e:d6:49:f2 actions=goto_table:51 | |
cookie=0x805138b, duration=2622.393s, table=50, n_packets=0, n_bytes=0, priority=20,metadata=0x5138b000000/0xfffffffff000000,dl_src=fa:16:3e:96:99:36 actions=goto_table:51 | |
cookie=0x805138a, duration=2621.331s, table=50, n_packets=0, n_bytes=0, priority=20,metadata=0x9138a000000/0xfffffffff000000,dl_src=fa:16:3e:c7:50:7e actions=goto_table:51 | |
cookie=0x805138b, duration=2435.690s, table=50, n_packets=487, n_bytes=55031, idle_timeout=300, send_flow_rem priority=20,metadata=0x5138b000000/0xfffffffff000000,dl_src=00:00:00:00:00:00 actions=goto_table:51 | |
cookie=0x805138a, duration=2435.690s, table=50, n_packets=487, n_bytes=55031, idle_timeout=300, send_flow_rem priority=20,metadata=0x9138a000000/0xfffffffff000000,dl_src=00:00:00:00:00:00 actions=goto_table:51 | |
cookie=0x805138b, duration=82.395s, table=50, n_packets=7373614, n_bytes=471911296, idle_timeout=300, send_flow_rem priority=20,metadata=0xb138b000000/0xfffffffff000000,dl_src=ec:f4:bb:dc:93:98 actions=goto_table:51 | |
cookie=0x805138a, duration=82.395s, table=50, n_packets=7373614, n_bytes=471911296, idle_timeout=300, send_flow_rem priority=20,metadata=0x7138a000000/0xfffffffff000000,dl_src=ec:f4:bb:dc:93:9a actions=goto_table:51 | |
cookie=0x805138a, duration=82.395s, table=50, n_packets=7373614, n_bytes=442416840, idle_timeout=300, send_flow_rem priority=20,metadata=0x9138a000000/0xfffffffff000000,dl_src=ec:f4:bb:dc:93:98 actions=goto_table:51 | |
cookie=0x805138b, duration=82.395s, table=50, n_packets=7373614, n_bytes=442416840, idle_timeout=300, send_flow_rem priority=20,metadata=0x5138b000000/0xfffffffff000000,dl_src=ec:f4:bb:dc:93:9a actions=goto_table:51 | |
cookie=0x8050001, duration=101514.426s, table=50, n_packets=29220773699, n_bytes=1813555037438, priority=10,reg4=0x1 actions=goto_table:51 | |
cookie=0x8050000, duration=101514.428s, table=50, n_packets=292767880, n_bytes=18176398067, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1->NXM_NX_REG4[0..7]),goto_table:51 | |
cookie=0x8031389, duration=2623.536s, table=51, n_packets=40023, n_bytes=58796606, priority=20,metadata=0x1389000000/0xffff000000,dl_dst=fa:16:3e:d6:49:f2 actions=load:0xa00->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138b, duration=2622.393s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138b000000/0xffff000000,dl_dst=fa:16:3e:96:99:36 actions=load:0x500->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138a, duration=2621.331s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=fa:16:3e:c7:50:7e actions=load:0x900->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138b, duration=2435.690s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138b000000/0xffff000000,dl_dst=00:00:00:00:00:00 actions=load:0x500->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138a, duration=2435.690s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:00:00:00:00:00 actions=load:0x900->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138b, duration=82.395s, table=51, n_packets=7373614, n_bytes=442416840, priority=20,metadata=0x138b000000/0xffff000000,dl_dst=ec:f4:bb:dc:93:98 actions=load:0xb00->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138a, duration=82.395s, table=51, n_packets=7373614, n_bytes=442416840, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=ec:f4:bb:dc:93:9a actions=load:0x700->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138a, duration=82.395s, table=51, n_packets=7373614, n_bytes=471911296, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=ec:f4:bb:dc:93:98 actions=load:0x900->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x803138b, duration=82.395s, table=51, n_packets=7373614, n_bytes=471911296, priority=20,metadata=0x138b000000/0xffff000000,dl_dst=ec:f4:bb:dc:93:9a actions=load:0x500->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x8030000, duration=101514.425s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop | |
cookie=0x8030000, duration=101514.425s, table=51, n_packets=27043375880, n_bytes=1683543879463, priority=0 actions=goto_table:52 | |
cookie=0x8701389, duration=2623.536s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1389000001/0xffff000001 actions=write_actions(group:210001) | |
cookie=0x8701389, duration=2623.536s, table=52, n_packets=18, n_bytes=2069, priority=5,metadata=0x1389000000/0xffff000001 actions=write_actions(group:210002) | |
cookie=0x870138b, duration=2622.393s, table=52, n_packets=101301928, n_bytes=6483323392, priority=5,metadata=0x138b000001/0xffff000001 actions=write_actions(group:210005) | |
cookie=0x870138b, duration=2622.393s, table=52, n_packets=101251704, n_bytes=6075128104, priority=5,metadata=0x138b000000/0xffff000001 actions=write_actions(group:210006) | |
cookie=0x870138a, duration=2621.331s, table=52, n_packets=101256725, n_bytes=6075429364, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) | |
cookie=0x870138a, duration=2621.331s, table=52, n_packets=101301925, n_bytes=6483323200, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) | |
cookie=0x880000a, duration=2623.536s, table=55, n_packets=18, n_bytes=2069, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop | |
cookie=0x8800004, duration=2623.314s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x4,metadata=0x40000000000/0xfffff0000000000 actions=drop | |
cookie=0x8800005, duration=2622.393s, table=55, n_packets=101251704, n_bytes=6075128104, priority=10,tun_id=0x5,metadata=0x50000000000/0xfffff0000000000 actions=drop | |
cookie=0x880000b, duration=2622.091s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xb,metadata=0xb0000000000/0xfffff0000000000 actions=drop | |
cookie=0x8800009, duration=2621.331s, table=55, n_packets=101256725, n_bytes=6075429364, priority=10,tun_id=0x9,metadata=0x90000000000/0xfffff0000000000 actions=drop | |
cookie=0x8800007, duration=2621.029s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x7,metadata=0x70000000000/0xfffff0000000000 actions=drop | |
cookie=0x880000a, duration=2623.536s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x8800004, duration=2623.314s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x4 actions=load:0x400->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x8800005, duration=2622.393s, table=55, n_packets=101301928, n_bytes=6483323392, priority=9,tun_id=0x5 actions=load:0x500->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x880000b, duration=2622.091s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xb actions=load:0xb00->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x8800009, duration=2621.331s, table=55, n_packets=101301925, n_bytes=6483323200, priority=9,tun_id=0x9 actions=load:0x900->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x8800007, duration=2621.029s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x7 actions=load:0x700->NXM_NX_REG6[],resubmit(,220) | |
cookie=0x6800000, duration=101514.425s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) | |
cookie=0x1030000, duration=101514.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) | |
cookie=0x8220000, duration=101514.425s, table=81, n_packets=747, n_bytes=44318, priority=0 actions=drop | |
cookie=0x4000001, duration=101514.429s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) | |
cookie=0x6900000, duration=101514.425s, table=211, n_packets=0, n_bytes=0, priority=63009,arp actions=drop | |
cookie=0x6900000, duration=101514.425s, table=211, n_packets=0, n_bytes=0, priority=61009,ip actions=drop | |
cookie=0x6900000, duration=101514.425s, table=211, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=drop | |
cookie=0x6900000, duration=101514.429s, table=211, n_packets=0, n_bytes=0, priority=0 actions=drop | |
cookie=0x6900000, duration=101514.429s, table=212, n_packets=0, n_bytes=0, priority=0 actions=goto_table:213 | |
cookie=0x6900000, duration=101514.425s, table=213, n_packets=0, n_bytes=0, priority=62020,ct_state=-new+est-rel-inv+trk actions=resubmit(,17) | |
cookie=0x6900000, duration=101514.425s, table=213, n_packets=0, n_bytes=0, priority=62020,ct_state=-new-est+rel-inv+trk actions=resubmit(,17) | |
cookie=0x6900000, duration=101514.428s, table=213, n_packets=0, n_bytes=0, priority=0 actions=drop | |
cookie=0x8000007, duration=101514.429s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x800,metadata=0x1/0x1 actions=drop | |
cookie=0x8000007, duration=101514.429s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x600,metadata=0x1/0x1 actions=drop | |
cookie=0x8000007, duration=101514.429s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0xc00,metadata=0x1/0x1 actions=drop | |
cookie=0x8000007, duration=2624.216s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x400,metadata=0x1/0x1 actions=drop | |
cookie=0x8000007, duration=2622.993s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0xb00,metadata=0x1/0x1 actions=drop | |
cookie=0x8000007, duration=2621.932s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x700,metadata=0x1/0x1 actions=drop | |
cookie=0x8000007, duration=101514.429s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x600 actions=output:2 | |
cookie=0x8000007, duration=101514.429s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x800 actions=output:3 | |
cookie=0x8000007, duration=101514.429s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:1 | |
cookie=0x8000007, duration=2624.220s, table=220, n_packets=40023, n_bytes=58796606, priority=9,reg6=0xa00 actions=output:34 | |
cookie=0x8000007, duration=2624.216s, table=220, n_packets=9237, n_bytes=695688, priority=9,reg6=0x400 actions=push_vlan:0x8100,set_field:4296->vlan_vid,output:2 | |
cookie=0x8000007, duration=2622.996s, table=220, n_packets=108675542, n_bytes=6955234688, priority=9,reg6=0x500 actions=output:35 | |
cookie=0x8000007, duration=2622.993s, table=220, n_packets=108625318, n_bytes=6517544944, priority=9,reg6=0xb00 actions=push_vlan:0x8100,set_field:4396->vlan_vid,output:3 | |
cookie=0x8000007, duration=2621.935s, table=220, n_packets=108675539, n_bytes=6955234496, priority=9,reg6=0x900 actions=output:36 | |
cookie=0x8000007, duration=2621.932s, table=220, n_packets=108630339, n_bytes=6517846204, priority=9,reg6=0x700 actions=push_vlan:0x8100,set_field:4397->vlan_vid,output:1 | |
cookie=0x8000230, duration=101514.429s, table=230, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,220) | |
cookie=0x8000231, duration=101514.429s, table=231, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,220) | |
cookie=0x6900000, duration=101514.424s, table=239, n_packets=0, n_bytes=0, priority=62020,ct_state=+trk,ip actions=ct(table=241) | |
cookie=0x6900000, duration=101514.424s, table=239, n_packets=0, n_bytes=0, priority=62020,ct_state=+trk,ipv6 actions=ct(table=241) | |
cookie=0x6900000, duration=101514.424s, table=239, n_packets=0, n_bytes=0, priority=61010 actions=goto_table:241 | |
cookie=0x6900000, duration=101514.425s, table=241, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:242 | |
cookie=0x6900000, duration=101514.425s, table=241, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) | |
cookie=0x6900000, duration=101514.425s, table=241, n_packets=0, n_bytes=0, priority=0 actions=drop | |
cookie=0x6900000, duration=101514.425s, table=242, n_packets=0, n_bytes=0, priority=0 actions=goto_table:243 | |
cookie=0x6900000, duration=101514.425s, table=243, n_packets=0, n_bytes=0, priority=62020,ct_state=-new+est-rel-inv+trk actions=resubmit(,220) | |
cookie=0x6900000, duration=101514.425s, table=243, n_packets=0, n_bytes=0, priority=62020,ct_state=-new-est+rel-inv+trk actions=resubmit(,220) | |
cookie=0x6900000, duration=101514.425s, table=243, n_packets=0, n_bytes=0, priority=0 actions=drop | |
[root@compute-0 ~]# | |
[root@compute-0 ~]# sudo ovs-ofctl show br-int -O openflow13 | |
OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:000028c680885a23 | |
n_tables:254, n_buffers:0 | |
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS | |
OFPST_PORT_DESC reply (OF1.3) (xid=0x3): | |
1(br-link1-patch): addr:f2:1f:0d:68:08:1b | |
config: 0 | |
state: 0 | |
speed: 0 Mbps now, 0 Mbps max | |
2(br-p2p1-patch): addr:a6:e6:84:c8:6f:bd | |
config: 0 | |
state: 0 | |
speed: 0 Mbps now, 0 Mbps max | |
3(br-link0-patch): addr:c6:21:4a:3d:9f:72 | |
config: 0 | |
state: 0 | |
speed: 0 Mbps now, 0 Mbps max | |
34(vhu0b03274d-0d): addr:00:00:00:00:00:00 | |
config: 0 | |
state: 0 | |
speed: 0 Mbps now, 0 Mbps max | |
35(vhu189d2092-25): addr:00:00:00:00:00:00 | |
config: 0 | |
state: 0 | |
speed: 0 Mbps now, 0 Mbps max | |
36(vhub8c63402-0e): addr:00:00:00:00:00:00 | |
config: 0 | |
state: 0 | |
speed: 0 Mbps now, 0 Mbps max | |
LOCAL(br-int): addr:28:c6:80:88:5a:23 | |
config: PORT_DOWN | |
state: LINK_DOWN | |
current: 10MB-FD COPPER | |
speed: 10 Mbps now, 0 Mbps max | |
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x5): frags=normal miss_send_len=0 | |
[root@compute-0 ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment