I guess the security reason is that IF someone hacks your PA box (because you didnt protect the mgmt-interface enough or did something else bad) then the attacker shouldnt be able to use your hacked PA box as a jumpbox to reach further into your internal networks. However from a troubleshooting point of view I totally agree with you that telnet (or something similar) is needed. What if PA removes the fullblown telnet client but instead replace it with some extension to the test command? Like a test-ip command or such that could take a syntax such as: srcip (default 0.0.0.0) srcport (default random >1023) dstip (must be specified) dstport (must be specified) flags (optional like syn, ack, psh, fin, rst etc) mode (default oneshot, other mode(s) are: handshake) where mode would be if it should send just one packet or if it should complete a tcp handshake. Like mode=oneshot, mode=handshake. this way one could make the PA to send a syn packet to a specific host/port and then see if you get any syn-ack (or such like rst, fin-ack or something else) in return? The return stuff would be so you dont have to run tcpdump on some other device along the road between the PA and the device which has troubles.
... View more