[ovs-discuss] Which ports belong to which VLANs?

Ben Pfaff blp at nicira.com
Wed Aug 11 15:04:53 UTC 2010


On Wed, Aug 11, 2010 at 7:56 AM, Julien GUAY
<julien.guay at etu.univ-nantes.fr> wrote:
> I would like to know if there is a way to see which VLAN a port belongs to?

If you set the tag on the port:
    ovs-vsctl get Port <portname> tag
If you set the tag on the bridge:
    ovs-vsctl br-to-vlan <bridge>
where <bridge> is the bridge that the port is on.




More information about the discuss mailing list