HP-UX Routing Services Administrator's Guide HP-UX 11i v2, HP-UX 11i v3 (B2355-91153, November 2011)
Displaying mrouted Routing Tables
mrouted contains three routing tables: the virtual interface table, the multicast routing table, and
the multicast routing cache table.
The virtual interface table displays the following topological information for each virtual interface:
• Physical and tunnel interfaces.
• The number of incoming and outgoing packets at each interface.
• The value of specific configuration parameters, such as metric and threshold.
An example virtual interface table is as follows:
FlagsThreshMetricLocal AddressVif
querier1136.2subnet:36.2.0.80
224.0.2.1groups:
224.0.0.4
3456pkts in:
2322323pkts out:
querier1136.11subnet:36.11.0.11
224.0.2.1groups:
224.0.1.0
224.0.0.4
345pkts in:
3456pkts out:
1336.8.0.77tunnel:36.2.0.82
(2.2)36.8.0.77peers:
239.0.1boundaries:
239.1.2
34545433pkts in:
The multicast routing table displays connectivity information for each subnet from which a multicast
datagram can originate.
The multicast routing cache table is a duplicate copy of the kernel forwarding cache table. It
contains the status information for multicast destination group-origin subnet pairs.
mrouted retrieves these tables by sending an appropriate signal to the mrouted daemon.
mrouted responds to the following signals:
HUP Restarts mrouted. The configuration file is reread each time this signal is evoked.
INT Terminates mrouted by sending messages to all neighboring routers.
TERM The same as INT.
USR1 Defined as signal 16, dumps the internal routing tables (virtual interface table and multicast
routing table) to /usr/tmp/mrouted.dump.
USR2 Defined as signal 17, dumps the multicast routing cache tables to
/usr/tmp/mrouted.cache.
Displaying mrouted Routing Tables 17