Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Proper VLans Port assignements

Status
Not open for further replies.

ase2dais

Technical User
Dec 21, 2001
58
0
0
US
Hello Forum!

This won't take long, I have a 2924xl w/ IOS 12.0(5)xu

I have successfully create and named the vlans, but I am having a brain fart, and couldn't find my old save config file.

I now need to assign the 24 ports to each VLAN, this should be something like set port 8/15 vlan 2 or something.

heres my vlans config

<start>
uscs#sh vlan brief
VLAN Name Status Ports
---- -------------- ------- ------- --------- -------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4,
Fa0/16, Fa0/17,Fa0/18, Fa0/19,
Fa0/20, Fa0/21, Fa0/22, Fa0/23
Fa0/24

2 unused_vlan active Fa0/5, Fa0/6, Fa0/7
3 2501_finn_3 active Fa0/8, Fa0/9, Fa0/10, Fa0/11,
Fa0/12
4 2513_fem_4 active Fa0/13, Fa0/14, Fa0/15
5 2503_arm_5 active
6 515_usc_6 active

<end>

this should be a cake walk for you experts out there, any taker?
 
you need to assign the port to the vlan with the following command.

switch(config)#int fa 0/24
switch(config-if)#switchport mode access
switch(config-if)#switchport access vlan 1
switch(config-if)#switchport access vlan 2
switch(config-if)#switchport access vlan 3
switch(config-if)#switchport access vlan 4

please do the same config for all vlan till vlan 6

let me know if it solved the problem.

regards

talktoMe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top