Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 1 | ! |
| 2 | ! pimd sample configuration file |
| 3 | ! $QuaggaId: $Format:%an, %ai, %h$ $ |
| 4 | ! |
| 5 | hostname quagga-pimd-router |
| 6 | password zebra |
| 7 | !enable password zebra |
| 8 | ! |
| 9 | !log file pimd.log |
| 10 | log stdout |
| 11 | ! |
| 12 | line vty |
| 13 | exec-timeout 60 |
| 14 | ! |
| 15 | !debug igmp |
| 16 | !debug pim |
| 17 | !debug pim zebra |
| 18 | ! |
| 19 | ip 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 | ! |
| 31 | interface eth0 |
| 32 | ip pim ssm |
| 33 | ip igmp |
| 34 | |
| 35 | ! -x- |