PC of the same network segment cannot Ping
Network Topology
Physical Network Topology

Fault Description
SW0 cannot ping the IP of Vlanif101 of SW1. You need solve the issue without changing the IP address, because the customer does not allow to change of the IP address.
Configuration Files
SW0:
#
interface Vlanif100
ip address 10.122.0.184 255.255.254.0
#
interface GigabitEthernet0/0/1
port link-type access
port default vlan 100
#
SW1:
#
interface Vlanif101
ip address 10.122.1.10 255.255.255.0
#
interface GigabitEthernet0/0/1
port link-type access
port default vlan 101
#
Core Switch:
#
interface Vlanif100
ip address 10.122.0.1 255.255.255.0
#
interface Vlanif101
ip address 10.122.1.1 255.255.255.0
#
interface GigabitEthernet0/0/1
port link-type access
port default vlan 100
#
interface GigabitEthernet0/0/2
port link-type access
port default vlan 101
#
Troubleshooting Location
Troubleshooting Procedure
Step 1 The IP address of Vlanif101 of SW1 and Vlanif100 of SW0 are in the same network segment. The ARP request message is broadcast and can not be transmitted across the VLAN to the SW1. Therefore, SW1 can not learn ARP, which leads to Ping failure.
Step 2 Enable the ARP proxy function.
[CoreSwitch-Vlanif100] arp-proxy enable
Root Cause
The IP address of Vlanif101 of SW1 and Vlanif100 of SW0 are in the same network segment. The ARP request message is broadcast and can not be transmitted across the VLAN to the SW1. Therefore, SW1 can not learn ARP, which leads to Ping failure.

