This article explains some commands used for system-level debugging.
There was a customer request for an explanation of the debugging commands used.
ifsmon -cifsmon -Idsysctl -anetstat -rnVnetstat -i
"sysctl" and "netstat" are common tools in Unix-like systems.
sysctl -a: to read all kernel parametersnetstat -rnV: to display routing tables in numeric formatnetstat -i: to display all network interfaces and their tx/rx error counters
"ifsmon" is a tool developed by Juniper to debug ifstate."ifstate" maintains and propagates object state in kernel to peers, clients and backup RE.