Print this page
4585 dladm(1m) needs a 'help' subcommand
3755 dladm show-aggr documentation
3374 usage of 'dladm' does not match to its man page

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/dladm.1m
          +++ new/usr/src/man/man1m/dladm.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
   3    3  .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at http://www.opengroup.org/bookstore/.
   4    4  .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text
   5    5  .\" are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical
   6    6  .\" and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   7    7  .\"  This notice shall appear on any product containing this material.
   8    8  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   9    9  .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
  10   10  .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  11      -.TH DLADM 1M "Sep 23, 2009"
       11 +.TH DLADM 1M "Feb 10, 2014"
  12   12  .SH NAME
  13   13  dladm \- administer data links
  14   14  .SH SYNOPSIS
  15   15  .LP
  16   16  .nf
       17 +\fBdladm\fR
       18 +.fi
       19 +
       20 +.LP
       21 +.nf
  17   22  \fBdladm show-link\fR [\fB-P\fR] [\fB-s\fR [\fB-i\fR \fIinterval\fR]] [[\fB-p\fR] \fB-o\fR \fIfield\fR[,...]] [\fIlink\fR]
  18   23  \fBdladm rename-link\fR [\fB-R\fR \fIroot-dir\fR] \fIlink\fR \fInew-link\fR
  19   24  .fi
  20   25  
  21   26  .LP
  22   27  .nf
  23   28  \fBdladm delete-phys\fR \fIphys-link\fR
  24   29  \fBdladm show-phys\fR [\fB-P\fR] [\fB-m\fR] [[\fB-p\fR] \fB-o\fR \fIfield\fR[,...]] [\fB-H\fR] [\fIphys-link\fR]
  25   30  .fi
  26   31  
↓ open down ↓ 108 lines elided ↑ open up ↑
 135  140  \fBdladm delete-iptun\fR [\fB-t\fR] [\fB-R\fR \fIroot-dir\fR] \fIiptun-link\fR
 136  141  \fBdladm show-iptun\fR [\fB-P\fR] [[\fB-p\fR] \fB-o\fR \fIfield\fR[,...]] [\fIiptun-link\fR]
 137  142  .fi
 138  143  
 139  144  .LP
 140  145  .nf
 141  146  \fBdladm show-usage\fR [\fB-a\fR] \fB-f\fR \fIfilename\fR [\fB-p\fR \fIplotfile\fR \fB-F\fR \fIformat\fR] [\fB-s\fR \fItime\fR]
 142  147       [\fB-e\fR \fItime\fR] [\fIlink\fR]
 143  148  .fi
 144  149  
      150 +.LP
      151 +.nf
      152 +\fBdladm help\fR [\fIsubcommand\fR]
      153 +.fi
      154 +
 145  155  .SH DESCRIPTION
 146  156  .sp
 147  157  .LP
 148  158  The \fBdladm\fR command is used to administer data-links. A data-link is
 149  159  represented in the system as a \fBSTREAMS DLPI\fR (v2) interface which can be
 150  160  plumbed under protocol stacks such as \fBTCP/IP\fR. Each data-link relies on
 151  161  either a single network device or an aggregation of devices to send packets to
 152  162  or receive packets from a network.
 153  163  .sp
 154  164  .LP
↓ open down ↓ 345 lines elided ↑ open up ↑
 500  510  Number of packets sent on this link.
 501  511  .RE
 502  512  
 503  513  .sp
 504  514  .ne 2
 505  515  .na
 506  516  \fB\fBOBYTES\fR\fR
 507  517  .ad
 508  518  .sp .6
 509  519  .RS 4n
 510      -Number of bytes received on this link.
      520 +Number of bytes sent on this link.
 511  521  .RE
 512  522  
 513  523  .sp
 514  524  .ne 2
 515  525  .na
 516  526  \fB\fBOERRORS\fR\fR
 517  527  .ad
 518  528  .sp .6
 519  529  .RS 4n
 520  530  Number of output errors.
↓ open down ↓ 3817 lines elided ↑ open up ↑
4338 4348  \fB\fIlink\fR\fR
4339 4349  .ad
4340 4350  .sp .6
4341 4351  .RS 4n
4342 4352  If specified, display the network usage only for the named link. Otherwise,
4343 4353  display network usage for all links.
4344 4354  .RE
4345 4355  
4346 4356  .RE
4347 4357  
     4358 +.sp
     4359 +.ne 2
     4360 +.na
     4361 +\fB\fBdladm help\fR [\fIsubcommand\fR]\fR
     4362 +.ad
     4363 +.sp .6
     4364 +.RS 4n
     4365 +Displays all subcommands or help on a single subcommand.
     4366 +.RE
     4367 +
4348 4368  .SS "Parseable Output Format"
4349 4369  .sp
4350 4370  .LP
4351 4371  Many \fBdladm\fR subcommands have an option that displays output in a
4352 4372  machine-parseable format. The output format is one or more lines of colon
4353 4373  (\fB:\fR) delimited fields. The fields displayed are specific to the subcommand
4354 4374  used and are listed under the entry for the \fB-o\fR option for a given
4355 4375  subcommand. Output includes only those fields requested by means of the
4356 4376  \fB-o\fR option, in the order requested.
4357 4377  .sp
↓ open down ↓ 1060 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX