Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (9905 KB)
netstat(1M)Name | Synopsis | Description | Options | Operands | DISPLAYS | Files | Attributes | See Also | Notes Name
Synopsisnetstat [-anvR] [-f address_family] [-P protocol] netstat -g [-nv] [-f address_family] netstat -p [-n] [-f address_family]
netstat -s [-f address_family] [-P protocol]
[-T u | d ] [interval [count]]
netstat -m [-T u | d ] [-v] [interval [count]]
netstat -i [-I interface] [-an] [-f address_family]
[-T u | d ] [interval [count]]
netstat -r [-anvR] [-f address_family | filter] netstat -M [-ns] [-f address_family] netstat -D [-I interface] [-f address_family] Description
The netstat command displays the contents of certain network-related data structures in various formats, depending on the options you select. The netstat command has the several forms shown in the SYNOPSIS section, above, listed as follows: These forms are described in greater detail below. With no arguments (the first form), netstat displays connected sockets for PF_INET, PF_INET6, and PF_UNIX, unless modified otherwise by the -f option. Options
Operands
DISPLAYS
Active Sockets (First Form)The display for each active socket shows the local and remote address, the send and receive queue sizes (in bytes), the send and receive windows (in bytes), and the internal state of the protocol. The symbolic format normally used to display socket addresses is either:
when the name of the host is specified, or
if a socket address specifies a network but no specific host. The numeric host address or network number associated with the socket is used to look up the corresponding symbolic hostname or network name in the hosts or networks database. If the network or hostname for an address is not known, or if the -n option is specified, the numerical network address is shown. Unspecified, or “wildcard”, addresses and ports appear as an asterisk (*). For more information regarding the Internet naming conventions, refer to inet(7P) and inet6(7P). For SCTP sockets, because an endpoint can be represented by multiple addresses, the verbose option (-v) displays the list of all the local and remote addresses. TCP SocketsThe possible state values for TCP sockets are as follows: SCTP SocketsThe possible state values for SCTP sockets are as follows: Network Data Structures (Second Through Fifth Forms)The form of the display depends upon which of the -g, -m, -p, or -s options you select. The statistics use the MIB specified variables. The defined values for ipForwarding are: The IPv6 and ICMPv6 protocol layers maintain per-interface statistics. If the -a option is specified with the -s option, then the per-interface statistics as well as the total sums are displayed. Otherwise, just the sum of the statistics are shown. For the second, third, and fourth forms of the command, you must specify at least -g, -p, or -s. You can specify any combination of these options. You can also specify -m (the fifth form) with any set of the -g, -p, and -s options. If you specify more than one of these options, netstat displays the information for each one of them. Interface Status (Sixth Form)The interface status display lists information for all current interfaces, one interface per line. If an interface is specified using the -I option, it displays information for only the specified interface. The list consists of the interface name, mtu (maximum transmission unit, or maximum packet size)(see ifconfig(1M)), the network to which the interface is attached, addresses for each interface, and counter associated with the interface. The counters show the number of input packets, input errors, output packets, output errors, and collisions, respectively. For Point-to-Point interfaces, the Net/Dest field is the name or address on the other side of the link. If the -a option is specified with either the -i option or the -I option, then the output includes names of the physical interface(s), counts for input packets and output packets for each logical interface, plus additional information. If the -n option is specified, the list displays the IP address instead of the interface name. If an optional interval is specified, the output will be continually displayed in interval seconds until interrupted by the user or until count is reached. See OPERANDS. The physical interface is specified using the -I option. When used with the interval operand, output for the -I option has the following format:
If the input interface is not specified, the first interface of address family inet or inet6 will be displayed. Routing Table (Seventh Form)The routing table display lists the available routes and the status of each. Each route consists of a destination host or network, and a gateway to use in forwarding packets. The flags column shows the status of the route. These flags are as follows: If the -a option is specified, there will be routing entries with the following flags: Interface routes are created for each interface attached to the local host; the gateway field for such entries shows the address of the outgoing interface. The use column displays the number of packets sent using a combined routing and address resolution (A) or a broadcast (B) route. For a local (L) route, this count is the number of packets received, and for all other routes it is the number of times the routing entry has been used to create a new combined route and address resolution entry. The interface entry indicates the network interface utilized for the route. Multicast Routing Tables (Eighth Form)The multicast routing table consists of the virtual interface table and the actual routing table. DHCP Interface Information (Ninth Form)The DHCP interface information consists of the interface name, its current state, lease information, packet counts, and a list of flags. The states correlate with the specifications set forth in RFC 2131. Lease information includes: The flags currently defined include: Packet counts are maintained for the number of packets sent, the number of packets received, and the number of lease offers declined by the DHCP client. All three counters are initialized to zero and then incremented while obtaining a lease. The counters are reset when the period of lease renewal begins for the interface. Thus, the counters represent either the number of packets sent, received, and declined while obtaining the current lease, or the number of packets sent, received, and declined while attempting to obtain a future lease. FilesAttributesSee attributes(5) for descriptions of the following attributes:
See Alsoarp(1M), dhcpinfo(1), dhcpagent(1M), ifconfig(1M), iostat(1M), kstat(1M), mibiisa(1M), savecore(1M), vmstat(1M), hosts(4), inet_type(4), networks(4), protocols(4), services(4), attributes(5), dhcp(5), kstat(7D), inet(7P), inet6(7P) Droms, R., RFC 2131, Dynamic Host Configuration Protocol, Network Working Group, March 1997. Droms, R. RFC 3315, Dynamic Host Configuration Protocol for IPv6 (DHCPv6). Cisco Systems. July 2003. NotesWhen displaying interface information, netstat honors the DEFAULT_IP setting in /etc/default/inet_type. If it is set to IP_VERSION4, then netstat will omit information relating to IPv6 interfaces, statistics, connections, routes and the like. However, you can override the DEFAULT_IP setting in /etc/default/inet_type on the command-line. For example, if you have used the command-line to explicitly request IPv6 information by using the inet6 address family or one of the IPv6 protocols, it will override the DEFAULT_IP setting. If you need to examine network status information following a kernel crash, use the mdb(1) utility on the savecore(1M) output. The netstat utility obtains TCP statistics from the system by opening /dev/tcp and issuing queries. Because of this, netstat might display an extra, unused connection in IDLE state when reporting connection status. Previous versions of netstat had undocumented methods for reporting kernel statistics published using the kstat(7D) facility. This functionality has been removed. Use kstat(1M) instead. netstat restricts its output to information that is relevant to the zone in which netstat runs. (This is true for both shared-IP and exclusive-IP zones.) Name | Synopsis | Description | Options | Operands | DISPLAYS | Files | Attributes | See Also | Notes |
||||||||