...
The run mtrace mtrace command displays multicast traceroute towards specified IPv4 source and group address.
Command Syntax
- From the ">" prompt, use the following format,
mtracesource<ipv4-src-addr> [group <ipv4-group-addr>]
- From the "#" prompt, add run in front of the command,
run mtracesource<ipv4-src-addr> [group <ipv4-group-addr>]
Parameters
Parameter | Description |
source <ipv4-src-addr> | Specifies the source IPv4 address to trace. |
group <ipv4-group-addr> | Optional. Specifies the group IPv4 address to trace. |
Example
- The following example traces with multicast source:
Code Block |
---|
admin@PICOS# runadmin@PICOS> mtrace source 1.1.1.100 * Mtrace from 1.1.1.100 to 3.3.3.30 via group 0.0.0.0 Querying full reverse path... * switching to hop-by-hop: 0 ? (3.3.3.30) -1 ? (3.3.3.3) PIM thresh^ 1 Round trip time 3 ms; total ttl of 1 required. |
...