diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-08 15:29:59 -0300 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-10-08 15:29:59 -0300 |
commit | d1ebb233a5755724df44d9b87be9b2a779ed17ed (patch) | |
tree | 3a1af8fa0142785f9e19692a85b4986f2ec1da2c | |
parent | fc239998dbb66474d128aba5158fb8f746c59be6 (diff) | |
download | quagga-d1ebb233a5755724df44d9b87be9b2a779ed17ed.tar.bz2 quagga-d1ebb233a5755724df44d9b87be9b2a779ed17ed.tar.xz |
[pim] Sample config for ssmpingd support
-rw-r--r-- | pimd/pimd.conf.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pimd.conf.sample b/pimd/pimd.conf.sample index 2f4543ec..67530856 100644 --- a/pimd/pimd.conf.sample +++ b/pimd/pimd.conf.sample @@ -18,6 +18,12 @@ line vty ! ip multicast-routing ! +! ! You may want to enable ssmpingd for troubleshooting +! ! See http://www.venaas.no/multicast/ssmping/ +! ! +! ip ssmpingd 1.1.1.1 +! ip ssmpingd 2.2.2.2 +! ! ! HINTS: ! ! - Enable "ip pim ssm" on the interface directly attached to the ! ! multicast source host (if this is the first-hop router) |