HP-UX Reference (11i v1 05/09) - 1M System Administration Commands A-M (vol 3)

m
mrouted(1M) mrouted(1M)
Example Configuration
This is an example configuration for a multicast router at a large school.
#
# mrouted.conf example
#
# Name our boundaries to make it easier
name LOCAL 239.255.0.0/16
name EE 239.254.0.0/16
#
# lan1 is our gateway to compsci, don’t forward our
# local groups to them
phyint lan1 boundary EE
#
# lan2 is our interface on the classroom net, it has four
# different length subnets on it.
# note that you can use either an ip address or an
# interface name
phyint 172.16.12.38 boundary EE altnet 172.16.15.0/26
altnet 172.16.15.128/26 altnet 172.16.48.0/24
#
# atm0 is our ATM interface, which doesn’t properly
# support multicasting.
phyint atm0 disable
#
# This is an internal tunnel to another EE subnet
# Remove the default tunnel rate limit, since this
# tunnel is over ethernets
tunnel 192.168.5.4 192.168.55.101 metric 1 threshold 1
rate_limit 0
#
# This is our tunnel to the outside world.
# Careful with those boundaries, Eugene.
tunnel 192.168.5.4 10.11.12.13 metric 1 threshold 32
boundary LOCAL boundary EE
Signals
mrouted responds to the following signals:
HUP restarts mrouted. The configuration file is reread every time this signal is evoked.
INT terminates execution gracefully (i.e., by sending good-bye messages to all neighboring routers).
TERM same as INT
USR1 dumps the internal routing tables to /usr/tmp/mrouted.dump
.
USR2 dumps the internal cache tables to
/usr/tmp/mrouted.cache
.
QUIT dumps the internal routing tables to
stderr (only if mrouted was invoked with a non-zero
debug level).
For convenience in sending signals, mrouted writes its pid to /var/tmp/mrouted.pid upon startup.
HP-UX 11i Version 1: September 2005 3 Hewlett-Packard Company Section 1M531