1IS-IS(8)                        Version 0.97.3                        IS-IS(8)
2
3
4

NAME

6       isisd - an IS-IS routing engine for use with Quagga routing software.
7

SYNOPSIS

9       isisd  [ -dhv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] [
10       -A vty-address ] [ -u user ] [ -g group ]
11

DESCRIPTION

13       isisd is a routing component that works with the Quagga routing engine.
14

OPTIONS

16       Options available for the isisd command:
17
18       -d, --daemon
19              Runs in daemon mode, forking and exiting from tty.
20
21       -f, --config-file config-file
22              Specifies the config file to use for startup. If  not  specified
23              this option will likely default to /usr/local/etc/isisd.conf.
24
25       -g, --group group
26              Specify the group to run as. Default is quagga.
27
28       -h, --help
29              A brief message.
30
31       -i, --pid_file pid-file
32              When isisd starts its process identifier is written to pid-file.
33              The init system uses the recorded PID to stop or restart  isisd.
34              The likely default is /var/run/isisd.pid.
35
36       -P, --vty_port port-number
37              Specify  the  port  that  the  isisd  VTY  will  listen on. This
38              defaults to 2608, as specified in /etc/services.
39
40       -A, --vty_addr vty-address
41              Specify the address that the isisd VTY will listen  on.  Default
42              is all interfaces.
43
44       -u, --user user
45              Specify the user to run as. Default is quagga.
46
47       -v, --version
48              Print the version and exit.
49

FILES

51       /usr/local/sbin/isisd
52              The default location of the isisd binary.
53
54       /usr/local/etc/isisd.conf
55              The default location of the isisd config file.
56
57       $(PWD)/isisd.log
58              If  the isisd process is config'd to output logs to a file, then
59              you will find this file  in  the  directory  where  you  started
60              isisd.
61

WARNING

63       This  man  page  is  intended  to be a quick reference for command line
64       options. The definitive document is the Info file Quagga.
65

DIAGNOSTICS

67       The isisd process may log to standard output, to a VTY, to a log  file,
68       or  through  syslog  to  the system logs. isisd supports many debugging
69       options, see the Info file, or the source for details.
70

SEE ALSO

72       bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), zebra(8), vtysh(1)
73

BUGS

75       isisd is ALPHA quality at the moment and hasn't any way ready for  pro‐
76       duction use.
77
78       isisd eats bugs for breakfast. If you have food for the maintainers try
79       http://bugzilla.quagga.net
80

AUTHORS

82       See http://isisd.sourceforge.net or the Info file for an accurate  list
83       of authors.
84
85
86
87
88Quagga IS-IS daemon            25 November 2004                       IS-IS(8)
Impressum