cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
969
Views
0
Helpful
7
Replies

switchport

pate.miral
Level 1
Level 1

how to assign a multiple vlans on a single access switchport?

7 Replies 7

Dennis Mink
VIP Alumni
VIP Alumni

there is two flavours of switch ports:  TRUNK, which carries multiple VLANs and is typically found between switches or a switch and an ESXi host, or b.  an access port which has an endpoint connected, like a phone, printer, PC, these have a maximum of 2 vlans; one data, one for voice.

which flavour are you after?

Please remember to rate useful posts, by clicking on the stars below.

If i have two data vlan which contains different data traffic?

Yes..

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

how can i configure two different data vlan on same access switchport?

for example:

interface GigabitEthernet3/18
description xyz
switchport
switchport access vlan 10
switchport mode access
switchport voice vlan 20

Please remember to rate useful posts, by clicking on the stars below.

Dear,

If you wanna two different data VLANs on the same switchport then you should configure trunk port as 

interface GigabitEthernet3/18
description xyz
switchport mode trunk
switchport trunk allowed vlan 10, 20

or you can configure as 

interface GigabitEthernet3/18
description xyz
switchport mode trunk
switchport trunk allowed vlan 10

Switchport trunk native vlan 20

But your System NIC should have the option to add VLAN number. Please check your NIC setting.

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

There is no method to assign the multiple VLANs on a single access switchport. But we can assign voice and data port on a single switchport (Mini Trunk / Hybrid Port).

If you want to assign multiple VLANs on single switchport then you should configure as trunk switchport. 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!