As shown in the figure, the administrator needs to test the network quality of the 20.0.0/24 CIDR block to the 40.0.0/24 CIDR block on Device B, and the device needs to send large packets for a long time to test the network connectivity and stability.
- tracert -a 20.0.0.1 -f 500 -q 9600 40.0.0.2
- ping -a 20.0.0.1 -c 500 -s 9600 40.0.0.2
- ping -s 20.0.0.1 -h 500-f 9600 40.0.0.2
- tracert -a 20.0.0.1 -c 500 -w 9600 40.0.0.2
Reveal Solution Next Question