snmpnetstat(1)
NAME
- snmpnetstat53 - display networking status and configura
- tion information from a network entity via SNMP
SYNOPSIS
snmpnetstat53 [common options] [-Ca] [-Cn] AGENT snmpnetstat53 [common options] [-Ci] [-Co] [-Cr] [-Cn] [-Cs] AGENT snmpnetstat53 [common options] [-Ci] [-Cn] [-CI interface] AGENT [interval] snmpnetstat53 [common options] [-Ca] [-Cn] [-Cs] [-CP protocol] AGENT
DESCRIPTION
- The snmpnetstat53 command symbolically displays the values
- of various network-related information retrieved from a remote
- system using the SNMP protocol. There are a number of output
- formats, depending on the options for the information presented.
- The first form of the command displays a list of active sockets.
- The second form presents the values of other network-related in
- formation according to the option selected. Using the third
- form, with an interval specified, snmpnetstat53 will continuously
- display the information regarding packet traffic on the config
- ured network interfaces. The fourth form displays statistics
- about the named protocol.
- AGENT identifies a target SNMP agent, which is instrument
- ed to monitor the given objects. At its simplest, the AGENT
- specification will consist of a hostname or an IPv4 address. In
- this situation, the command will attempt communication with the
- agent, using UDP/IPv4 to port 161 of the given target host. See
- snmpcmd(1) for a full list of the possible formats for AGENT.
OPTIONS
The options have the following meaning:
- common options
- Please see snmpcmd(1) for a list of possible values for
- common options as well as their descriptions.
- -Ca With the default display, show the state of all sock
- ets; normally sockets used by server processes are not shown.
- -Ci Show the state of all of the network interfaces. The
- interface display provides a table of cumulative statistics
- regarding packets transferred, errors, and collisions. The net
- work addresses of the interface and the maximum transmission unit
- (``mtu'') are also displayed.
- -Co Show an abbreviated interface status, giving octets in
- place of packets. This is useful when enquiring virtual inter
- faces (such as Frame-Relay circuits) on a router.
- -CI interface Show information only about this interface;
- used with an interval as described below.
- -Cn Show network addresses as numbers (normally
- snmpnetstat53 interprets addresses and attempts to display them
- symbolically). This option may be used with any of the display
- formats.
- -CP protocol Show statistics about protocol, which is ei
- ther a well-known name for a protocol or an alias for it. Some
- protocol names and aliases are listed in the file /etc/protocols.
- A null response typically means that there are no interesting
- numbers to report. The program will complain if protocol is un
- known or if there is no statistics routine for it.
- -Cs Show per-protocol statistics. When used with the -Cr
- option, show routing statistics instead.
- -Cr Show the routing tables. When -Cs is also present,
- show per-protocol routing statistics instead of the routing ta
- bles.
- When snmpnetstat53 is invoked with an interval argument,
- it displays a running count of statistics related to network in
- terfaces. interval is the number of seconds between reporting of
- statistics.
- The Active Sockets Display (default)
- The default display, for active sockets, shows the local
- and remote addresses, protocol, and the internal state of the
- protocol. Address formats are of the form
- ``host.port'' or ``network.port'' if a socket's address speci
- fies a network but no specific host address. When known, the
- host and network addresses are displayed symbolically according
- to the data bases /etc/hosts and /etc/networks, respectively.
- If a symbolic name for an address is unknown, or if the -Cn
- option is specified, the address is printed numerically, accord
- ing to the address family. For more information regarding the
- Internet ``dot format,'' refer to inet(3N). Unspecified, or
- ``wildcard'', addresses and ports appear as ``*''.
- The Interface Display
- The interface display provides a table of cumulative
- statistics regarding packets transferred, errors, and col- li
- sions. The network addresses of the interface and the maximum
- transmission unit (``mtu'') are also displayed.
- The Routing Table Display
- The routing table display indicates the available routes
- and their status. Each route consists of a destination host
- or network and a gateway to use in forwarding pack- ets. The
- flags field shows the state of the route (``U'' if ``up''),
- whether the route is to a gateway (``G''), whether the
- route was created dynamically by a redirect (``D''), and whether
- the route has been modified by a redirect (``M''). Direct
- routes are created for each interface attached to the local
- host; the gateway field for such entries shows the address of
- the outgoing inter- face. The interface entry indicates the net
- work interface utilized for the route.
- The Interface Display with an Interval
- When snmpnetstat53 is invoked with an interval argument,
- it displays a running count of statistics related to network in
- terfaces. This display consists of a column for the primary
- interface and a column summarizing information for all inter
- faces. The primary interface may be replaced with another in
- terface with the -CI option. The first line of each screen of
- information contains a summary since the system was last reboot
- ed. Subsequent lines of output show values accumulated over the
- preceding interval.
- The Active Sockets Display for a Single Protocol
- When a protocol is specified with the -CP option, the in
- formation displayed is similar to that in the default display for
- active sockets, except the display is limited to the given proto
- col.
EXAMPLES
- Example of using snmpnetstat53 to displaly active sockets
- (default):
- % snmpnetstat53 -v 2c -c public -Ca testhost
- Active Internet (tcp) Connections (including servers)
Proto Local Address Foreign Address - (state)
tcp *.echo *.* - LISTEN
tcp *.discard *.* - LISTEN
tcp *.daytime *.* - LISTEN
tcp *.chargen *.* - LISTEN
tcp *.ftp *.* - LISTEN
tcp *.telnet *.* - LISTEN
tcp *.smtp *.* - LISTEN
... - Active Internet (udp) Connections
Proto Local Address
udp *.echo
udp *.discard
udp *.daytime
udp *.chargen
udp *.time
... - % snmpnetstat53 -v 2c -c public -Ci testhost
- Name Mtu Network Address Ipkts Ierrs
- Opkts Oerrs Queue
eri0 1500 10.6.9/24 testhost 170548881 245601 - 687976 0 0
lo0 8232 127 localhost 7530982 0 - 7530982 0 0
- Example of using snmpnetstat53 to show statistics about a
- specific protocol:
- % snmpnetstat53 -v 2c -c public -CP tcp testhost
- Active Internet (tcp) Connections
Proto Local Address Foreign Address - (state)
tcp *.echo *.* - LISTEN
tcp *.discard *.* - LISTEN
tcp *.daytime *.* - LISTEN
tcp *.chargen *.* - LISTEN
tcp *.ftp *.* - LISTEN
tcp *.telnet *.* - LISTEN
tcp *.smtp *.* - LISTEN
...
SEE ALSO
BUGS
- The notion of errors is ill-defined.
- 4.2 Berkeley Distribution 25 Oct 2003