blob: 67530856b67849d1bb45e7c89c3cc50a5d30cad0 [file] [log] [blame]
Everton Marques871dbcf2009-08-11 15:43:05 -03001!
2! pimd sample configuration file
3! $QuaggaId: $Format:%an, %ai, %h$ $
4!
5hostname quagga-pimd-router
6password zebra
7!enable password zebra
8!
9!log file pimd.log
10log stdout
11!
12line vty
13 exec-timeout 60
14!
15!debug igmp
16!debug pim
17!debug pim zebra
18!
19ip multicast-routing
20!
Everton Marques8bc0b342009-10-08 15:29:59 -030021! ! You may want to enable ssmpingd for troubleshooting
22! ! See http://www.venaas.no/multicast/ssmping/
23! !
24! ip ssmpingd 1.1.1.1
25! ip ssmpingd 2.2.2.2
26!
Everton Marques871dbcf2009-08-11 15:43:05 -030027! ! HINTS:
28! ! - Enable "ip pim ssm" on the interface directly attached to the
29! ! multicast source host (if this is the first-hop router)
30! ! - Enable "ip pim ssm" on pim-routers-facing interfaces
31! ! - Enable "ip igmp" on IGMPv3-hosts-facing interfaces
32! ! - In order to inject IGMPv3 local membership information in the
33! ! PIM protocol state, enable both "ip pim ssm" and "ip igmp" on
34! ! the same interface; otherwise PIM won't advertise
35! ! IGMPv3-learned membership to other PIM routers
36!
37interface eth0
38 ip pim ssm
39 ip igmp
40
41! -x-