]> git.proxmox.com Git - mirror_frr.git/blame - doc/isisd.8.in
Merge pull request #1329 from opensourcerouting/debian9-pkg
[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
6b0275ac
DL
26] [
27.B \-M
28.I module:options
246c135e 29]
30.SH DESCRIPTION
31.B isisd
32is a routing component that works with the
a07169b1 33.B @PACKAGE_FULLNAME@
246c135e 34routing engine.
35.SH OPTIONS
36Options available for the
37.B isisd
38command:
39.TP
40\fB\-d\fR, \fB\-\-daemon\fR
41Runs in daemon mode, forking and exiting from tty.
42.TP
43\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
44Specifies the config file to use for startup. If not specified this
a07169b1 45option will default to \fB\fI@CFG_SYSCONF@/isisd.conf\fR.
246c135e 46.TP
c065230a 47\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
a07169b1 48Specify the group to run as. Default is \fI@enable_group@\fR.
c065230a 49.TP
246c135e 50\fB\-h\fR, \fB\-\-help\fR
51A brief message.
52.TP
53\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
a0e64a63 54When isisd starts its process identifier is written to
246c135e 55\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
a07169b1 56restart isisd. The default is \fB\fI@CFG_STATE@/isisd.pid\fR.
246c135e 57.TP
58\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
59Specify the port that the isisd VTY will listen on. This defaults to
602608, as specified in \fB\fI/etc/services\fR.
61.TP
62\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
63Specify the address that the isisd VTY will listen on. Default is all
151fe8a4 64interfaces.
246c135e 65.TP
66\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
a07169b1 67Specify the user to run as. Default is \fI@enable_user@\fR.
246c135e 68.TP
6b0275ac
DL
69\fB\-M\fR, \fB\-\-module \fR\fImodule:options\fR
70Load a module at startup. May be specified more than once.
71There are currently no such modules for
72\fBisisd\fR in the base package.
73.TP
246c135e 74\fB\-v\fR, \fB\-\-version\fR
75Print the version and exit.
76.SH FILES
77.TP
a07169b1 78.BI @CFG_SBIN@/isisd
246c135e 79The default location of the
80.B isisd
81binary.
82.TP
a07169b1 83.BI @CFG_SYSCONF@/isisd.conf
246c135e 84The default location of the
85.B isisd
86config file.
87.TP
88.BI $(PWD)/isisd.log
89If the
90.B isisd
91process is config'd to output logs to a file, then you will find this
92file in the directory where you started \fBisisd\fR.
93.SH WARNING
94This man page is intended to be a quick reference for command line
a07169b1 95options. The definitive document is the Info file \fB@PACKAGE_NAME@\fR.
246c135e 96.SH DIAGNOSTICS
97The isisd process may log to standard output, to a VTY, to a log
98file, or through syslog to the system logs. \fBisisd\fR supports many
99debugging options, see the Info file, or the source for details.
100.SH "SEE ALSO"
101.BR bgpd (8),
102.BR ripd (8),
103.BR ripngd (8),
104.BR ospfd (8),
105.BR ospf6d (8),
106.BR zebra (8),
107.BR vtysh (1)
108.SH BUGS
109\fBisisd\fR is ALPHA quality at the moment and hasn't any way ready for
110production use.
111
112.B isisd
113eats bugs for breakfast. If you have food for the maintainers try
a07169b1 114.BI @PACKAGE_BUGREPORT@
246c135e 115.SH AUTHORS
116See
117.BI http://isisd.sourceforge.net
118or the Info file for an accurate list of authors.
119