blob: 2f4543ecdfc719cc13ca70ea93d4ea00bb5adba0 [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!
21! ! HINTS:
22! ! - Enable "ip pim ssm" on the interface directly attached to the
23! ! multicast source host (if this is the first-hop router)
24! ! - Enable "ip pim ssm" on pim-routers-facing interfaces
25! ! - Enable "ip igmp" on IGMPv3-hosts-facing interfaces
26! ! - In order to inject IGMPv3 local membership information in the
27! ! PIM protocol state, enable both "ip pim ssm" and "ip igmp" on
28! ! the same interface; otherwise PIM won't advertise
29! ! IGMPv3-learned membership to other PIM routers
30!
31interface eth0
32 ip pim ssm
33 ip igmp
34
35! -x-