Annotation of embedaddon/quagga/pimd/pimd.conf.sample, revision 1.1.1.1

1.1       misho       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: ! ! 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: !
                     27: ! ! 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: !
                     37: interface eth0
                     38:  ip pim ssm
                     39:  ip igmp
                     40: 
                     41: ! -x-

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>