Using the Multicast Routing Monitor
The Multicast Routing Monitor (MRM) is a management diagnostic tool that provides network fault detection and isolation in a large multicast routing infrastructure. It is designed to notify a network administrator of multicast routing problems in a test environment.
- Finding Feature Information
- Restrictions for Using the Multicast Routing Monitor
- Information About the Multicast Routing Monitor
- How to Use the Multicast Routing Monitor
- Configuration Examples for MRM
- Additional References
- Feature Information for Using the Multicast Routing Monitor
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Restrictions for Using the Multicast Routing Monitor
You must make sure the underlying multicast forwarding network being tested has no access lists or boundaries that deny the MRM data and control traffic. Specifically, consider the following factors:
MRM test data are User Datagram Protocol (UDP) and Real-Time Transport Protocol (RTP) packets addressed to the configured multicast group address.
MRM control traffic between the Test Sender, Test Receiver, and Manager is addressed to the 224.0.1.111 multicast group, which all three components join. The 224.0.1.111 group is an IANA-registered group.
Take into account the unicast IP addresses of sources and receivers when considering what could prevent control traffic flowing.
Information About the Multicast Routing Monitor
Multicast Routing Monitor Operation
MRM has three components that play different roles: the Manager, the Test Sender, and the Test Receiver. To test a multicast environment using test packets, perhaps before an upcoming multicast event, you need all three components.
You create a test based on various test parameters, name the test, and start the test. The test runs in the background and the command prompt returns.
If the Test Receiver detects an error (such as packet loss or duplicate packets), it sends an error report to the device configured as the Manager. The Manager immediately displays the error report. (The show ip mrm status-reportcommand also displays error reports, if any.) You then troubleshoot your multicast environment as normal, perhaps using the mtrace command from the source to the Test Receiver. If the show ip mrm status-reportcommand displays no error reports, the Test Receiver is receiving test packets without loss or duplicates from the Test Sender.
The Cisco implementation of MRM supports Internet Draft of Multicast Routing Monitor (MRM), Internet Engineering Task Force (IETF), March 1999. The IETF originally conceived MRM to use both test packets and real data. The Cisco implementation does not use real data due to technical issues and the fact that the IETF draft did not progress.
Benefits of Multicast Routing Monitor
The benefits of the MRM are as follows:
MRM allows network personnel to generate test flows without having to use host devices.
MRM can verify a multicast environment prior to an event. You need not wait for real multicast traffic to fail in order to find out that a problem exists. You can test the multicast routing environment before a planned event.
MRM provides easy diagnostics. The error information is easy for the user to understand.
MRM is scalable. This diagnostic tool works well for many users.
How to Use the Multicast Routing Monitor
- Configuring a Test Receiver
- Configuring a Test Sender
- Monitoring Multiple Groups
- Configuring a Manager
- Conducting an MRM Test and Viewing Results
Configuring a Test Receiver
Perform this task to configure a Test Receiver on a device or host.
1.
enable
2.
configure
terminal
3.
interface
type
number
4.
ip
mrm
test-receiver
5.
exit
6.
ip
mrm
accept-manager
access-list
DETAILED STEPS
Configuring a Test Sender
Perform this task to configure a Test Sender on a different device or host from where you configured the Test Receiver.
1.
enable
2.
configure
terminal
3.
interface
type
number
4.
ip
mrm
test-sender
5.
exit
6.
ip
mrm
accept-manager
[access-list]
DETAILED STEPS
Monitoring Multiple Groups
If you have more than one multicast group to monitor, you can configure an interface that is a Test Sender for one group and a Test Receiver for another group.
The figure illustrates an environment where the router on the left is the Test Sender for Group A and the Test Receiver for Group B.
1.
enable
2.
configure
terminal
3.
interface
type
number
4.
ip
mrm
test-sender-receiver
5.
exit
6.
ip
mrm
accept-manager
access-list
[test-sender |
test-receiver]
DETAILED STEPS
Configuring a Manager
Perform this task to configure a device as a Manager in order for MRM to function.
Note | A host cannot be a Manager. |
1.
enable
2.
configure
terminal
3.
ip
mrm
manager
test-name
4.
manager
type
number
group
ip-address
5.
beacon
[interval
seconds] [holdtime
seconds][ttl
ttl-value]
6.
udp-port
test-packet
port-number
]
status-report
port-number
]
7.
senders
access-list [packet-delay
milliseconds] [rtp|
udp] [target-only|
all-multicasts|
all-test-senders]
8.
receivers
access-list
sender-list
access-list
[packet-delay]
9.
receivers
access-list
[window
seconds] [report-delay
seconds] [loss
percentage] [no-join] [monitor |
poll]
DETAILED STEPS
Conducting an MRM Test and Viewing Results
From the device playing the Manager role, you can start and stop the MRM test. To start and subsequently stop your MRM test, perform this task.
When the test begins, the Manager sends a unicast control packet to the Test Sender and Test Receiver, and then the Manager starts sending beacons. The Test Sender and Test Receiver send acknowledgments to the Manager and begin sending or receiving test packets. If an error occurs, the Test Receiver sends an error report to the Manager, which immediately displays the report.
1.
enable
2.
clear
ip
mrm
status-report
[ip-address]
3.
show
ip
mrm
interface
[type
number]
4.
show
ip
mrm
manager
[test-name]
5.
mrm
test-name
start
6.
mrm
test-name
stop
7.
show
ip
mrm
status-report
[ip-address]
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
Step 1 |
enable
Example: Device> enable |
Enables privileged EXEC mode. |
Step 2 |
clear
ip
mrm
status-report
[ip-address]
Example: Device# clear ip mrm status-report 172.16.0.0 |
(Optional) Clears the MRM status report cache. |
Step 3 |
show
ip
mrm
interface
[type
number]
Example: Device# show ip mrm interface Ethernet 1 |
(Optional) Displays MRM information related to interfaces. |
Step 4 |
show
ip
mrm
manager
[test-name]
Example: Device# show ip mrm manager test1 |
(Optional) Displays information about MRM tests. |
Step 5 |
mrm
test-name
start
Example: Device# mrm test1 start |
Starts the MRM test. |
Step 6 |
mrm
test-name
stop
Example: Device# mrm test1 stop |
Stops the MRM test. |
Step 7 |
show
ip
mrm
status-report
[ip-address]
Example: Device# show ip mrm status-report |
(Optional) Displays the status reports in the MRM status report cache. |
Configuration Examples for MRM
Configuring MRM Example
The figure illustrates a Test Sender, a Test Receiver, and a Manager in an MRM environment. The partial configurations for the three devices follow the figure.
Test Sender Configuration
interface GigabitEthernet 0/0/0 ip mrm test-sender
Test Receiver Configuration
interface GigabitEthernet 0/0/0 ip mrm test-receiver
Manager Configuration
ip mrm manager test1 manager GigabitEthernet 1/0/0 group 239.1.1.1 senders 1 receivers 2 sender-list 1 ! access-list 1 permit 10.1.1.2 access-list 2 permit 10.1.4.2
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
IP multicast commands |
Standards and RFCs
Standard/RFC |
Title |
---|---|
draft-ietf-mboned-mrm-use-00.txt |
Justification and Use of the Multicast Routing Monitor (MRM) Protocol |
MIBs
MIB |
MIBs Link |
---|---|
— |
To locate and download MIBs for selected platforms, Cisco IOS XE software releases, and feature sets, use Cisco MIB Locator found at the following URL: |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for Using the Multicast Routing Monitor
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
Multicast Routing Monitor (MRM) |
12.0(5)S 12.2(15)T |
The Multicast Routing Monitor is a network fault detection and isolation mechanism for administering a multicast routing infrastructure. |