ripngd(8)


NAME

   ripngd - a RIPNG routing engine for use with Quagga routing software.

SYNOPSIS

   ripngd [ -dhlrv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ]
   [ -A vty-address ] [ -u user ] [ -g group ]

DESCRIPTION

   ripngd is a routing  component  that  works  with  the  Quagga  routing
   engine.

OPTIONS

   Options available for the ripngd command:

OPTIONS

   -d, --daemon
          Runs in daemon mode, forking and exiting from tty.

   -f, --config-file config-file
          Specifies  the  config file to use for startup. If not specified
          this option will likely default to /usr/local/etc/ripngd.conf.

   -g, --group group
          Specify the group to run as. Default is quagga.

   -h, --help
          A brief message.

   -i, --pid_file pid-file
          When ripngd starts its process identifier  is  written  to  pid-
          file.   The init system uses the recorded PID to stop or restart
          ripngd.  The likely default is /var/run/ripngd.pid.

   -P, --vty_port port-number
          Specify the port that  the  ripngd  VTY  will  listen  on.  This
          defaults to 2603, as specified in /etc/services.

   -A, --vty_addr vty-address
          Specify  the address that the ripngd VTY will listen on. Default
          is all interfaces.

   -u, --user user
          Specify the user to run as. Default is quagga.

   -r, --retain
          When the program terminates, retain routes added by ripd.

   -v, --version
          Print the version and exit.

FILES

   /usr/local/sbin/ripngd
          The default location of the ripngd binary.

   /usr/local/etc/ripngd.conf
          The default location of the ripngd config file.

   $(PWD)/ripngd.log
          If the ripngd process is config'd to output logs to a file, then
          you  will  find  this  file  in  the directory where you started
          ripngd.

WARNING

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

DIAGNOSTICS

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

SEE ALSO

   bgpd(8), ripd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1)

BUGS

   ripngd  eats  bugs  for breakfast. If you have food for the maintainers
   try http://bugzilla.quagga.net

AUTHORS

   See http://www.zebra.org and http://www.quagga.net or the Info file for
   an accurate list of authors.


More Linux Commands

manpages/HUGE_VAL.3.html
HUGE_VAL(3) - floating-point constants - Linux manual page
The macro INFINITY expands to a float constant representing positive infinity. The macro NAN expands to a float constant representing a quiet NaN (when supporte

manpages/gnutls_pkcs12_init.3.html
gnutls_pkcs12_init(3) - API function - Linux manual page....
This function will initialize a PKCS12 structure. PKCS12 structures usually contain lists of X.509 Certificates and X.509 Certificate revocation lists. RETURNS

manpages/pthread_setschedparam.3.html
pthread_setschedparam(3) - set/get scheduling policy and par
The pthread_setschedparam() function sets the scheduling policy and parameters of the thread thread. policy specifies the new scheduling policy for thread. The

manpages/sash.1.html
sash(1) - stand-alone shell with built-in commands (ManPage)
The sash program is a stand-alone shell which is useful for recovering from certain types of system failures. In particular, it was created in order to cope wit

manpages/isgreaterequal.3.html
isgreaterequal(3) - floating-point relational tests without
The normal relation operations (like <, less than) will fail if one of the operands is NaN. This will cause an exception. To avoid this, C99 defines the macros

manpages/gnutls_pubkey_import_pkcs11_url.3.html
gnutls_pubkey_import_pkcs11_url(3) - API function (ManPage)
This function will import a PKCS 11 certificate to a gnutls_pubkey_t structure. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error

manpages/lzmainfo.1.html
lzmainfo(1) - show information stored in the .lzma file head
lzmainfo shows information stored in the .lzma file header. It reads the first 13 bytes from the specified file, decodes the header, and prints it to standard o

manpages/Math::BigRat.3pm.html
Math::BigRat(3pm) - Arbitrary big rational numbers (ManPage)
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers. MATH LIBRARY You can change the underlying mod

manpages/xfs.1.html
xfs(1) - X font server (Commands - Linux manual page).......
xfs is the X Window System font server. It supplies fonts to X Window System display servers. The server is usually run by a system administrator, and started v

manpages/glGetTexParameterfv.3gl.html
glGetTexParameterfv(3gl) - return texture parameter values
glGetTexParameter returns in params the value or values of the texture parameter specified as pname. target defines the target texture, either GL_TEXTURE_1D, GL

manpages/assert_perror.3.html
assert_perror(3) - test errnum and abort - Linux man page...
If the macro NDEBUG was defined at the moment <assert.h> was last included, the macro assert_perror() generates no code, and hence does nothing at all. Otherwis

manpages/gnutls_openpgp_crt_get_preferred_key_id.3.html
gnutls_openpgp_crt_get_preferred_key_id(3) - API function...
Get preferred key id. If it hasnt been set it returns GNUTLS_E_INVALID_REQUEST. RETURNS the 64-bit preferred keyID of the OpenPGP key. REPORTING BUGS Report bug





We can't live, work or learn in freedom unless the software we use is free.