Name: asai.cad Date: September 2, 2007 at 23:37:10 Pacific Subject: VLAN configuration for Cisco 2690 OS: WIN XP CPU/Ram: P4 Model/Manufacturer: DELL
Comment:
Hi Folks,
I have a cisco 2960 switch. I need to configure VLAN for 5 departments. I have never done the VLAN configuration before. Hence kinldy help me in configuring the VLAN in step by step manner.
I have gone through Cisco documents which are in high level.
So pls help me in configuring the VLAN in CISCO 2960 switch.
Well, if the 2690 is anything like the 2900's, 2950's, and 3500's I've worked on you have to first go into privelaged mode, then global configuration mode. Once in global, you will want to assign the VLAN tag to the appropriate ports. Depending on the version of IOS in that unit you can do a "range" of ports using the range command (if IOS v12.1 or later....if 12.0, then you have to do it one interface at a time).
Here's a quick example: enable [type in password and hit Enter] config t (example of range command) int range fa0/1 0/8 switchport access VLAN # (where # is the VLAN tag)
(example without range command) int fa0/1 switch acc VLAN # int fa0/2 switch acc VLAN # etc....etc....etc
Note: You'll have to check the exact syntax of the "range" command as I don't have a 2950 handy to check it on. Once in config mode just go:
I should add for clarity's sake, I used shortened commands. You don't have to type the whole word in. So "config t" is actually "configure terminal" and "int" is actually "interface". I typed out "switchport access" once and the short version "switch acc" later.
When in doubt, the command plus the question mark will give you info on the command.
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE