]> git.proxmox.com Git - mirror_frr.git/blob - ldpd/ldpd.conf.sample
bgpd: don't use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is defined
[mirror_frr.git] / ldpd / ldpd.conf.sample
1 ! -*- ldp -*-
2 !
3 ! LDPd sample configuration file
4 !
5 hostname ldpd
6 password zebra
7 log stdout
8 !
9 interface eth0
10 !
11 interface eth1
12 !
13 interface lo
14 !
15 mpls ldp
16 dual-stack cisco-interop
17 neighbor 10.0.1.5 password opensourcerouting
18 neighbor 172.16.0.1 password opensourcerouting
19 !
20 address-family ipv4
21 discovery transport-address 10.0.1.1
22 label local advertise explicit-null
23 !
24 interface eth0
25 !
26 interface eth1
27 !
28 !
29 address-family ipv6
30 discovery transport-address 2001:db8::1
31 !
32 interface eth1
33 !
34 !
35 !
36 l2vpn ENG type vpls
37 bridge br0
38 member interface eth2
39 !
40 member pseudowire mpw0
41 neighbor lsr-id 1.1.1.1
42 pw-id 100
43 !
44 !
45 line vty
46 !