answersLogoWhite

0

The proper syntax is -r not -route

Displays protocol statistics and current TCP/IP network connections.

NETSTAT [-a] [-b] [-e] [-f] [-n] [-o] [-p proto] [-r] [-s] [-t] [interval]

-a Displays all connections and listening ports.

-b Displays the executable involved in creating each connection or

listening port. In some cases well-known executables host

multiple independent components, and in these cases the

sequence of components involved in creating the connection

or listening port is displayed. In this case the executable

name is in [] at the bottom, on top is the component it called,

and so forth until TCP/IP was reached. Note that this option

can be time-consuming and will fail unless you have sufficient

permissions.

-e Displays Ethernet statistics. This may be combined with the -s

option.

-f Displays Fully Qualified Domain Names (FQDN) for foreign

addresses.

-n Displays addresses and port numbers in numerical form.

-o Displays the owning process ID associated with each connection.

-p proto Shows connections for the protocol specified by proto; proto

may be any of: TCP, UDP, TCPv6, or UDPv6. If used with the -s

option to display per-protocol statistics, proto may be any of:

IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6.

-r Displays the routing table.

-s Displays per-protocol statistics. By default, statistics are

shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6;

the -p option may be used to specify a subset of the default.

-t Displays the current connection offload state.

interval Redisplays selected statistics, pausing interval seconds

between each display. Press CTRL+C to stop redisplaying

statistics. If omitted, netstat will print the current

configuration information once.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What commands can be used to view a host routing table?

netstat -r and route print


Which command is used to display static route table for local host?

Netstat -e


What command is used to view a PC computer's routing table?

your command would be show ip route or sh ip route static


What two commands can be used to view a host's a routing table?

netstat-r route PRINT


Which two commands can be used on a Windows host to display the routing table?

netstat-r route PRINT


How would you find all current IP session on a PC?

NETSTAT


Which are the networking commands in unix?

It depends on which networking protocol you are asking about. For TCP/IP, some of the common commands are: ping netstat ifconfig route traceroute


What is the most common static route used in a host computer?

the default gateway is the most common static route used in a host computer. netstat -r is the command line command to obtain the routing table.


What parameter can be added to the netstat command so that you can see what program is responsible fora network connection?

The Windows netstat command; netstat -b (show the executable involved in creating each connection) netstat /? (list of available parameters)


What paramenter can be added to the netstat command so that you can see what program is resopnsible for a network connection?

netstat -b


What commands allow you to view the routing table on your Linux workstation?

run the command: route -n You may need to be root (or use sudo) to run that command, or at least call its full path /sbin/route or /usr/sbin/route route --help will give you additional info, as will man route


What program should you use if you wanted to see how many sessions are running on a TCP network?

You should use "netstat":netstat -p TCP