LDPCTL(8) - System Manager’s Manual # LDPCTL(8) - System Manager’s Manual
NAME # ldpctl - control the LDP routing daemon
SYNOPSIS # ldpctl command [argument …]
DESCRIPTION # The ldpctl program controls the ldpd(8) daemon. Commands may be abbreviated to the minimum unambiguous prefix; for example, s i for show interfaces.
The following commands are available:
clear neighbors [address]
Delete entries from the neighbor table. address can be used to limit the scope of the command to the given neighbor.
...
LDPD.CONF(5) - File Formats Manual # LDPD.CONF(5) - File Formats Manual
NAME # ldpd.conf - LDP routing daemon configuration file
DESCRIPTION # The ldpd(8) daemon implements the Label Distribution Protocol as described in RFC 5036.
The ldpd.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 ldpd(8).
Address-Family Configuration
Address-family specific parameters.
...
LDPD(8) - System Manager’s Manual # LDPD(8) - System Manager’s Manual
NAME # ldpd - Label Distribution Protocol (LDP) routing daemon
SYNOPSIS # ldpd [-dnv] [-D macro=value] [-f file] [-s socket]
DESCRIPTION # ldpd is the Label Distribution Protocol (LDP) daemon, which distributes MPLS label mappings between routers.
A running ldpd can be controlled with the ldpctl(8) utility.
The options are as follows:
-D macro=value
Define macro to be set to value on the command line.
...
MPE(4) - Device Drivers Manual # MPE(4) - Device Drivers Manual
NAME # mpe - MPLS Provider Edge
SYNOPSIS # pseudo-device mpe
DESCRIPTION # The mpe interface is a Multiprotocol Label Switching (MPLS) Provider Edge pseudo-device used to enter and leave an MPLS domain.
An mpe interface can be created at runtime using the ifconfig mpe‌N create command or by setting up a hostname.if(5) configuration file for netstart(8). The interface itself can be configured with ifconfig(8); see its manual page for more information.
...
MPIP(4) - Device Drivers Manual # MPIP(4) - Device Drivers Manual
NAME # mpip - MPLS IP layer 2 pseudowire
SYNOPSIS # pseudo-device mpip
DESCRIPTION # The mpip interface is used to create an MPLS IP layer 2 tunnel between two points.
An mpip interface can be created at runtime using the ifconfig mpip‌N create command, or by setting up a hostname.if(5) configuration file for netstart(8). The interface itself can be configured with ifconfig(8).
...
MPW(4) - Device Drivers Manual # MPW(4) - Device Drivers Manual
NAME # mpw - MPLS Ethernet pseudowire
SYNOPSIS # pseudo-device mpw
DESCRIPTION # The mpw interface is used to create an MPLS Ethernet layer 2 tunnel between two points.
An mpw interface can be created at runtime using the ifconfig mpw‌N create command or by setting up a hostname.if(5) configuration file for netstart(8). The interface itself can be configured with ifconfig(8).
...