08-20-2019 04:49 AM
Dear Team,
Is it possible to connect cisco catalyst switch with industrial Ethernet scalance x208 switch ? if yes then please let me know the configuration on catalyst switch of port where industrial Ethernet scalance x208 we can connect. Is it on access port or trunk port?
Solved! Go to Solution.
08-21-2019 03:22 AM
Thanks.I will try with this & get back to you...
08-20-2019 05:10 AM
Hello Mahendra,
for connections with third party switches you may need to use the interface commands
int gi1/0/1
switchport nonegotiate
switchport mode trunk
! sometimes you may need
DTP is Cisco proprietary and the first command disables it, then with switchport mode trunk you configure the Cisco side to be a trunk that is typically used for inter switch links
Hope to help
Giuseppe
08-20-2019 09:53 PM
Dear Larosa,
Is Cisco catalyst compatible with Siemens scalance x208 switch for connectivity?
08-21-2019 12:04 AM
Hello Mahendra,
according to the Siemens datasheet
the scalance has 8 10/100 FE ports RJ45.
You should be able to connect using a giga port RJ45.
You can eventually try to add
interface gi1/0/1
speed 100
duplex full
if the link does not come up when relying on auto negotiation (to be preferred try first without the speed and duplex commands)
Hope to help
Giuseppe
08-21-2019 03:22 AM
Thanks.I will try with this & get back to you...
08-27-2019 09:48 PM
Thanks.it is worked for me..
08-28-2019 12:57 AM - edited 08-28-2019 01:06 AM
Hello GMahendra,
I am happy it worked for your setup.
What commands have you used?
This is just to provide a complete info that can be useful for other people.
Best Regards
Giuseppe
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