Specifications

Table Of Contents
show mpls ip iprm ldm
MP-621
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
Examples The command in the following example displays the LDMs for the global routing tables. It shows that
two LDMs (lcatm and ldp) are registered for the ipv4 global routing table, and that one LDM (bgp ipv6)
is registered for the ipv6 global routing table.
Router# show mpls ip iprm ldm
table (glbl;ipv4); ldms: 2
lcatm, ldp
table (glbl;ipv6); ldms: 1
bgp ipv6
The command in the following example displays all of the LDMs registered with IPRM. The output
shows the following:
The LDMs called lcatm and ldp have registered with IPRM for the ipv4 global table.
The LDM called bgp ipv6 is registered for the IPv6 global table.
The LDM called bgp vpnv4 is registered for all IPv4 vrf routing tables.
Router# show mpls ip iprm ldm table all
table (glbl;ipv4); ldms: 2
lcatm, ldp
table (glbl;ipv6); ldms: 1
bgp ipv6
table (all-tbls;ipv4); ldms: 1
bgp vpnv4
The command in the following example displays the LDMs registered for the IPv6 routing tables.
Router# show mpls ip iprm ldm ipv6
table (glbl;ipv6); ldms: 1
bgp ipv6
Cisco 10000 Series Examples Only
The command in the following example displays the LDMs for the global routing tables. It shows that
one LDM (ldp) is registered for the ipv4 global routing table.
Router# show mpls ip iprm ldm
table (glbl;ipv4); ldms: 1
ldp
The command in the following example displays all of the LDMs registered with IPRM. The output
shows the following:
The LDM called ldp has registered with IPRM for the ipv4 global table.
The LDM called bgp vpnv4 is registered for all IPv4 vrf routing tables.
Router# show mpls ip iprm ldm table all
table (glbl;ipv4); ldms: 1
ldp
table (all-tbls;ipv4); ldms: 1
bgp vpnv4