blob: 9e33f7c940e5d30c6184bd115cd3efab7f9c12b6 [file] [log] [blame]
hasso246c1352004-08-10 12:00:34 +00001.TH IS-IS 8 "10 August 2004" "Quagga IS-IS daemon" "Version 0.96.5"
2.SH NAME
3isisd \- an IS-IS routing engine for use with Quagga routing software.
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
23]
24.SH DESCRIPTION
25.B isisd
26is a routing component that works with the
27.B Quagga
28routing engine.
29.SH OPTIONS
30Options available for the
31.B isisd
32command:
33.TP
34\fB\-d\fR, \fB\-\-daemon\fR
35Runs in daemon mode, forking and exiting from tty.
36.TP
37\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
38Specifies the config file to use for startup. If not specified this
39option will likely default to \fB\fI/usr/local/etc/isisd.conf\fR.
40.TP
41\fB\-h\fR, \fB\-\-help\fR
42A brief message.
43.TP
44\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
45When isisd starts its process idenifier is written to
46\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
47restart isisd. The likely default is \fB\fI/var/run/isisd.pid\fR.
48.TP
49\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
50Specify the port that the isisd VTY will listen on. This defaults to
512608, as specified in \fB\fI/etc/services\fR.
52.TP
53\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
54Specify the address that the isisd VTY will listen on. Default is all
55intrefaces.
56.TP
57\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
58Specify the user and group to run as. User and group have to have same
59name at the moment. Default is \fIquagga\fR.
60.TP
61\fB\-v\fR, \fB\-\-version\fR
62Print the version and exit.
63.SH FILES
64.TP
65.BI /usr/local/sbin/isisd
66The default location of the
67.B isisd
68binary.
69.TP
70.BI /usr/local/etc/isisd.conf
71The default location of the
72.B isisd
73config file.
74.TP
75.BI $(PWD)/isisd.log
76If the
77.B isisd
78process is config'd to output logs to a file, then you will find this
79file in the directory where you started \fBisisd\fR.
80.SH WARNING
81This man page is intended to be a quick reference for command line
82options. The definitive document is the Info file \fBQuagga\fR.
83.SH DIAGNOSTICS
84The isisd process may log to standard output, to a VTY, to a log
85file, or through syslog to the system logs. \fBisisd\fR supports many
86debugging options, see the Info file, or the source for details.
87.SH "SEE ALSO"
88.BR bgpd (8),
89.BR ripd (8),
90.BR ripngd (8),
91.BR ospfd (8),
92.BR ospf6d (8),
93.BR zebra (8),
94.BR vtysh (1)
95.SH BUGS
96\fBisisd\fR is ALPHA quality at the moment and hasn't any way ready for
97production use.
98
99.B isisd
100eats bugs for breakfast. If you have food for the maintainers try
101.BI http://bugzilla.quagga.net
102.SH AUTHORS
103See
104.BI http://isisd.sourceforge.net
105or the Info file for an accurate list of authors.
106