5. VLAN en GNS3 Parte II

5.1. Configurando OpenvSwitch

Vamos a configurar OpenvSwitch dos puntos.

Si nuestra VLAN a extender esta identificada por el tag: 20 , tenemos entonces:

1) Indicar que eth5 va a ser un puerto del tipo "trunk" : ovs-vsctl set port eth5 trunks=20


Asignamos eth5 a la VLAN2 con el comando: ovs-vsctl set port eth5 tag=20

Comprobamos con el comando: ovs-vsctl show.


Claramente está indicada con "tag"=20 y es del tipo "Trunk".