Administrator Guide

The mtrace command traverses the path of the response data block in the reverse direction of the
multicast data traffic. The mtrace command traverses the reverse path to the source from the
destination. As a result, the tabular output of the mtrace command displays the destination details in the
first row, followed by the RPF router details along the path in the consequent rows, and finally the source
details in the last row. The tabular output contains the following columns:
Hop a hop number(counted negatively to indicate reverse-path)
OIF IP outgoing interface address
Proto multicast routing protocol
Forwarding code error code as present in the response blocks
Source Network/Mask source mask
ip mroute
Assign a static mroute.
C9000 Series
Syntax
ip mroute destination mask {ip-address | null 0| {{bgp| ospf} process-id |
isis | rip | static} {ip-address | tag | null 0}} [distance]
To delete a specific static mroute, use the no ip mroute destination mask {ip-address |
null 0| {{bgp| ospf} process-id | isis | rip | static} {ip-address | tag |
null 0}} [distance] command.
To delete all mroutes matching a certain mroute, use the no ip mroute destination mask
command.
Parameters
destination
Enter the IP address in dotted decimal format of the destination device.
mask
Enter the mask in slash prefix formation ( /x ) or in dotted decimal format.
null 0 (OPTIONAL) Enter the keyword null then zero (0).
[
protocol
[
process-id
|
tag
]
ip-address
]
(OPTIONAL) Enter one of the routing protocols:
Enter the BGP as-number then the IP address in dotted decimal format of the
reverse path forwarding (RPF) neighbor. The range is from 1 to 65535.
Enter the OSPF process identification number then the IP address in dotted
decimal format of the RPF neighbor. the range is from 1 to 65535.
Enter the IS-IS alphanumeric tag string then the IP address in dotted decimal
format of the RPF neighbor.
Enter the RIP IP address in dotted decimal format of the RPF neighbor.
static
ip-address
(OPTIONAL) Enter the Static IP address in dotted decimal format of the RPF
neighbor.
ip-address
(OPTIONAL) Enter the IP address in dotted decimal format of the RPF neighbor.
distance
(OPTIONAL) Enter a number as the distance metric assigned to the mroute. The
range is from 0 to 255.
Defaults Not configured.
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version Description
9.9(0.0) Introduced on the C9010.
1078 Multicast