]> git.proxmox.com Git - mirror_frr.git/blame - ldpd/ldpd.conf.sample
doc: indicate non-support for dynamic pbr maps
[mirror_frr.git] / ldpd / ldpd.conf.sample
CommitLineData
eac6e3f0
RW
1! -*- ldp -*-
2!
3! LDPd sample configuration file
4!
5hostname ldpd
6password zebra
7log stdout
8!
9interface eth0
10!
11interface eth1
12!
13interface lo
14!
15mpls 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!
36l2vpn 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!
45line vty
46!