Changes between Version 1 and Version 2 of HowTo/ConfigureOVSWithLayer3Routing/outputs


Ignore:
Timestamp:
08/18/14 13:34:18 (10 years ago)
Author:
zwang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSWithLayer3Routing/outputs

    v1 v2  
    11== OVSbr1 ==
    22{{{
    3 haha
     3OFPT_FEATURES_REPLY (xid=0x1): dpid:0000f6c4ad6dba48
     4n_tables:255, n_buffers:256
     5capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
     6actions: 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
     7 1(eth1): addr:02:04:fe:03:01:75
     8     config:     0
     9     state:      0
     10     speed: 100 Mbps now, 100 Mbps max
     11 LOCAL(OVSbr1): addr:f6:c4:ad:6d:ba:48
     12     config:     PORT_DOWN
     13     state:      LINK_DOWN
     14     speed: 100 Mbps now, 100 Mbps max
     15OFPT_GET_CONFIG_REPLY (xid=0x3): frags=normal miss_send_len=0
    416}}}
     17
     18== OVSbr2 ==
     19{{{
     20OFPT_FEATURES_REPLY (xid=0x1): dpid:00003245def11342
     21n_tables:255, n_buffers:256
     22capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
     23actions: 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
     24 1(eth2): addr:02:22:a6:07:29:bc
     25     config:     0
     26     state:      0
     27     speed: 100 Mbps now, 100 Mbps max
     28 LOCAL(OVSbr2): addr:32:45:de:f1:13:42
     29     config:     PORT_DOWN
     30     state:      LINK_DOWN
     31     speed: 100 Mbps now, 100 Mbps max
     32OFPT_GET_CONFIG_REPLY (xid=0x3): frags=normal miss_send_len=0
     33}}}
     34
     35== show ==
     36{{{
     37725406ec-3e20-46fe-85cf-8d5030bcfa4a
     38    Bridge "OVSbr1"
     39        Port "OVSbr1"
     40            Interface "OVSbr1"
     41                type: internal
     42        Port "eth1"
     43            Interface "eth1"
     44    Bridge "OVSbr2"
     45        Port "eth2"
     46            Interface "eth2"
     47        Port "OVSbr2"
     48            Interface "OVSbr2"
     49                type: internal
     50    ovs_version: "1.9.3"
     51}}}