3com 8807 참조 가이드

다운로드
페이지 1099
LDP Configuration Commands
701
Example
# First, configure the IP Prefix corresponding to the FEC address prefix.
<SW8800> system-view                                                
 
 
[SW8800]ip ip-prefix fec1 index 1 permit 1.1.1.1 32
 
[SW8800]ip ip-prefix fec1 index 2 permit 1.1.1.2 32 
# Then, configure the IP Prefix for the peer address used for advertisement.
<SW8800> system-view                                                
 
 
[SW8800]ip ip-prefix peer1 index 1 permit  2.1.1.1 32
 
[SW8800]ip ip-prefix peer1 index 2 permit  2.1.1.2 32
 
[SW8800]ip ip-prefix fec2 index 1 permit 2.2.2.1 32
 
[SW8800]ip ip-prefix fec2 index 2 permit 2.2.2.2 32
 
[SW8800]ip ip-prefix peer2 index 1 permit  4.1.1.1 32
 
[SW8800]ip ip-prefix peer2 index 2 permit  4.1.1.2 32 
# Apply the configured IP Prefix of FEC address and the configured IP Prefix of the 
peer address in the filtering policy for outgoing label mapping advertisement.
<SW8800> system-view                                                
  
 
[SW8800] mpls ldp label-advertise fec1 to peer1 
# Configure to advertise the FEC message corresponding to FEC2 but not to create 
Ingress LSP.
[SW8800] mpls ldp label-advertise fec2 to peer2 swap-only 
mpls ldp password
Syntax
mpls ldp password [ cipher | simple ] password
undo mpls ldp password
View
VLAN interface view, remote-peer view
Parameter
cipher: Specifies that the password in configuration file will be displayed in 
cipher-text.
simple: Specifies that the password in configuration file will be displayed in 
plain-text.
password: User password.
Description
Use the mpls ldp password command to configure MD5 authentication 
password for the LDP. After this configuration, the MD5 authentication is adopted 
for LDP on the interface.
Use the undo mpls ldp password command to delete the configuration.