65include: Displays all lines that match the specified regular expression.regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.Examples# Display statistics about all LDP sessions. display mpls ldp session all statisticsTotal number of sessions : 1024Session(s) in Non-Existent state : 100Session(s) in Initialized state : 200Session(s) in Open-Received state : 400Session(s) in Open-Sent state : 300Session(s) in Operational state : 24display mpls lspUse display mpls lsp to display information about LSPs.Syntaxdisplay mpls lsp [ incoming-interface interface-type interface-number ] [ outgoing-interfaceinterface-type interface-number ] [ in-label in-label-value ] [ out-label out-label-value ] [ asbr |[ vpn-instance vpn-instance-name ] [ protocol { bgp | bgp-ipv6 | crldp | ldp | rsvp-te | static |static-cr } ] ] [ egress | ingress | transit ] [ { exclude | include } { ipv4-dest-addr mask-length |ipv6-dest-addr prefix-length } ] [ verbose ] [ | { begin | exclude | include } regular-expression ]ViewsAny viewDefault command level1: Monitor levelParametersincoming-interface interface-type interface-number: Displays information about the LSPs using thespecified interface as the incoming interface.outgoing-interface interface-type interface-number: Displays information about the LSPs using thespecified interface as the outgoing interface.in-label in-label-value: Displays information about the LSPs using the specified label as the incominglabel. The value range for the incoming label is 0 to 1048575.out-label out-label-value: Displays information about the LSPs using the specified label as the outgoinglabel. The value range for the outgoing label is 0 to 1048575.asbr: Displays information about the LSPs established by ASBRs.vpn-instance vpn-instance-name: Displays information about the LSPs on the specified VPN.vpn-instance-name is the instance name of an MPLS L3VPN, a case-sensitive string of 1 to 31 characters.protocol: Displays information about the LSPs established by a specific protocol.bgp: Displays information about BGP LSPs.bgp-ipv6: Displays information about IPv6 BGP LSPs (BGP4+ LSPs).crldp: Displays information about CR-LSPs established by CR-LDP.