ping/traceroute (CLI)

How to do ping

config global
sudo root execute ping 8.8.8.8

Find out IPs

RUVL0C0NTF000 (global) # sudo root get system interface physical

== [onboard]
        ==[dmz]
                mode: static
                ip: 10.10.10.1 255.255.255.0
                ipv6: ::/0
                status: up
                speed: 1000Mbps (Duplex: full)
        ==[wan1]
                mode: pppoe
                ip: 84.53.242.152 255.255.255.255
                ipv6: ::/0
                status: up
                speed: 1000Mbps (Duplex: full)

Set-source IP for ping command

RUVL0C0NTF000 (global) # sudo root execute ping-options source 84.53.242.152

Same for traceroute

Last updated

Was this helpful?