]> git.proxmox.com Git - mirror_frr.git/blob - pimd/pimd.conf.sample
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / pimd / pimd.conf.sample
1 !
2 ! pimd sample configuration file
3 !
4 hostname quagga-pimd-router
5 password zebra
6 !enable password zebra
7 !
8 !log file pimd.log
9 log stdout
10 !
11 line vty
12 exec-timeout 60
13 !
14 !debug igmp
15 !debug pim
16 !debug pim zebra
17 !
18 ip 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 !
36 interface eth0
37 ip pim ssm
38 ip igmp
39
40 ! -x-