System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

ip-mroute - multicast routing cache management

Synopsis

"ip mroute show" " [ [ "" to " " ] "PREFIX " ] [ " from PREFIX " ] [ " iif DEVICE " ] [ " table TABLE_ID " ] "

Description

mroute objects are multicast routing cache entries created by a user-level mrouting daemon (f.e. pimd or mrouted ). Due to the limitations of the current interface to the multicast routing engine, it is impossible to change mroute objects administratively, so we can only display them. This limitation will be removed in the future.

Ip Mroute Show - List Mroute Cache Entries

the prefix selecting the destination multicast addresses to list.

the interface on which multicast packets are received.

the prefix selecting the IP source addresses of the multicast route.

the table id selecting the multicast table. It can be local ", " main ", " default ", " all " or a number."

See Also

  1. ip(8)

Author

Original Manpage by Michail Litvak <[email protected]>