Changing VLAN ID on 750GL

Hello.

I am playing around with a 750GL and I need to do the following:

I need to convert the untagged VLAN1 packets on port 2 to tagged VLAN6 packets on port 3.

Is there a simply way of doing this?

I tried using the “ACTION” → New VLAN ID → 6, but it says “this feature not supported by the switch(6)”.

Any way I can accomplish this?

You tried adding a VLAN to a switch port. Remove the port from the switch and then try VLAN.

Are you sure the 750GL supports this?

http://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features
"new-vlan-id (only applies to Atheros8316) - if specified changes the vlan tag id, or add new vlan tag if one was not present; "

The 750GL uses the Atheros8327.


Can you please list step-by-step how you would accomplish this? I am a newbie to Mikrotik.

Post your

/interface ethernet export

going back to office now, will post it in 15 mins. thanks so much cbrown.

Here it is… please ignore the vlan id’s as I was just experimenting, i know how to change those :slight_smile:


[admin@MikroTik] > /interface ethernet export

jan/02/1970 00:01:10 by RouterOS 5.7

software id = J8U5-54GA

/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
disabled=no full-duplex=yes l2mtu=1598 mac-address=00:0C:42:C1:DC:CE
master-port=none mtu=1500 name=ether1-gateway speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
disabled=no full-duplex=yes l2mtu=1598 mac-address=00:0C:42:C1:DC:CF
master-port=none mtu=1500 name=ether2-local-master speed=100Mbps
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
disabled=no full-duplex=yes l2mtu=1598 mac-address=00:0C:42:C1:DC:D0
master-port=ether2-local-master mtu=1500 name=ether3-local-slave speed=
100Mbps
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
disabled=no full-duplex=yes l2mtu=1598 mac-address=00:0C:42:C1:DC:D1
master-port=ether2-local-master mtu=1500 name=ether4-local-slave speed=
100Mbps
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
disabled=no full-duplex=yes l2mtu=1598 mac-address=00:0C:42:C1:DC:D2
master-port=ether2-local-master mtu=1500 name=ether5-local-slave speed=
100Mbps
/interface ethernet switch
set switch1 mirror-source=none mirror-target=none name=switch1
/interface ethernet switch port
set ether1-gateway vlan-mode=disabled
set ether2-local-master vlan-mode=disabled
set ether3-local-slave vlan-mode=disabled
set ether4-local-slave vlan-mode=disabled
set ether5-local-slave vlan-mode=check
set switch1_cpu vlan-mode=disabled
/interface ethernet switch vlan
add disabled=no independent-learning=no ports=ether5-local-slave switch=
switch1 vlan-id=2
add disabled=no independent-learning=no ports=ether5-local-slave switch=
switch1 vlan-id=3
add disabled=no independent-learning=no ports=ether5-local-slave switch=
switch1 vlan-id=1
add disabled=no independent-learning=no ports=ether5-local-slave switch=
switch1 vlan-id=9

Please help!

Right now I am thinking that the 750GL does not support changing VLAN ID’s which sucks since I just bought 10 of them that i will now have to return :frowning:

Create a VLAN interface on port 3 with an ID of 6 then bridge the VLAN interface and port 2.