components/quagga/Solaris/quaggaadm.1m
changeset 5005 634e69f7ae42
parent 5004 2883c86b26b8
child 5006 f2592e203a2a
equal deleted inserted replaced
5004:2883c86b26b8 5005:634e69f7ae42
     1 '\" te
       
     2 .\" Copyright (c) 2008, 2011, Oracle and/or its affiliates\&. All rights reserved\&.
       
     3 .\" ident	"@(#)quaggaadm.1m	1.3	10/03/16 SMI"
       
     4 .TH quaggaadm 1M "02 Oct 2008" "" ""
       
     5 .SH "NAME"
       
     6 quaggaadm \- quagga routing daemon administration tool
       
     7 .SH "SYNOPSIS"
       
     8 .PP
       
     9 \fBquaggaadm\fR [-\fBe\fR] \fIzebra\fR|\fIripd\fR|\fIripngd\fR|\fIospfd\fR|\fIospf6d\fR|\fIbgpd\fR|\fIisisd\fR
       
    10 .SH "DESCRIPTION"
       
    11 .PP
       
    12 The \fBquaggaadm\fR command is provided as a simple wrapper to facilitate connection
       
    13 to the quagga daemons respective vty terminal telnet interfaces. \fBquaggaadm\fR simply telnets
       
    14 the appropriate vty port for the specified daemon on localhost, and from there the
       
    15 user can update configuration for that daemon. Note that if the vty is disabled
       
    16 for the given daemon, \fBquaggaadm\fR will prompt the user to request enable. Note
       
    17 that to complete this operation, the user will require solaris.smf.manage.routing
       
    18 and solaris.smf.modify.routing authorizations.
       
    19 .SH "OPTIONS"
       
    20 .PP
       
    21 The following command-line options are supported:
       
    22 .sp
       
    23 .ne 2
       
    24 .mk
       
    25 .na
       
    26 \fB\fB\-e\fR\fR
       
    27 .ad
       
    28 .sp .6
       
    29 .in +4
       
    30 Automatically enable the vty for the specified daemon.
       
    31 .sp
       
    32 .sp 1
       
    33 .in -4
       
    34 .SH "EXIT STATUS"
       
    35 .PP
       
    36 The following exit values are returned:
       
    37 .sp
       
    38 .ne 2
       
    39 .mk
       
    40 .na
       
    41 \fB\fB0\fR\fR
       
    42 .ad
       
    43 .sp .6
       
    44 .in +4
       
    45 Successful completion.
       
    46 .sp
       
    47 .sp 1
       
    48 .in -4
       
    49 .sp
       
    50 .ne 2
       
    51 .mk
       
    52 .na
       
    53 \fB\fB!=0\fR\fR
       
    54 .ad
       
    55 .sp .6
       
    56 .in +4
       
    57 An error occurred while obtaining or modifying the system configuration.
       
    58 .sp
       
    59 .sp 1
       
    60 .in -4
       
    61 .SH "SEE ALSO"
       
    62 .PP
       
    63 \fBquagga\fR(1M), \fBattributes\fR(5), \fBrouteadm\fR(1M)