Neighbor Password - D-Link DXS-3600 Series Cli Reference Manual

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
This example shows how to configure a static ILM that swaps the label from 100 to 200 for the prefix FEC
172.18.10.0/24 at the transit LSR.
Switch# configure terminal
Switch(config)# mpls static ilm in-label 100 forward-action swap-label 200 nexthop
120.1.1.3 fec 172.18.10.0/24
Switch(config)#
This example shows how to configure a static ILM that pops the label from 100 for prefix FEC
172.18.10.0/24 at the egress LER.
Switch# configure terminal
Switch(config)# mpls static ilm in-label 100 forward-action pop nexthop 120.1.1.3 fec
172.18.10.0/24
Switch(config)#
71-25

neighbor password

This command is used to configure an LDP peer password. Use the no form of this command to restore
the default value.
neighbor IP-ADDRESS password PASSWORD
no neighbor IP-ADDRESS password
Parameters
IP-ADDRESS
PASSWORD
Default
By default, a peer has no password.
Command Mode
LDP Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to configure an LDP peer password. If the MD5 authentication is enabled, the LSR
only establishes sessions with the peer when they exchange the same password. The password setting
will be applied to negotiation with link neighbors or targeted neighbors.
Example
This example shows how to enable MD5 authentication and configure the peer 10.90.90.12 password to
"abcd".
Switch# configure terminal
Switch(config)# mpls ldp configuration
Switch(config-ldp)# md5 authentication
Warning: The configuring will lead to LDP sessions restart.
Switch(config-ldp)# neighbor 10.90.90.12 password abcd
Specifies the peer IP address. The IP address will be the peer's LSR
ID.
Specifies the password in the clear text form.
859

Advertisement

Table of Contents
loading

Table of Contents