Web and Unmanaged
1820479 Members
2736 Online
109624 Solutions
New Discussion юеВ

HPE 1820-24G VLAN Mikrotik Config

 
SOLVED
Go to solution
SpikeTechn
Occasional Visitor

HPE 1820-24G VLAN Mikrotik Config

Hi,

I'm struggling with a VLAN-configuration with my HPE 1820-24G and an Mikrotik-router.

On the router i've created 3 VLANS: 20, 30 and 99

I'v connected the router with port 24 on my HPE 1820.

I would like to use port 1-11 with VLAN20,
Port 11-22 with VLAN30 and
Port 23 with VLAN99

VLAN99 is the management VLAN and switch will get an IP-address in this range.

What is the best way to configure this?

Best regards,

Joost Lauwen

4 REPLIES 4
akg7
HPE Pro

Re: HPE 1820-24G VLAN Mikrotik Config

Hello @SpikeTechn,

Configure like below:

 

config t
vlan 20
tagged 24
untagged 1-10
exit

vlan 30
tagged 24
untagged 11-22
exit

vlan 99
tagged 24
untagged 23
exit

 

 

I believe this is a GUI based switch, so configure similary in GUI.

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
SpikeTechn
Occasional Visitor

Re: HPE 1820-24G VLAN Mikrotik Config

Hi @akg7 ,

Thanks for your answer. Do I need to change the port mebership and then save everyting afterwards? Because when select TAGGED VLAN30, it will exclude VLAN20 on this port.

The devices connected to the switch do not have any VLAN configuration.

Best regards,

Joost Lauwen

akg7
HPE Pro
Solution

Re: HPE 1820-24G VLAN Mikrotik Config

Hello @SpikeTechn ,

The devices connected to this switch are end host or some other devices?

In procurve, Tagged=Trunk and Untagged=Access port.

You need to select particular VLAN from the VLAN ID then tagged or untagged the particular interface.

Please refer chapter 5 from user guide from below link:

https://support.hpe.com/hpesc/public/docDisplay?docId=c04622710

1820.JPG

 

Thanks!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
SpikeTechn
Occasional Visitor

Re: HPE 1820-24G VLAN Mikrotik Config

Yes, the devices connected to the switch are end hosts (laptop, printers, etc.

Thanks for the support. I succeeded in configuring VLAN on the HPE 1820..