|
…autoroute
|
[dest address]
|
Shows which tunnels have autoroute configured and are announcing information to the routing protocol.
|
|
…fast-reroute database
|
[{network [mask | masklength] | labels low label [-high label] | interface ifname [backup-interface ifname] | backup-interface ifname}]
[state {active | ready | partial}]
[role {head | middle}]
[detail]
|
Shows information about the FRR database—which tunnels are protected, the status of protection tunnels, and so forth.
|
|
…fast-reroute log reroutes
|
None
|
Shows a log of FRR events on a headend.
|
|
…forwarding-adjacency
|
[dest address]
|
Shows information about tunnels with forwarding adjacency configured.
|
|
…link-management
|
[admission-control [interface-name] | advertisements | bandwidth-allocation [interface-name] | igp-neighbors [interface-name | igp-id {ospf ospf-id | isis isis-id} | ip node-address] | interfaces [interface-name] | statistics [interface-name] | summary [interface-name]]
|
Shows information about MPLS TE's link manager, which deals with things such as deciding when to flood and which tunnel requests to admit.
|
|
…topology
|
[ip address | area | brief | igp-id | level-1 | level-2 | path]
|
Gives information about the MPLS topology database. In particular, show mpls traffic-eng topology path is useful because it shows you the path a tunnel takes if you reoptimize it. This command is useful for troubleshooting as well.
|
|
…tunnels
|
[tunnel name | accounting | backup | brief | destination | down | interface | name | name-regexp | property | protection | role | source-id | statistics | suboptimal | summary | up]
|
This is a rather complex command (lots of its options have suboptions), and it lists a lot of information. This command gives you information about what tunnels touch this router, and whether the router is a headend, midpoint, or tailend to those tunnels. Of particular use is show mpls traffic-eng tunnels suboptimal, which has a set of options after it that show you how far from various ideas of best case your tunnels stray. show mpls traffic-eng tunnels by itself is an extremely useful command, and one with which you'll want to be familiar.
|