| LDPD.CONF(5) | File Formats Manual | LDPD.CONF(5) |
ldpd.conf — ldpd
configuration file
ldpd.conf |
The ldpd.conf file defines the
ldpd(8) initial setup and may
contain information about LDP identificator, network, neighbour and
interface parameters. Blank lines are allowed and comments lines should
start with ‘#’. Non block lines should end with a
semicolon.
ldpd.conf resides in
/etc.The following options are accepted:
command-porthello-timeinterfacekeepalive-timeldp-idmin-labelmax-labelneighbourno-default-routeInterface block supports the following parameters
passivetransport-addressNeighbour block supports the following parameters
authenticateThe following is an example /etc/ldpd.conf file:
# Transport address needs to be an alias for this interface
interface re0 {
transport-address 192.168.2.2
}
# Don't send hellos on en0
interface en0 {
passive
}
# Force a certain LDP ID
ldp-id 10.5.1.1;
# Tag also the default route
no-default-route 0;
neighbour 192.168.2.1 {
# TCP MD5 authentication - requires options TCP_SIGNATURE
authenticate
}
Support for ldpd.conf first appeared in
NetBSD 6.0.
| October 18, 2013 | NetBSD 11.0 |