Create RPKI Priority

RPKI Priority configuration sets the sequence in which connections to remote RPKI servers is attempted. RPKI Priority configuration is performed within the router bgp context.

Procedure

  1. Access global configuration mode.
    SLX# configure terminal
  2. Access the router bgp context.
    SLX(config)# router bgp  
                        
  3. Add a new RPKI Priority.
    SLX(config-bgp-router)# rpki priority 1
                        

Example

The following example summarizes the commands in this procedure.

SLX# configure terminal
SLX(config)# router bgp 
SLX(config-bgp-router)# rpki priority 1
SLX(config-bgp-router-rpki-priority-1)#