I installed tcpdump.
This is the result:
09:10:53.351540 qmimux0 In IP (tos 0x0, ttl 128, id 17231, offset 0, flags [none], proto ICMP (1), length 60)
192.168.100.1 > 172.26.0.90: ICMP echo request, id 2, seq 29229, length 40
09:10:54.311519 qmimux0 In IP (tos 0x0, ttl 128, id 17233, offset 0, flags [none], proto ICMP (1), length 60)
192.168.100.1 > 172.26.0.90: ICMP echo request, id 2, seq 29230, length 40
09:10:54.324134 qmimux0 In IP (tos 0x0, ttl 128, id 38588, offset 0, flags [none], proto ICMP (1), length 60)
192.168.100.1 > 172.26.0.91: ICMP echo request, id 2, seq 29231, length 40
09:10:54.324406 br-lan Out IP (tos 0x0, ttl 127, id 38588, offset 0, flags [none], proto ICMP (1), length 60)
192.168.100.1 > 172.26.0.91: ICMP echo request, id 2, seq 29231, length 40
My PC have the IP 192.168.100.1, the router have the IP 172.26.0.90 and one PC connected to the router have the IP 172.26.0.91.
If I do a ping from the CLI, the IP 172.26.0.91 responds but not from my PC.
Regards!