Merge branch 'vendor/FILE'
[dragonfly.git] / usr.sbin / mrouted / mrouted.conf
1 # $FreeBSD: src/usr.sbin/mrouted/mrouted.conf,v 1.9 1999/08/28 01:17:06 peter Exp $
2 # $DragonFly: src/usr.sbin/mrouted/mrouted.conf,v 1.2 2003/06/17 04:29:57 dillon Exp $
3 # mrouted.conf,v 3.8 1995/11/29 22:40:47 fenner Rel
4 #
5 #   This is the configuration file for "mrouted", an IP multicast router.
6 #   mrouted looks for it in "/etc/mrouted.conf".
7 #
8 #   Command formats:
9 #
10 # name <boundname> <scoped-addr>/<mask-len>
11 # cache_lifetime 3600           # seconds
12 # pruning on
13 #
14 # phyint <local-addr> [disable] [metric <m>] [threshold <t>] [rate_limit <b>]
15 #                         [boundary (<boundname>|<scoped-addr>/<mask-len>)]
16 #                         [altnet (<subnet>/<mask-len>|<subnet>)]
17 # tunnel <local-addr> <remote-addr> [srcrt] [metric <m>] 
18 #                                      [threshold <t>] [rate_limit <b>]
19 #                         [boundary (<boundname>|<scoped-addr>/<mask-len>)]
20 #
21 #   NOTE: any phyint commands MUST precede any tunnel commands
22 #   NOTE: the mask-len is the no. of leading 1's in the mask
23 #   NOTE: rate_limit is in kilobits, and defaults to 500 for tunnels
24 #
25 # Example of named bounary:
26 #name LOCAL 239.255.0.0/16
27 #name EE 239.254.0.0/16         # i.e. the EE dept wants local groups
28 #
29 # Example of use of named boundary
30 #phyint le1 boundary EE         # le1 is our interface to comp sci,
31 #                               # keep them away from our local groups
32 #
33 #
34 # Template tunnel for mcast_install
35 tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500  # <-- REPLACE
36 #       boundary LOCAL
37 #
38 # You might want to specify a boundary on your tunnel to the outside world,
39 # as above.
40 #
41 # NOTE: ONLY uncomment the following if you are running mrouted.snmp!
42 #sysName        "mymrouter"
43 #sysContact     "Me <me@me.com> +x.yyy.zzz-zzzz"
44 #sysVersion     "MyOS 4.1.3 and mrouted"
45 #sysLocation    "The MBONE"