Description

When the command "ping 8.8.8.8" is executed on CLI, there is no response seen even if the reachability is there.

Symptoms

All the interfaces belong to custom routing instances.

Solution

When the command "ping 8.8.8.8" is executed, by default the source interface will be fxp0.

The ping test from fxp0 may/may not respond as this is only the management interface.


The correct test is to do the ping test from the routing instance to which the WAN interface is bound.

For example: "ping 8.8.8.8 routing-instance UNTRUST"

Modification History

2025-03-03 : Article Created