06-26-2023 10:49 PM - edited 06-26-2023 10:52 PM
hi guys.
i have 2 switch 2960x-48ts-l . without any config .i want to use these two switches as hubs. but when i connect One client to one switch and another client to another switch, the clients do not ping each other. I turned off firewall of clients but No changes were made.
config in switch-2960x-1
int g1/0/1
int g1/0/2
int g1/0/3
description connected-to-swicth-2
------------
config in switch-2960x-2
int g1/0/1
int g1/0/2
int g1/0/3
description connected-to-swicth-1
--------------
Communication ports are up/up .
06-26-2023 11:11 PM
- On a switch , you will need a minimum configuration for end nodes to be able to communicate such as :
config-if # switchport host
The ports which are connecting the two switches must be configured as a trunk
M.
06-26-2023 11:26 PM - edited 06-26-2023 11:26 PM
Hello @chpmotry,
since Switch is more intelligent as Hub, you need a minimum conf on switches, such as Trunk link between them and add the command @marce1000 said. This command 'switchport host' does 3 things:
--Configures the switchport for access mode
--Enables portfast
--Disables Etherchannel
06-27-2023 02:28 AM
simply SW without any config all port assign to VLAN 1,
so these two SW not issue I think
the issue you assign different IP in both PC and hence connect is failed
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide