3com S7906E Guide De Référence

Page de 2327
 
1-6 
Default Level 
1: Monitor level 
Parameters 
all: Displays all information. 
verbose: Displays detailed information. 
vpn-instance-name: Name of the VPN instance, a case-sensitive string of 1 to 31 characters. 
interface-type interface-number: Specifies an interface by its type and number.  
|: Uses a regular expression to filter the output information. For details about regular expression, refer to 
Basic System Configuration in the System Volume
begin: Displays all lines starting with the line that matches the regular expression. 
exclude: Displays all lines other than those matching the regular expression.. 
include: Displays all lines matching the regular expression. 
regular-expression: Regular expression, a case-sensitive string of 1 to 80 characters.  
Description 
Use the display mpls ldp interface command to display information about LDP-enabled interfaces. 
Related commands: mpls ldp (system view), mpls ldp (interface view). 
Examples 
# Display information about all LDP-enabled interfaces. 
<Sysname> display mpls ldp interface 
     LDP Interface Information in Public Network 
------------------------------------------------------------------------ 
 IF-Name         Status       LAM   Transport-Address   Hello-Sent/Rcv 
------------------------------------------------------------------------ 
 Vlan2           Inactive     DU    1.1.1.1             0/0 
------------------------------------------------------------------------ 
 LAM: Label Advertisement Mode         IF-Name: Interface name            
# Display detailed information about all LDP-enabled interfaces. 
<Sysname> display mpls ldp interface verbose 
     LDP Interface Information in Public Network 
-------------------------------------------------------------------------- 
 Interface Name : Vlan-interface2 
 LDP ID         : 1.1.1.1:0             Transport Address : 1.1.1.1 
 Entity Status  : Inactive              Interface MTU     : 1500 
 Configured Hello Timer     : 15 Sec 
 Negotiated Hello Timer     : 15 Sec 
 Configured Keepalive Timer : 45 Sec 
 Label Advertisement Mode   : Downstream Unsolicited 
 Hello Message Sent/Rcvd    : 0/0 (Message Count) 
-------------------------------------------------------------------------