Computing.Net > Forums > Networking > VLAN configuration for Cisco 2690

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VLAN configuration for Cisco 2690

Reply to Message Icon

Name: asai.cad
Date: September 2, 2007 at 23:37:10 Pacific
OS: WIN XP
CPU/Ram: P4
Product: 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.

Thanks in Advance.

Asai



Sponsored Link
Ads by Google

Response Number 1
Name: Curt R
Date: September 4, 2007 at 07:47:13 Pacific
Reply:

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:

int range ?

for more info on the command.



0

Response Number 2
Name: Curt R
Date: September 4, 2007 at 07:49:20 Pacific
Reply:

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.


0

Response Number 3
Name: asai.cad
Date: September 4, 2007 at 09:25:04 Pacific
Reply:

Hi Curt R


Thanks for your valuable input. Now i have got some idea about VLAN.

Let me go through the commands one by one.

Thanks a lot.

Asai


0

Response Number 4
Name: Curt R
Date: September 4, 2007 at 12:16:48 Pacific
Reply:

Always a pleasure. Remember, when in doubt, use the question mark to get more info on a command.

Also, if you prefer to see the whole command word, you can use the tab key to complete a word.

So say you're logging in and about to enter privalaged mode type:

ena
and hit [Tab]
and you will see:
enable


0

Response Number 5
Name: vinayckd
Date: October 13, 2007 at 00:39:25 Pacific
Reply:

Hi are you using any router or not. how is your
network? Without a router or L3 device VLAN's will not communicate each other.


0

Related Posts

See More



Response Number 6
Name: asai.cad
Date: October 20, 2007 at 17:24:10 Pacific
Reply:

vinayckd,


I have a Layer 3 and a router as well in the network to function the VLAN.


Thanks


Asai


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: VLAN configuration for Cisco 2690

Invalid IP Route Map For Cisco www.computing.net/answers/networking/invalid-ip-route-map-for-cisco/6867.html

cisco switch configure for ipx? www.computing.net/answers/networking/cisco-switch-configure-for-ipx/16428.html

VLAN Configuration www.computing.net/answers/networking/vlan-configuration/38146.html