Using –e option netstat

Using –e option

When you use the –e option with the netstat command, it displays the summary of all the packets that have been dent and received over the NIC. The syntax of the command is:

netstat –e

 

  • Bytes: Refers to the number of bytes transferred or received since the computer was turned on.
  • Unicast packets: Refers to the packets sent from or received at a computer. These packets are directly sent from one computer to another computer and the address of the computer is stored in either the source or destination address part of the packet.
  • Non-unicast packet:Refers to the packets that are not directly transmit from one workstation to another.
  • Discard: Refers: to the number of packets that was rejected by the NIC at the time of transmitting or receiving because of incorrect order of assembling the packets.
  • Errors: Refer to the number of errors that occur at the time of transmission.
  • Unknown protocols: Refers to the number of received- packets that are not interpreted by the Windows networking stack.

 

Using -r Option

When you use the —r option with the netstat command, it shows the current route table for a workstation. With this, you can determine exactly how TCP/IP information is being routed. The syntax of the command is:

Netstat -r

Leave a Reply

Your email address will not be published. Required fields are marked *