Reference Guide

554 | Multicast Source Discovery Protocol (MSDP)
www.dell.com | support.dell.com
Clear Peer Statistics
Figure 28-16. Clearing Peer Statistics
Debugging MSDP
Use any of the commands in EXEC Privilege mode to enable MSDP debugging.
FTOS displays debug messages on the console. To view which debugging commands are enabled, use the
show debugging command in EXEC Privilege mode.
Use the keyword no followed by the debug command To disable a specific debug command. For example,
to disable debugging of MSDP updates, enter
no debug ip msdp command.
Use
no debug ip msdp to disable all MSDP debugging.
Task Command Syntax Command Mode
Reset the TCP connection to the peer and clear all peer
statistics.
clear ip msdp peer peer-address CONFIGURATION
Command Syntax Command Mode Purpose
debug ip msdp [event| packet| pim] EXEC Privilege View all information on MSDP, including msdp
events, msdp packets.
R3_E600(conf)#do show ip msdp peer
Peer Addr: 192.168.0.1
Local Addr: 192.168.0.3(639) Connect Source: Lo 0
State: Established Up/Down Time: 00:04:26
Timers: KeepAlive 30 sec, Hold time 75 sec
SourceActive packet count (in/out): 5/0
SAs learned from this peer: 0
SA Filtering:
Input (S,G) filter: myremotefilter
Output (S,G) filter: none
R3_E600(conf)#do clear ip msdp peer 192.168.0.1
R3_E600(conf)#do show ip msdp peer
Peer Addr: 192.168.0.1
Local Addr: 0.0.0.0(0) Connect Source: Lo 0
State: Inactive Up/Down Time: 00:00:04
Timers: KeepAlive 30 sec, Hold time 75 sec
SourceActive packet count (in/out): 0/0
SAs learned from this peer: 0
SA Filtering:
Input (S,G) filter: myremotefilter
Output (S,G) filter: none