Previous Topic

Next Topic

Book Contents

Multicast Commands

ip mcast boundary

This command adds an administrative scope multicast boundary specified by <groupipaddr> and <mask> for which this multicast administrative boundary is applicable. <groupipaddr> is a group IP address and <mask> is a group IP mask.

no ip mcast boundary

This command deletes an administrative scope multicast boundary specified by <groupipaddr> and <mask> for which this multicast administrative boundary is applicable. <groupipaddr> is a group IP address and <mask> is a group IP mask.

ip multicast

This command sets the administrative mode of the IP multicast forwarder in the router to active. For multicast routing to become operational, IGMP must be currently enabled. An error message will be displayed on the CLI if multicast routing is enabled while IGMP is disabled. However, the IP multicast mode configuration is stored in the multicast configuration file and is automatically enabled once IGMP is enabled.

no ip multicast

This command sets the administrative mode of the IP multicast forwarder in the router to inactive. For multicast routing to become operational, IGMP must be currently enabled. An error message will be displayed on the CLI if multicast routing is enabled while IGMP is disabled. However, the IP multicast mode configuration is stored in the multicast configuration file and is automatically enabled once IGMP is enabled.

ip multicast ttl-threshold

This command is specific to IPv4. Use this command to apply the given Time-to-Live threshold value to a routing interface or range of interfaces. The ttl-threshold is the TTL threshold which is to be applied to the multicast Data packets which are to be forwarded from the interface. This command sets the Time-to-Live threshold value such that any data packets forwarded over the interface having TTL value above the configured value are dropped. The value for ttl-threshold ranges from 0 to 255.

no ip multicast ttl-threshold

This command applies the default ttl-threshold to a routing interface. The ttl-threshold is the TTL threshold which is to be applied to the multicast Data packets which are to be forwarded from the interface.

no ip mcast mroute

Use this command to clear entries in the mroute table. Use the all parameter to clear all entries. Use the source parameter to clear the routes in the mroute table entries containing the specified <sourceipaddr> or <sourceipaddr> [groupipaddr] pair. The source address is the source IP address of the multicast packet. The group address is the Group Destination IP address of the multicast packet. Use the group parameter to clear the routes in the mroute table entries containing the specified <groupipaddr>. The group address is the Group Destination IP address of the multicast packet.

show ip mcast

This command displays the system-wide multicast information.

show ip mcast boundary

This command displays all the configured administrative scoped multicast boundaries.

show ip mcast interface

This command displays the multicast information for the specified interface.

show ip mcast mroute

This command displays a summary or all the details of the multicast table.

If you use the detail parameter, the command displays the following fields:

If you use the summary parameter, the command displays the following fields:

show ip mcast mroute group

This command displays the multicast configuration settings such as flags, timer settings, incoming and outgoing interfaces, RPF neighboring routers, and expiration times of all the entries in the multicast mroute table containing the given <groupipaddr>.

show ip mcast mroute source

This command displays the multicast configuration settings such as flags, timer settings, incoming and outgoing interfaces, RPF neighboring routers, and expiration times of all the entries in the multicast mroute table containing the given source IP address or source IP address and group IP address pair.

If you use the <groupipaddr> parameter, the command displays the following column headings in the output table:

If you use the summary parameter, the command displays the following column headings in the output table:

show ip mcast mroute static

This command displays all the static routes configured in the static mcast table if is specified or displays the static route associated with the particular <sourceipaddr>.

show mrinfo

This command is used to display the neighbor information of a multicast-capable router from the results buffer pool of the router subsequent to the execution/completion of a mrinfo [ipaddr] command. The results subsequent to the completion of the latest mrinfo will be available in the buffer pool after a maximum duration of two minutes after the completion of the show mrinfo command. A subsequent issue mrinfo overwrites the contents of the buffer pool with fresh results.

See also

Multicast Commands

DVMRP Commands

PIM Commands

Internet Group Message Protocol (IGMP) Commands

IGMP Proxy Commands