Configure SR-PCE
This task explains how to configure SR-PCE.
Before you begin
The Cisco IOS XRv 9000 is the recommended platform to act as the SR-PCE.
Procedure
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 |
configure Example:
|
Enters mode. |
||
Step 2 |
pce Example:
|
Enables PCE and enters PCE configuration mode. |
||
Step 3 |
address ipv4 address Example:
|
Configures a PCE IPv4 address. |
||
Step 4 |
state-sync ipv4 address Example:
|
Configures the remote peer for state synchronization. |
||
Step 5 |
tcp-buffer size size Example:
|
Configures the transmit and receive TCP buffer size for each PCEP session, in bytes. The default buffer size is 256000. The valid range is from 204800 to 1024000. |
||
Step 6 |
password { clear | encrypted} password Example:
|
Enables TCP MD5 authentication for all PCEP peers. Any TCP segment coming from the PCC that does not contain a MAC matching the configured password will be rejected. Specify if the password is encrypted or clear text. |
||
Step 7 |
segment-routing { strict-sid-only | te-latency} Example:
|
Configures the segment routing algorithm to use strict SID or TE latency.
|
||
Step 8 |
timers Example:
|
Enters timer configuration mode. |
||
Step 9 |
keepalive time Example:
|
Configures the timer value for locally generated keep-alive messages. The default time is 30 seconds. |
||
Step 10 |
minimum-peer-keepalive time Example:
|
Configures the minimum acceptable keep-alive timer that the remote peer may propose in the PCEP OPEN message during session establishment. The default time is 20 seconds. |
||
Step 11 |
reoptimization time Example:
|
Configures the re-optimization timer. The default timer is 1800 seconds. |
||
Step 12 |
exit Example:
|
Exits timer configuration mode and returns to PCE configuration mode. |