cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
283
Views
3
Helpful
4
Replies

VLAN

nagalingammk
Beginner
Beginner

Hi,

Could someone help me to configure two diff vlan in the same port for switch 3560 series

4 Replies 4

cisconoobie
Explorer
Explorer

You need to make a trunk or setup Private Vlans.

Research those.

hi,

yes private vlan, can u help me to configure it

williamsdo
Participant
Participant

Hi, I read your post and I don't believe you can have one switchport assigned to two data Vlan's. You can allow multible Vlan's to cross a switch port with the "switchport trunk allowed vlan xxx" command.

here are some basic commands

config t

vlan 10

name test Vlan

adding the port

config t

int fa0/1

switchport access vlan 10

Have a read of the document below.

HTH

http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_6_ea2c/configuration/guide/swgvlans.html

cisconoobie
Explorer
Explorer

You can have a scenario like this.

Switch1 port 5 (vlan 10) is connected to switch2 port 6 (vlan 20)

There you have vlan 10 and vlan 20 under 1 switchport and they can ping eachother. This is not the proper way though.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers