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