vlan and trunking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 03:15 AM
I am facing a strange issue in which the same vlan host can't ping each other but when on the trunk it's pingable. even inter-vlan routing rule is configured on the firewall.
ERP_Server------switch---trunk_link----switch-----PC
when the server and pc are on the same VLAN 35 pc can't ping the server but when I put the port of the server on the trunk then pc can ping the server.
Note: The server is connected through SPF on the TenGig switch SFP module port
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 03:42 AM
- As a sanity check , verify if the PC can ping another host on (native) VLAN 35 (?)
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 03:51 AM - edited 07-25-2023 03:52 AM
hello @BilalButt62333,
Please verify port config
ERP_Server------[ACCESS port] switch [TRUNK Port]---trunk_link----[TRUNK Port] switch[ACCESS port] -----PC
'vlan configuration'
vlan 35
name DATA
!
'ACCESS PORT'
interface X/X
switchport mode access
switchport access vlan 35
spanning-tree porfast
no shut
!
'TRUNK PORT'
interface X/X
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 35
no shut
PC and server on same subnet (mask), no need Gateway.
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 03:53 AM
You need to change the servers port to access. As per the description the server might be configured as trunk and when you put the switch in access the communication fail.
I believe this might be the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:32 AM
I mean to say trunk on the switch port . well, I don't know if there's an option on the server interface option to config access/trunk. if there is then might be a problem there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:12 AM
'vlan configuration'
vlan 35
name DATA
!
'ACCESS PORT'
interface X/X
switchport mode access
switchport access vlan 35
no shut
!
'TRUNK PORT'
interface X/X
switchport mode trunk
switchport trunk encapsulation dot1q
no shut
Note: ERP_Server------[ACCESS port]
we are not able to ping the server until the port is trunk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:14 AM
Because the Server is using trunk. Can you check the server side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:22 AM - edited 07-25-2023 04:49 AM
1-The SW using different native vlan.
Match it.
2- the server send traffic with tag vlan-id' some SW accpet it other drop traffic
When you change to trunk it make sw accept tag frame.
In server NIC no tag frame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:57 AM
server is not windows server it's ERP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:49 AM
there's no native configured in the whole network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:54 AM
then check second points I share above
