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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding ports to a VLAN 1

Status
Not open for further replies.

ftvjr

IS-IT--Management
Nov 25, 2002
11
US
I have virtually no expierience on Cicso Switches. I have managed to create a Vlan and now I am trying to find the apporpriate steps to add ports to this VLAN. The intent is to put our DSL Modem on this port then connect the Modem to a DSL Ethernet router. This is all in an attempt to protect our internal servers. Once this is complete and working I will be putting a Cisco VPN concentrator in place as well. But one thing at a time.
 
Sorry, I forgot to mention I am using a 3548 switch
 
If you want to add FastEthernet0/5 to VLAN 10, for instance, do the following:

Switch>
Switch>enable
Switch#config t
Switch(config)#int f0/5
Switch(config-if)#switchport access vlan 10
Switch(config-if)#end
Switch#write

To verify your config, use the command "show vlan". You should have FastEthernet0/5 as a member of VLAN 10.
Orlando Palomar Jr
CCIE# 11206, CCNP
CIPT Operations Specialist
Phil-Data Business Systems, Inc.
 
Thank you. Much apprciated. Worked like a charm
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top