OcNOS-SP : Segment Routing Guide : Path Computation Element Communication Protocol Command Reference : PCEP Commands : peer-address
peer-address
Use this command to configure the MD5 authentication key and delegation priority for the session.
Use the no form of the command to unset MD5 authentication key.
Command Syntax
peer-address ipv4 (A.B.C.D | X:X::X:X)(md5 WORD | delegation-priority <1-65535>|)
no peer-address ipv4 A.B.C.D (md5 | delegation-priority |)
Parameter
A.B.C.D
IPv4 address of the peer
X:X::X:X
IPv6 address of the peer
WORD
The MD5 authentication key
<1-65535>
Delegation priority of the PCEP peer
Command Mode
PCEP mode
Applicability
This command was introduced in OcNOS version 4.0.
Example
#configure terminal
(config)#pce configuration 127
(config-pcep)#peer-address ipv4 1.1.1.1 md5 ipi-pcep
 
#configure terminal
(config)#pce configuration 127
(config-pcep)#peer-address ipv4 1.1.1.1 delegation-priority 500
 
 
Last modified date: 10/20/2023