Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Device# configure terminal
Step 2
Enables MD5 password encryption for a TCP connection between two
MSDP peers.
ip msdp password peer
{
peer-name
|
peer-address
} [
encryption-type
]
string
Step 3
Example:
Device(config)# ip msdp password peer
10.32.43.144 0 test
MD5 authentication must be configured with the same password
on both MSDP peers; otherwise, the connection between them
will not be made.
Note
•
If you configure or change the password or key, which is used for
MD5 authentication between two MSDP peers, the local device
does not disconnect the existing session after you configure the
password. You must manually disconnect the session to activate
the new or changed password.
Exits global configuration mode and returns to privileged EXEC mode.
exit
Example:
Device(config)# exit
Step 4
(Optional) Displays detailed information about MSDP peers.
show ip msdp peer
[peer-address |
peer-name]
Step 5
Use this command to verify whether MD5 password
authentication is enabled on an MSDP peer.
Note
Example:
Device# show ip msdp peer
Related Topics
MSDP MD5 Password Authentication, on page 177
Example: Configuring MSDP MD5 Password Authentication, on page 209
Troubleshooting Tips
If a device has a password configured for an MSDP peer but the MSDP peer does not, a message such as the
following will appear on the console while the devices attempt to establish an MSDP session between them:
%TCP-6-BADAUTH: No MD5 digest from [peer's IP address]:11003 to [local router's
IP address]:179
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
188
OL-29890-01
Configuring MSDP
Configuring MSDP MD5 Password Authentication Between MSDP Peers