Windows BBS The Place for Microsoft Windows Support! Windows, Support, Help Site

Go Back   Windows BBS > Internet & Networking > Networking

Networking Post your Networking questions here.

Register your FREE account to unlock additional features at WindowsBBS.com
Register
Welcome to WindowsBBS.com
Microsoft Windows Support

Mission Statement

WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.

Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.


Discussion Forums
Operating Systems
Windows 7 Windows 7
Windows Vista Windows Vista
Windows XP Windows XP
Windows Server System Windows Server System
Windows 2000 Windows 2000
Windows 95/98/Me/NT Windows 95/98/Me/NT
Internet & Networking
Networking
Internet Explorer
Microsoft Mail
Firefox, Thunderbird
      & SeaMonkey

General Internet
Security
General Security
Malware and Virus
     Removal

Other
Other Software
Hardware
Test Posts
Community
Introductions
General Discussions
Comments
      & Suggestions

News @ WindowsBBS

Forum Sponsor
 Image

Reply
 
LinkBack Thread Tools
Old 9th February 2006   #1
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


Question Cisco 2950 VLAN setup

I am very new to cisco networking and need some help. A customer needs me to setup a Cisco 2950 and setup VLANs to separate several companies in the building. Can someone please help me or point me in the right direction. I have googled the subject, but have not found a clear cut step-by-step guide.

Thanks

Tim

Timsmith23 is offline   Reply With Quote
Didn't find the information you thought to find?
Check out these Similar Threads
Old 10th February 2006   #2
Staff
 
Profile:
Join Date: May 2004
Location: Worcs. UK
Posts: 2,829
Computer Experience:
Unabashed deviant
ReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation Level


If you've not bought the switch yet, buy yourself seperate switches for each company. If you use HP Procurves (2124s for 24 port switches, or 408 for 8 port), you get better hardware, for less price. If you can afford it HP Procurve 2524, and 2512 switches are well worth the investment.

If you have bought the hardware already, use that switch for the largest company, and then buy an HP procurve switch for each of the others.

Call me a cynic, but all you get from Cisco kit is an inflated price and a headache supporting and/or selling it. (Please save me from ever again having to track down which cisco upgrade I need to purchase to get a feature I want.) 3com and netgear kit is good too, if you don't fancy the HP.

I've never really understood the love some network designers have for VLAN. It is usually cheaper, easier, and less likely to cause errors if you seperate the hardware. The days when switches cost thousands of pounds and you needed to squeeze every last ounce out of each one are over. Also layer 3 switches are so cheap that if you need to break up a broadcast domian, its better to use one of those and do it at layer 3.

ReggieB is offline   Reply With Quote
Old 10th February 2006   #3
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


How many VLANs do you need?

Do you require routing between the VLANs ?

Paul Westhead is offline   Reply With Quote
Old 11th February 2006   #4
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


No
Timsmith23 is offline   Reply With Quote
Old 11th February 2006   #5
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


FIrstly you will need to create the VLAN.

This is done using the following

from enable mode type "vlan database"

The create the VLAN using the "vlan <number>" command bearing in mind that VLAN 1 is the management VLAN so do not use this one.

Then go into each interface adn issue the following command:

switchport access vlan <vlan number>

This will only allow communication within its own VLAN and it is also assuming that you are only using one switch.

Paul Westhead is offline   Reply With Quote
Old 13th February 2006   #6
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


Question

Thanks a lot

So once I have the vlans setup is there a way to designate which ports on the switch go to each vlan or is that something that is done in windows?

Timsmith23 is offline   Reply With Quote
Old 13th February 2006   #7
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


Appologies Tim,

The following is what you need to do:

From hte priveleged commadn prompt type:

"Vlan Database"

Then type Vlan <VLAN Number> bearing in mind that each company will require there own VLAN to keep them seperate.

Next is the part that puts each port into the appropiate VLAN.

After exiting from the VLAN database you will then need to type:

configure terminal

interface Fastethernet <number here> <-- This gives you the appropiate interface for configuration-->

Switchport access Vlan <Vlan Number> <--This then says port XX you now belong to VLAN XX>

Hope this makes things a little clearer.


Last edited by Paul Westhead; 13th February 2006 at 00:37.
Paul Westhead is offline   Reply With Quote
Old 13th February 2006   #8
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


Smile

Thanks Paul

This should do it.

I assume that when you say "interface Fastethernet <number here> " you are refering to port numbers on the switch.

Timsmith23 is offline   Reply With Quote
Old 13th February 2006   #9
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


Yes,

Exactly what is the setup as I am confused as towards why you require this VLAN seperation?

Paul Westhead is offline   Reply With Quote
Old 13th February 2006   #10
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


I boss and the company we are working with want VLANs so I will give them vlans.
Timsmith23 is offline   Reply With Quote
Old 13th February 2006   #11
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


Quote:
Originally Posted by Timsmith23
I boss and the company we are working with want VLANs so I will give them vlans.
It all depends upon what you want doing with the VLANS though. If you are working with more than one switch there is more to it that what is above. Also if you require a port in a communal VLAN then this will also need more configuration.

Paul Westhead is offline   Reply With Quote
Old 13th February 2006   #12
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


Its only one Cisco 2950
Timsmith23 is offline   Reply With Quote
Old 13th February 2006   #13
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


Quote:
Originally Posted by Timsmith23
Its only one Cisco 2950
Alright are you going to be sharing the same routing for things such as internet traffic?

Paul Westhead is offline   Reply With Quote
Old 13th February 2006   #14
Inactive
 
Profile:
Join Date: Feb 2006
Posts: 19
Computer Experience:
Experienced
Timsmith23 Reputation Level


Yes we have a single T1 connection
Timsmith23 is offline   Reply With Quote
Old 13th February 2006   #15
Inactive
 
Profile:
Join Date: Jan 2006
Posts: 39
Computer Experience:
Intermediate
Paul Westhead Reputation Level


This now throws a spanner into the works.
Paul Westhead is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
trojan=spy.html.smitfraud.c papaya Malware and Virus Removal 15 4th June 2005 18:38
Windows 2000 setup can't detect hard disks pianoman1948 Windows 2000 19 30th March 2005 14:41
Reformatting Hard Drive BlackOps Windows XP 25 26th October 2004 14:40
Suggestions for Repairing XP; ossa Windows XP 29 14th December 2002 22:37
Installing Outlook 98/Active Setup jthg General Internet 5 12th January 2002 00:17


All times are GMT +1. The time now is 05:28.






Advertisements do not imply our endorsement of the product or service advertised.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 2002 - 2009 WindowsBBS.com. All rights reserved.
Terms of Use, Legal Information & Privacy Policy
[]