File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pimdd / pimdd.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jun 12 07:58:55 2017 UTC (6 years, 11 months ago) by misho
Branches: pimdd, MAIN
CVS tags: v0_2_1p0, v0_2_1, HEAD
pimdd-dense 0.2.1.0_2

    1: #   This is the configuration file for "pimd", an IP multicast router.
    2: #   pimd looks for it in "/etc/pimd.conf".
    3: #
    4: #   $Id: pimdd.conf,v 1.1.1.1 2017/06/12 07:58:55 misho Exp $
    5: #
    6: #   Command formats:
    7: #
    8: # 
    9: # default_source_preference <preference>
   10: # default_source_metric <metric>
   11: # phyint <local-addr> [disable] | [preference <preference>] [metric <metric>]
   12: #
   13: # By default PIM will be activated on all interfaces.  Use phyint to 
   14: # disable on interfaces where PIM should not be run.
   15: #
   16: # Preferences are used by assert elections to determine upstream routers.
   17: # Currently pimd cannot reliably obtain preferences and metrics from the
   18: # unicast routing protocols, so a default preference may be configured.
   19: # In an assert election, the router advertising the lowest assert preference
   20: # will be selected as the (S,G)-forwarder and upstream router for the LAN.
   21: # 101 should be sufficiently high so that asserts from Cisco or GateD
   22: # routers are prefered over poor-little pimd.
   23: #
   24: # It is reccommended that preferences be set such that metrics are never
   25: # consulted.  However, default metrics may also be set and will default to
   26: # 1024.
   27: 
   28: #phyint 128.125.51.11 disable
   29: #phyint 128.223.91.129 localpref 101
   30: phyint 128.223.163.129 disable
   31: 

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