[ovs-discuss] ovs-ofctl:OpenFlow switch management utility not able to show vxlan type port

Ben Pfaff blp at ovn.org
Wed Jan 13 17:09:19 UTC 2016


On Wed, Jan 13, 2016 at 05:49:47PM +0530, Jayachand Yadlapalli wrote:
>  openvswitch bridges and ports configuration as shown below.
> 
> 
> $ sudo ovs-vsctl show
> 7959edb9-150e-4990-aa74-3b5a7ee9910d
>     Manager "tcp:10.162.103.168:6640"
>         is_connected: true
>     Bridge "br1"
>         Port "br1"
>             Interface "br1"
>                 type: internal
>     Bridge "br2"
>         Controller "tcp:10.162.103.168:6653"
>             is_connected: true
>         Port "sff2-dp1"
>             Interface "sff2-dp1"
>                 type: vxlan
>                 options: {dst_port="4790", key=flow, "nshc1"=flow,
> "nshc2"=flow, "nshc3"=flow, "nshc4"=flow, nsi=flow, nsp=flow,
> remote_ip=flow}
>         Port "br2"
>             Interface "br2"
>                 type: internal
> $
> 
> I am not able to see the port name "sff2-dp1" to bridge  "br2" as shown
> below with ovs-ofctl.

It means that your interface isn't configured properly.  Check the
ovs-vswitchd log.



More information about the discuss mailing list