Simply VLAN

Hello group! I have, i think, a simply question. I have a Cisco 2950 (24 ports) switch. On this switch there are 3 sets of 8 ports. what i want to do is make the first set of 8 ports one VLAN and the next 8 ports a VLAN and the next 7 ports a VLAN. Very new to Cisco products but very familiar with Juniper/NetScreen products. Can someone assist me with this? Many thanks!!

Chris

Reply to
Chris
Loading thread data ...

conf t

int range fa0/1 - 8 switchport switchport access vlan switchport mode acccess

int range fa0/9 - 16 switchport switchport access vlan switchport mode acccess

int range fa0/17 - 23 switchport switchport access vlan switchport mode acccess

other settings you may be interested in spanning-tree portfast ... go straight to 'forwarding' state when link comes up spanning-tree bpduguard enable .... shutdown port if spanning-tree bpdu's are detected

BernieM

Reply to
BernieM

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.