RIPCTL(8) - System Manager’s Manual # RIPCTL(8) - System Manager’s Manual
NAME # ripctl - control the RIP routing daemon
SYNOPSIS # ripctl [-s socket] command [argument …]
DESCRIPTION # The ripctl program controls the ripd(8) daemon. Commands may be abbreviated to the minimum unambiguous prefix; for example, s n for show neighbor.
The following options are available:
-s socket
Use socket instead of the default /var/run/ripd.sock to communicate with ripd(8).
...
RIPD.CONF(5) - File Formats Manual # RIPD.CONF(5) - File Formats Manual
NAME # ripd.conf - RIP routing daemon configuration file
DESCRIPTION # The ripd(8) daemon implements the Routing Information Protocol version 2 as described in RFC 2453.
The ripd.conf config file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for ripd(8).
Interfaces Configuration
...
RIPD(8) - System Manager’s Manual # RIPD(8) - System Manager’s Manual
NAME # ripd - Routing Information Protocol (RIP) daemon
SYNOPSIS # ripd [-dnv] [-D macro=value] [-f file] [-s socket]
DESCRIPTION # ripd is the Routing Information Protocol (RIP) daemon which manages routers’ routing tables.
A running ripd can be controlled with the ripctl(8) utility.
The options are as follows:
-D macro=value
Define macro to be set to value on the command line.
...