Specifications

Table Of Contents
show mpls ldp discovery
MP-665
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
The following is sample output from the show mpls ldp discovery detail command, which displays
information related to LDP MD5 passwords. Information related to MD5 passwords is pointed out in
bold text in the output.
Router# show mpls ldp discovery detail
Local LDP Identifier:
10.10.10.10:0
Discovery Sources:
Interfaces:
Ethernet1/0 (ldp): xmit/recv
Hello interval: 5000 ms; Transport IP addr: 10.10.10.10
LDP Id: 10.4.4.4:0
Src IP addr: 10.0.20.4; Transport IP addr: 10.4.4.4
Hold time: 15 sec; Proposed local/peer: 15/15 sec
P
assword: not required, none, stale <-- LDP MD5 password information
Targeted Hellos:
10.10.10.10 -> 10.3.3.3 (ldp): passive, xmit/recv
Hello interval: 10000 ms; Transport IP addr: 10.10.10.10
LDP Id: 10.3.3.3:0
Src IP addr: 10.3.3.3; Transport IP addr: 10.3.3.3
Hold time: 90 sec; Proposed local/peer: 90/90 sec
P
assword: required, neighbor, in use <-- LDP MD5 password information
Password information displayed by this command includes:
Password requirement for the neighbor (required or not required).
Password source in the current configuration. The source is described by one of the following:
neighbor—The password for the neighbor is retrieved from the mpls ldp neighbor [vrf
vrf-name] ip-address password [0 | 7] password command. The ip-address argument is the
router ID of the neighbor.
num—The password for the neighbor is retrieved from mpls ldp [vrf vrf-name]
password option nu
mber for acl [0 | 7] password command. The number argument is a number
from 1 to 32767. The acl argument is the name or number of an IP standard access list that
permits the neighbor router ID.
fallback—The password for the neighbor is retrieved from mpls ldp [vrf vrf-name] password
fallback password command.
none—No password is configured for this neighbor.
Password used by LDP sessions established with the neighbor is from current or previous
configuration (in use or stale).
Related Commands Command Description
mpls label protocol (global
conf
iguration)
Specifies the LDP or TDP to be used on a platform.
mpls label protocol (interface
conf
iguration)
Specifies the LDP or TDP to be used on a given interface.
mpls ldp neighbor password Configures a password key for computing MD5 checksums for the
se
ssion TCP connection with the specified neighbor.
mpls ldp password fallback Configures an MD5 password for LDP sessions with peers.
mpls ldp password option Configures an MD5 password for LDP sessions with neighbors
wh
ose LDP router IDs are permitted by a specified access list.