Attach more logs.

[root@juno ovs-build]#
[root@juno ovs-build]# ./bin/ovs-vsctl show
84a54e08-c37d-459d-90e5-6c664095eddb
    Bridge "br0"
        Port "vxlan0"
            Interface "vxlan0"
                type: vxlan
                options: {remote_ip="10.53.87.254"}
        Port "br0"
            Interface "br0"
                type: internal
    Bridge br-vxlan
        Port br-vxlan
            Interface br-vxlan
                type: internal
        Port "eth0"
            Interface "eth0"
[root@juno ovs-build]# ./bin/ovs-appctl tnl/ports/show
Listening ports:
vxlan_sys_4789 (4)
[root@juno ovs-build]#
[root@juno ovs-build]# ifconfig br-vxlan
br-vxlan: flags=323<UP,BROADCAST,RUNNING,PROMISC>  mtu 1500
        inet 10.53.87.242  netmask 255.255.255.128  broadcast 0.0.0.0
        inet6 fe80::225:90ff:fe2e:ea4  prefixlen 64  scopeid 0x20<link>
        ether 00:25:90:2e:0e:a4  txqueuelen 500  (Ethernet)
        RX packets 9808  bytes 859468 (839.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3564  bytes 654410 (639.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@juno ovs-build]# ifconfig br0
br0: flags=323<UP,BROADCAST,RUNNING,PROMISC>  mtu 1500
        inet 192.1.1.1  netmask 255.255.255.0  broadcast 192.1.1.255
        inet6 fe80::4489:c3ff:fe73:c74f  prefixlen 64  scopeid 0x20<link>
        ether 46:89:c3:73:c7:4f  txqueuelen 500  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 22  bytes 1236 (1.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@juno ovs-build]#

2015-09-22 13:36 GMT+08:00 Na Zhu <[email protected]>:

> Hi,
>
> I am trying to use ovs dpdk, i follow the README-native-tunneling.md, it
> does not work.
> my setup is:
> [image: 内嵌图片 1]
> The prefix length of br-vxlan is not 24, is 25, after i create br-vxlan,
> there is no route in ovs, so i add it by command ovs-appctl.
> [root@juno ovs-build]# ./bin/ovs-appctl ovs/route/show
> Route Table:
> Cached: 10.53.87.242/32 dev br-vxlan
> Cached: 127.0.0.1/32 dev lo
> Cached: 158.85.164.66/32 dev bond1
> Cached: 192.168.1.1/32 dev br0
> Cached: 158.85.164.64/27 dev bond1
> Cached: 192.168.1.0/24 dev br0
> Cached: 169.254.0.0/16 dev bond1
> Cached: 127.0.0.0/8 dev lo
> Cached: 0.0.0.0/0 dev bond1 GW 158.85.164.65
> [root@juno ovs-build]#
> [root@juno ovs-build]# ./bin/ovs-appctl ovs/route/add 10.53.87.242/25
> br-vxlan
> OK
> [root@juno ovs-build]# ./bin/ovs-appctl ovs/route/show
> Route Table:
> User: 10.53.87.128/25 dev br-vxlan
> Cached: 10.53.87.242/32 dev br-vxlan
> Cached: 127.0.0.1/32 dev lo
> Cached: 158.85.164.66/32 dev bond1
> Cached: 192.168.1.1/32 dev br0
> Cached: 158.85.164.64/27 dev bond1
> Cached: 192.168.1.0/24 dev br0
> Cached: 169.254.0.0/16 dev bond1
> Cached: 127.0.0.0/8 dev lo
> Cached: 0.0.0.0/0 dev bond1 GW 158.85.164.65
> [root@juno ovs-build]#
> Then i ping 192.168.1.2, and i capture vxlan packet on eth0 by tcpdump,
> there is no vxlan packet, do anyone know why?
>
>
> BR
> Juno
>
>
>
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to