
This utility continuously sends TCP and UDP data streams across your network and computes important metrics, such as upstream and downstream throughput values, packet loss, and round-trip time, and displays the results in both numeric and chart formats. For this reason, it’s very important that any command typed on the console terminates after a certain period without expecting further user inputs, otherwise it would run in background.įor example, if you are running a ping test, you will have to use the count option (-c), otherwise it will run continuously in background.TamoSoft Throughput Test is a utility for testing the performance of a wireless or wired network. If a command expects more user inputs (say a text editor like vim or nano) or a dialog command, you won’t see it and won’t be able to interact with it. What that means is that if you execute a command, you will receive immediately the prompt back and also the output of the command you typed. Please be aware that the command line is non-interactive. For this reason, the new release of NetBeez (0.11.2) allows administrator users to have direct access to the agent’s console from the Agent Details view: We understand how important is to have access to the Linux command line. Tar cfp - / some / dir | compress - c | nc - w 3 othermachine 1234 Nmap allows you to quickly verify that: just run the Nmap command followed by the hostname or fully qualified domain name. Knowing which TCP/IP ports of a host are listening for incoming connections is crucial, especially when you’re hardening a server or locking down network equipment. With Nmap you can, for example, scan and identify open and filtered TCP/IP ports, check what operating system is running on a remote host, and do a ping sweeps on an IP subnet or range. It’s also so famous that it has been featured in many movies. It can give you useful information about what’s running on network hosts. Nmap is the network security scanner of choice. Below, I would like to list some of the command line utilities that saved my network many times Nmap I was able to efficiently collect information needed to do network design, verify routing and availability during the implementation phase, and grab troubleshooting data necessary to quickly fix outages that impact users. Having a basic knowledge of Linux is a neccesity.Įven when I first became a full-time network engineer, my Linux skills have helped me with the tasks of design, implementation, and support of enterprise networks.

Network engineers will often run into Linux-based network operating systems and command lines. Well, I think that having a basic knowledge of Linux is no longer just for students and computer geeks. So what does all this have to do with network engineering? Network Engineers and Linux It’s great to see that now, almost 13 years later, open networking companies have adopted those same projects to finally deliver enterprise-grade routing and switching.

We used OpenVPN for the tunneling and then RIP and OSPF inside the tunnels.įor the routing process, we first used Zebra and then Quagga (which at the time supported OSPF). In 2003, I attended a CCNA boot camp the other students and I practiced routing protocols (RIP and OSPF) by building an overlay point-to-point network between our houses.

My home network was routed by a Pentium 2 workstation running Slackware and configured with IP forwarding and IP tables.

When I was a computer science student I spent a lot of time playing around with Linux.
