5.5. PCEP Show and Tools Command Reference

5.5.1. Command Hierarchies

5.5.1.1. Show Commands

show
— router
— pcep
— pcc
detail
lsp-db [lsp-type lsp-type] [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] from ip-address [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] lsp lsp-name [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] to ip-address [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] tunnel-id tunnel-id
path-request [lsp-type lsp-type] [dest ip-address] [detail]
peer [ip-address] [detail]
status

5.5.1.2. Tools Commands

tools
— dump
— router
— pcep
— pcc
lsp [plsp-id plsp-id]
lsp lsp-type lsp-type [tunnel-id tunnel-id]
tools
— perform
— router
pcep
pcc pce-initiated remove-all

5.5.2. Command Descriptions

5.5.2.1. Show Commands

Note:

The command outputs in this chapter are examples only; actual displays may differ depending on supported functionality and user configuration.

detail

Syntax 
detail
Context 
show>router>pcep>pcc
Description 

This command displays PCEP detail information.

Output 

PCEP Detail Output

Table 51 describes PCEP detail output fields.

Sample Output
*A:cses-V23# show router pcep pcc detail
===============================================================================
Path Computation Element Protocol (PCEP) Path Computation Client (PCC) Info
===============================================================================
Admin Status           : Up              Oper Status          : Up
Unknown Msg Limit      : 225 msg/min
Keepalive Interval     : 30 seconds      DeadTimer Interval   : 60 seconds
Capabilities List      : stateful-delegate stateful-pce segment-rt-path rsvp-
                         path
Address                : (Unspecified)
Report Path Constraints: True
Open Wait Timer        : 60 seconds      Keep Wait Timer      : 60 seconds
Sync Timer             : 60 seconds      Request Timer        : 120 seconds
Connection Timer       : 60 seconds      Allow Negotiations   : False
Max Sessions           : 1               Max Unknown Req      : 1000
===============================================================================
Table 51:  PCEP Detail Output Fields 

Label

Description 

Admin Status

Specifies the administrative state.

Oper Status

Specifies the operational status.

Unknown Msg Limit

Specifies the unknown messages, per minute, limit.

Keepalive Interval

Specifies the keepalive interval.

DeadTimer Interval

Specifies the number of matching entries.

Capabilities List

Specifies the capabilities listing.

Address

Specifies the IP address.

Report Path Constraints

Specifies the true or false settings for report path constraints.

Open Wait Timer

Specifies the open wait timer value.

Keep Wait Timer

Specifies the keep wait timer value.

Sync Timer

Specifies the sync timer value.

Request Timer

Specifies the request timer value.

Connection Timer

Specifies the connection timer value.

Allow Negotiations

Specifies the true or false settings for allow negotiations.

Max Sessions

Specifies the maximum sessions value.

Max Unknown Req

Specifies the maximum unknown requests value.

State Timer

Specifies the state timer value.

Redelegation Timer

Specifies the redelegation timer value.

Max SRTE PCE Init LPS

Specifies the maximum number of PCE initiated SR-TE LSPs that can be created by the router.

lsp-db

Syntax 
lsp-db [lsp-type lsp-type] [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] from ip-address [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] lsp lsp-name [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] to ip-address [delegated-pce ip-address]
lsp-db [lsp-type lsp-type] tunnel-id tunnel-id
Context 
show>router>pcep>pcc
Description 

This command displays the PCEP LSP-DB information.

Parameters 
lsp-type—
Specifies the LSP type.
Values—
rsvp-p2p, rsvp-p2mp, seg-rt

 

ip-address—
Specifies the IP address.
Values—
a.b.c.d

 

lsp-name—
Specifies the LSP name, up to 80 characters.
tunnel-id—
Specifies the tunnel ID.
Values—
1 to 65535

 

path-request

Syntax 
path-request [lsp-type lsp-type] [dest ip-address] [detail]
Context 
show>router>pcep>pcc
Description 

