Cisco Cisco IOS Software Release 15.0(1)M

Page de 14
Route cache
0
0
0
0
Total
34015
5331012
1579
158190
Step 5
exit
Use this command to exit to user EXEC mode. For example:
Example:
Router#
exit
Router>
Configuration Examples for Multicast Distributed Switching
Example Configuring Multicast Distributed Switching
The following example show how to enables MDS:
configure terminal
ip multicast-routing distributed
interface pos 1/0/0
ip route-cache distributed
ip mroute-cache distributed
end
The ip route-cache distributedcommand is needed on the RSP only, not on the GSR.
Example Maintaining Multicast Distributed Switching
This section contains the following examples for maintaining MDS:
Example Maintaining Multicast Distributed Switching on the Line Card
The following example shows how to maintain MDS on the line card:
enable
clear ip mds forwarding
exit
In this example, the MFIB table of the line card is cleared of entries and resynchronized with the RP.
Example Maintaining Multicast Distributed Switching on the Route Processor
The following example shows how to maintain MDS on the RP:
enable
clear ip mroute *
clear ip pim interface count
exit
In this example, all entries are deleted from the IP multicast routing table and all line card counts or packet counts are cleared.
9