No Account Yet?

You are not logged in.

Add to: JBookmarks Add to: Facebook Add to: Windows Live Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Google Information
Cisco HowTo Configure a Port for a VLAN on Switches Running IOS E-mail
Networking HowTo's - Cisco HowTo's
Written by Keith Short   
Tuesday, 20 May 2008 16:37

In order to change the vlan on a port on an IOS based switch do the following:

Where interface x is the port you’re changing the vlan on, and vlan y is the vlan you’re moving the port into.

1.      1. Telnet to the switch and login

2.      2. Go into configuration mode by typing “config t

3.      3. Go into interface configuration mode by typing “interface interface x

4.      4. Change the VLAN on the port by typing “switchport access vlan y

5.      5. Exit interface configuration mode by typing “exit

6.      6. Exit configuration mode by typing “exit

7.      7. Type “show run interface x” to verify your configuration

8.      8. Once configuration is verified type “write mem” to save the configuration.

9.      9. Type “exit” to end the telnet session.

Comments
Search RSS
Only registered users can write comments!

3.22 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Wednesday, 21 May 2008 11:21 )