Commits
Everton Marques authored and David Lamparter committed 8bc0b34a2be
11 11 | ! |
12 12 | line vty |
13 13 | exec-timeout 60 |
14 14 | ! |
15 15 | !debug igmp |
16 16 | !debug pim |
17 17 | !debug pim zebra |
18 18 | ! |
19 19 | ip multicast-routing |
20 20 | ! |
21 + | ! ! 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 + | ! |
21 27 | ! ! HINTS: |
22 28 | ! ! - Enable "ip pim ssm" on the interface directly attached to the |
23 29 | ! ! multicast source host (if this is the first-hop router) |
24 30 | ! ! - Enable "ip pim ssm" on pim-routers-facing interfaces |
25 31 | ! ! - Enable "ip igmp" on IGMPv3-hosts-facing interfaces |
26 32 | ! ! - In order to inject IGMPv3 local membership information in the |
27 33 | ! ! PIM protocol state, enable both "ip pim ssm" and "ip igmp" on |
28 34 | ! ! the same interface; otherwise PIM won't advertise |
29 35 | ! ! IGMPv3-learned membership to other PIM routers |
30 36 | ! |