Hello ovs discuss group!

My name is Natalia and I'm new in ovs world!

I'm testing ovs in a lab with 2 vms (ubuntu) connected to my local
machine(ubuntu) that is running ovs.

When I start a test ping from the vms to my ovs I start to check the flows
with the command ovs-ofctl dump-flows ovs, but I got this message bellow:

root@ubuntu-Vostro-3300:/home/ubuntu/Desktop/openvswitch-1.
9.0# ovs-ofctl dump-flows ovs
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=130.641s, table=0, n_packets=187, n_bytes=21934,
idle_age=0, priority=0 actions=NORMAL

I'm not really sure if my ovs is running on openflow enabled mode. Can
someone help me with this?

Follow some information about my ovs:

root@ubuntu-Vostro-3300:/home/ubuntu/Desktop/openvswitch-1.9.0# ovs-vsctl
show
596da4b7-a077-4226-b325-c89be7d39426
    Bridge ovs
        Port ovs
            Interface ovs
                type: internal
        Port "H2"
            Interface "H2"
        Port "H1"
            Interface "H1"

root@ubuntu-Vostro-3300:/home/ubuntu/Desktop/openvswitch-1.9.0# ovs-vsctl
list bridge
_uuid               : c514fc77-587d-49ad-bf50-df3eabbc1733
controller          : []
datapath_id         : "000076fc14c5ad49"
datapath_type       : ""
external_ids        : {}
fail_mode           : []
flood_vlans         : []
flow_tables         : {}
mirrors             : []
name                : ovs
netflow             : []
other_config        : {}
ports               : [0a8f727d-2529-4d66-8ec3-47e36e4fce1f,
a28a842e-d71b-4a1f-bdeb-bfd059c06fe7, ae5c59b6-4baf-46e3-9308-1b5fe12fb097]
sflow               : []
status              : {}
stp_enable          : false


root@ubuntu-Vostro-3300:/home/ubuntu/Desktop/openvswitch-1.9.0# ovs-ofctl
show ovs
OFPT_FEATURES_REPLY (xid=0x1): dpid:000076fc14c5ad49
n_tables:255, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST
SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE
 1(H2): addr:06:dc:05:ca:11:28
     config:     0
     state:      0
     current:    10GB-FD COPPER
     speed: 10000 Mbps now, 100 Mbps max
 2(H1): addr:16:2c:a3:fb:13:98
     config:     0
     state:      0
     current:    10GB-FD COPPER
     speed: 10000 Mbps now, 100 Mbps max
 LOCAL(ovs): addr:76:fc:14:c5:ad:49
     config:     0
     state:      0
     speed: 100 Mbps now, 100 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x3): frags=normal miss_send_len=0

root@ubuntu-Vostro-3300:/home/ubuntu/Desktop/openvswitch-1.9.0# ovs-dpctl
show
system@ovs:
    lookups: hit:202 missed:41 lost:0
    flows: 0
    port 0: ovs (internal)
    port 1: H2
    port 2: H1


Thx

-- 


Natália Queiroz
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to