This command displays the PCEP path request information.

Parameters 
lsp-type—
Specifies the LSP type.
Values—
rsvp-p2p, rsvp-p2mp, seg-rt

 

ip-address—
Specifies the IP address.
Values—
a.b.c.d

 

detail—
Specifies detailed information.

peer

Syntax 
peer [ip-address] [detail]
Context 
show>router>pcep>pcc
Description 

This command displays the PCEP peer information.

Parameters 
ip-address—
Specifies the IP address.
Values—
a.b.c.d

 

detail—
Specifies detailed information.
Output 

PCEP Peer Output

Table 52 describes PCEP Peer output fields.

Sample Output
*A:cses-V23# show router pcep pcc peer
===============================================================================
PCEP Path Computation Client (PCC) Peer Info
===============================================================================
IP Address            : 192.168.0.10
Admin Status          : Down            Oper Status             : Down
Peer Capabilities     : (Not Specified)
Speaker ID            : (Undefined)
Sync State            : not-initialized Peer Overloaded         : False
Session Establish Time: 0d 00:00:00
Oper Keepalive        : N/A             Oper DeadTimer          : N/A
===============================================================================
Table 52:  PCEP Peer Output Fields 

Label

Description 

IP Address

Specifies the IP address.

Peer Capabilities

Specifies the peer capabilities.

Speaker ID

Specifies the sender IP address.

Sync State

Specifies the synchronization state.

Peer Overload

Specifies the peer overload.

Session Establish Time

Specifies the session establish time.

Oper Keepalive

Specifies the operational keepalive value.

Oper DeadTimer

Specifies the operational dead timer value.

status

Syntax 
status
Context 
show>router>pcep>pcc
Description 

This command displays PCEP status information

Output 

PCEP Status Output

Table 51 describes PCEP status output fields.

Sample Output
*A:cses-V23# show router pcep pcc status
===============================================================================
Path Computation Element Protocol (PCEP) Path Computation Client (PCC) Info
===============================================================================
Admin Status           : Up              Oper Status          : Up
Unknown Msg Limit      : 225 msg/min
Keepalive Interval     : 30 seconds      DeadTimer Interval   : 60 seconds
Capabilities List      : stateful-delegate stateful-pce segment-rt-path rsvp-
                         path
Address                : (Unspecified)
Report Path Constraints: True
-------------------------------------------------------------------------------
PCEP Path Computation Client (PCC) Peer Info
-------------------------------------------------------------------------------
Peer                       Admin State/Oper State Oper Keepalive/Oper DeadTimer
-------------------------------------------------------------------------------
192.168.0.10               Down/Down              Not-Applicable/Not-Applicable
-------------------------------------------------------------------------------
===============================================================================

5.5.2.2. Tools Commands

Note:

The command outputs in this chapter are examples only; actual displays may differ depending on supported functionality and user configuration.

lsp

Syntax 
lsp [plsp-id plsp-id]
lsp lsp-type lsp-type [tunnel-id tunnel-id]
Context 
tools>dump>router>pcep>pcc
Description 

This command displays LSP information.

Parameters 
plsp-id—
Specifies the PLSP ID.
Values—
1 to 1048575

 

lsp-type—
Specifies the LSP type.
Values—
rsvp-p2p, rsvp-p2mp, seg-rt

 

tunnel-id—
Specifies the tunnel ID.
Values—
1 to 1048575

 

pcep

Syntax 
pcep
Context 
tools>perform>router
Description 

This command enables the context for PCEP-related tools perform commands.

pcc

Syntax 
pcc pce-initiated remove-all
Context 
tools>perform>router>pcep
Description 

This command deletes all PCE-initiated LSPs on the PCC. This command is applicable whether or not PCEP is up. The PCC informs the PCE when this command is performed by sending a PCRpt with the R flag of the LSP object set to 1 to indicate that the LSP has been removed.