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

vlan creation

Status
Not open for further replies.

Microbyte

Technical User
Feb 20, 2003
223
US
Let's say we have 2 switches of different models (i.e. cat 6500s and 3550)

cat6500 --- vlan100 --- cat3550

Assuming cat3550 has all the right settings.
As for cat6500 configuration, can someone tell me which configuration is needed and which one is not necessary for them to work? Also am I missing any other settings here?

1.
vlan 100
name Practice_VLAN

2.
interface Vlan100
description Practice_VLAN


3.
interface FastEthernet 4/10
description Practice_port1
speed 100
duplex full
switchport
switchport access vlan 100
switchport mode access

thanks!

Microbyte
[medal][medal]
 
vlan 100
name Practice_VLAN

2.
interface Vlan100
description Practice_VLAN
<an IP address would be good here>

3.
interface FastEthernet 4/10
description Practice_port1
speed 100
duplex full
<not needed>
switchport access vlan 100
<not needed>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top