|
Posted by BernieM on December 22, 2006, 4:46 am
If you were Registered and logged in, you could reply and use other advanced thread options
> 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
>
conf t
int range fa0/1 - 8
switchport
switchport access vlan <vlan # / id>
switchport mode acccess
int range fa0/9 - 16
switchport
switchport access vlan <vlan # / id>
switchport mode acccess
int range fa0/17 - 23
switchport
switchport access vlan <vlan # / id>
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
|