]> git.proxmox.com Git - mirror_frr.git/blame - pimd/pimd.conf.sample
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / pimd / pimd.conf.sample
CommitLineData
12e41d03
DL
1!
2! pimd sample configuration file
12e41d03
DL
3!
4hostname quagga-pimd-router
5password zebra
6!enable password zebra
7!
8!log file pimd.log
9log stdout
10!
11line vty
12 exec-timeout 60
13!
14!debug igmp
15!debug pim
16!debug pim zebra
17!
18ip multicast-routing
19!
20! ! You may want to enable ssmpingd for troubleshooting
21! ! See http://www.venaas.no/multicast/ssmping/
22! !
23! ip ssmpingd 1.1.1.1
24! ip ssmpingd 2.2.2.2
25!
26! ! HINTS:
27! ! - Enable "ip pim ssm" on the interface directly attached to the
28! ! multicast source host (if this is the first-hop router)
29! ! - Enable "ip pim ssm" on pim-routers-facing interfaces
30! ! - Enable "ip igmp" on IGMPv3-hosts-facing interfaces
31! ! - In order to inject IGMPv3 local membership information in the
32! ! PIM protocol state, enable both "ip pim ssm" and "ip igmp" on
33! ! the same interface; otherwise PIM won't advertise
34! ! IGMPv3-learned membership to other PIM routers
35!
36interface eth0
37 ip pim ssm
38 ip igmp
39
40! -x-