Deployment Guide
86
debug ip <subcommand>
Use the debug ip command to show the subcommands available under debug ip.
Example
JFTP0Z1_console# debug ip
debug ip <subcommand>
possible subcommands:
ping check accessibility of a network node
traceroute check routed path of a network node
debug ip ping command
Use the debug ip ping command to check the accessibility of a network node via the management port.
Example
JFTP0Z1_console# debug ip ping <IP address>
debug ip traceroute command
Check the routed path to another network node via the management port.
Example
JFTP0Z1_console# debug ip traceroute <IP address>
JFTP0Z1_console# debug ip traceroute
BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) multi-call binary.
Usage: traceroute [-46FIldnrv] [-f 1ST_TTL] [-m MAXTTL] [-p PORT] [-q PROBES]
[-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-g GATEWAY] [-i IFACE]
[-z PAUSE_MSEC] HOST [BYTES]
Trace the route to HOST
-4,-6 Force IP or IPv6 name resolution
-F Set the don't fragment bit
-I Use ICMP ECHO instead of UDP datagrams
-l Display the TTL value of the returned packet
-d Set SO_DEBUG options to socket
-n Print numeric addresses
-r Bypass routing tables, send directly to HOST
-v Verbose
-m Max time-to-live (max number of hops)
-p Base UDP port number used in probes (default 33434)
-q Number of probes per TTL (default 3)
-s IP address to use as the source address
-t Type-of-service in probe packets (default 0)
-w Time in seconds to wait for a response (default 3)
-g Loose source route gateway (8 max)