Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
For a learning purpose I am creating a VLAN using an old switch: catalyst c2950. I used the suggested commands found on this community below : Switch(config)#vlan 10
Switch(config-vlan)#name Restricted LAN
Switch(config-vlan)#exit
Switch(config)#int...
After the Cisco router there is only a 192.168.1.0 network LAN. The DHCP server and all PCs are part of this network.The switch 1 (picture) has the default VLAN 1. The switch 2 has two VLANs: the default VLAN1 and the VLAN 10 with the setting below...
For a learning purpose I have created a VLAN 10 associated to the first 8 Cisco switch ports. The second VLAN is the default one "VLAN1". All the equipment are real not virtual (PCs included). The PC "VLAN10 test" fa0/2 (in the picture) should get th...
1) It didn't work. => the PC connected to the f0/2 was not part of the LAN (connected to the f0/1) 2) error: duplex mismatch discovered => When I used "speed auto" it didn't solve the problem. When I used "duplex full" appear a warning message say...
I solved the "auto negotiating " issue using the commands below:Switch>en
Switch#conf t
Switch(config)#interface f0/1
Marco(config-if)#speed 100
Switch(config-if)#duplex autoThe other switch is a normal NETGEAR GS108 8-Port. In that case do I need a ...