]> git.proxmox.com Git - mirror_frr.git/blame - doc/isisd.8.in
zebra: fpm: convert into module
[mirror_frr.git] / doc / isisd.8.in
CommitLineData
a07169b1 1.TH IS-IS 8 "25 November 2004" "@PACKAGE_FULLNAME@ IS-IS daemon" "Version @PACKAGE_VERSION@"
246c135e 2.SH NAME
a07169b1 3isisd \- an IS-IS routing engine for use with @PACKAGE_FULLNAME@.
246c135e 4.SH SYNOPSIS
5.B isisd
6[
7.B \-dhv
8] [
9.B \-f
10.I config-file
11] [
12.B \-i
13.I pid-file
14] [
15.B \-P
16.I port-number
17] [
18.B \-A
19.I vty-address
20] [
21.B \-u
22.I user
c065230a 23] [
24.B \-g
25.I group
246c135e 26]
27.SH DESCRIPTION
28.B isisd
29is a routing component that works with the
a07169b1 30.B @PACKAGE_FULLNAME@
246c135e 31routing engine.
32.SH OPTIONS
33Options available for the
34.B isisd
35command:
36.TP
37\fB\-d\fR, \fB\-\-daemon\fR
38Runs in daemon mode, forking and exiting from tty.
39.TP
40\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
41Specifies the config file to use for startup. If not specified this
a07169b1 42option will default to \fB\fI@CFG_SYSCONF@/isisd.conf\fR.
246c135e 43.TP
c065230a 44\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
a07169b1 45Specify the group to run as. Default is \fI@enable_group@\fR.
c065230a 46.TP
246c135e 47\fB\-h\fR, \fB\-\-help\fR
48A brief message.
49.TP
50\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
a0e64a63 51When isisd starts its process identifier is written to
246c135e 52\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
a07169b1 53restart isisd. The default is \fB\fI@CFG_STATE@/isisd.pid\fR.
246c135e 54.TP
55\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
56Specify the port that the isisd VTY will listen on. This defaults to
572608, as specified in \fB\fI/etc/services\fR.
58.TP
59\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
60Specify the address that the isisd VTY will listen on. Default is all
151fe8a4 61interfaces.
246c135e 62.TP
63\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
a07169b1 64Specify the user to run as. Default is \fI@enable_user@\fR.
246c135e 65.TP
66\fB\-v\fR, \fB\-\-version\fR
67Print the version and exit.
68.SH FILES
69.TP
a07169b1 70.BI @CFG_SBIN@/isisd
246c135e 71The default location of the
72.B isisd
73binary.
74.TP
a07169b1 75.BI @CFG_SYSCONF@/isisd.conf
246c135e 76The default location of the
77.B isisd
78config file.
79.TP
80.BI $(PWD)/isisd.log
81If the
82.B isisd
83process is config'd to output logs to a file, then you will find this
84file in the directory where you started \fBisisd\fR.
85.SH WARNING
86This man page is intended to be a quick reference for command line
a07169b1 87options. The definitive document is the Info file \fB@PACKAGE_NAME@\fR.
246c135e 88.SH DIAGNOSTICS
89The isisd process may log to standard output, to a VTY, to a log
90file, or through syslog to the system logs. \fBisisd\fR supports many
91debugging options, see the Info file, or the source for details.
92.SH "SEE ALSO"
93.BR bgpd (8),
94.BR ripd (8),
95.BR ripngd (8),
96.BR ospfd (8),
97.BR ospf6d (8),
98.BR zebra (8),
99.BR vtysh (1)
100.SH BUGS
101\fBisisd\fR is ALPHA quality at the moment and hasn't any way ready for
102production use.
103
104.B isisd
105eats bugs for breakfast. If you have food for the maintainers try
a07169b1 106.BI @PACKAGE_BUGREPORT@
246c135e 107.SH AUTHORS
108See
109.BI http://isisd.sourceforge.net
110or the Info file for an accurate list of authors.
111