SUMMARY STEPS
1.
configure
2.
router bgp as-number
3.
rpki server {host-name | ip-address}
4.
Use one of these commands:
•
transport ssh port port_number
•
transport tcp port port_number
5.
(Optional) username user_name
6.
(Optional) password password
7.
preference preference_value
8.
purge-time time
9.
Use one of these commands.
•
refresh-time time
•
refresh-time off
10.
Use one these commands.
•
response-time time
•
response-time off
11.
commit
12.
(Optional) shutdown
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Specifies the BGP AS number and enters the BGP
configuration mode, allowing you to configure
the BGP routing process.
router bgp as-number
Example:
RP/0/RSP0/CPU0:router(config)#router bgp 100
Step 2
Enters rpki-server configuration mode and enables
configuration of RPKI cache parameters.
rpki server {host-name | ip-address}
Example:
RP/0/RSP0/CPU0:router(config-bgp)#rpki server 10.2.3.4
Step 3
Specifies a transport method for the RPKI cache.Use one of these commands:
Step 4
• ssh—Select ssh to connect to the RPKI
cache using SSH.
•
transport ssh port port_number
•
transport tcp port port_number
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
67
Implementing BGP
BGP Prefix Origin Validation Based on RPKI