1558 CHAPTER 95: MPLS BASICS CONFIGURATION COMMANDS
Description Use the reset mpls ldp command to reset LDP sessions.
With no parameters specified, the command resets the sessions of all public
network LDP instances.
Example # Reset the sessions of all public network LDP instances.
<Sysname> reset mpls ldp
# Reset the sessions of all LDP instances.
<Sysname> reset mpls ldp all
# Reset the sessions of LDP instance vpn1.
<Sysname> reset mpls ldp vpn-instance vpn1
# Reset the sessions of a specified FEC.
<Sysname> reset mpls ldp 2.2.2.2 24
# Reset the sessions with a specified peer.
<Sysname> reset mpls ldp peer 2.2.2.9
reset mpls statistics interface
Syntax reset mpls statistics interface {interface-type interface-number | all }
View User view
Parameter interface-type interface-number: Specifies an interface by its type and number.
all: Specifies all interfaces.
Description Use the reset mpls statistics interface command to clear MPLS statistics for a
specified or all MPLS interfaces.
Related command: display mpls statistics interface.
Example # Clear MPLS statistics for interface Ethernet 1/0.
<Sysname> reset mpls statistics interface ethernet 1/0
reset mpls statistics lsp
Syntax reset mpls statistics lsp {index | all | name lsp-name}
View User view