Link to home
Start Free TrialLog in
Avatar of davidm27
davidm27

asked on

Cisco Switch

Hi

I have been asked to tag two switch ports to a certain vlan, what commands should i use to accomplish this?

cheers
ASKER CERTIFIED SOLUTION
Avatar of Patrick Bogers
Patrick Bogers
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davidm27
davidm27

ASKER

cheers mate works perfectly
Login--Type en and then conf t [Password required]

create the vlan if it does not exist - type vlan x [x=integer]
access the switchport interfaces - type int ge0/x [x=interface]
apply settings for access port - type switchport access vlan x
additional settings - type speed 10/100/1000 duplex full

You can add a description as well nice for monitoring and troubleshooting.
 Also remember to create a trunk port and allow access for your vlan basically this trunk will connect your switches to other switches/routers

switchport trunk allow access vlan x

Look at this site for more details.

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