12-14-2020 12:38 AM
Hi all,
I have 2 ICX 1750 switches(1st ICX7150-24P & 2nd ICX7150-C12P) and trying to connection them by a trunk port(1st:1/1/24 & 2nd:1/1/12).But, I don't know the configuration commands.
My target is trying to ping through the PC on Same Vlan 2 of 2 switches and the connection topology as below:
2nd:
PC1(192.168.1.100)----2nd:1/1/1(vlan 2)
Trunk port-----2nd:1/1/12(untagged)
|
Trunk port-----1st:1/1/24(untagged)
PC2(192.168.1.101)-----1st:1/1/1(vlan 2)
Ping test: PC2 ping 192.168.1.100
Thanks in advanced!
12-17-2020 12:58 AM
Hi Sunny,
After applied your steps, I success to ping between them.
You are correct:
I want to connect the vlan 2's ports(e.g.1/1/1-1/1/4 on 12p switch) to another switch vlan 2's ports(e.g.1/1/1-1/1/8 on 24p switch) for same department staff PCs communication.
But, I don't understand why should i need untagging the eth 1/1/1? Is it because I need to remove the extra header/tag during the trunk transportation.
Cheers,
Kelvin
12-18-2020 10:17 AM
Hi Kelvin,
When you set the port to untag VLAN-2 any traffic received on the port with no 802.1q header will have a header added for VLAN-2. This will then allow the packet to be sent to the other ports of the same VLAN#.
Any devices that don't do VLAN tagging should be connected to an UNTAGGED port. Between switches you can set up trunked ports as TAGGED on all the relevant VLANs.
All the best!
12-21-2020 10:06 PM
Hi Sunny,
Thank you for your detail explanation.
Regards,
Kelvin