reset rpki session

Function

The reset rpki session command resets a specified Resource Public Key Infrastructure (RPKI) session.

Format

reset rpki session { all | [ vpn-instance vpn-instance-name ] { ipv4Addr | ipv6Addr } }

Parameters

Parameter Description Value
all

Resets all RPKI sessions.

-

vpn-instance vpn-instance-name

Resets the RPKI session in a specified VPN instance.

The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string.

ipv4Addr

Resets an RPKI session with an IPv4 session address.

The value is in dotted decimal notation.

ipv6Addr

Resets an RPKI session with an IPv6 session address.

The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X.

Views

User view

Default Level

3: Management level

Task Name and Operations

Task Name Operations
rpki debug

Usage Guidelines

Usage Scenario

After configuring RPKI session parameters, run the reset rpki session command to reset the RPKI session for the new RPKI session parameters to take effect.

Run the following commands can change the RPKI session configurations:

  • The session command specifies an address of the RPKI server for the TCP connection between the router and the RPKI server.
  • The tcp command configures parameters for the TCP connection between the router and the RPKI server.
  • The timer command configures timers for the RPKI session.

Configuration Impact

Running the reset rpki session command will reset the TCP connection and RPKI session between the router and the RPKI server. Therefore, exercise caution when running this command.

Example

# Reset all RPKI sessions.
<HUAWEI> reset rpki session all
# Reset the RPKI session with 2001:DB8:1::1 as the session address.
<HUAWEI> reset rpki session 2001:DB8:1::1
# Reset the RPKI session with 10.1.1.1 as the session address.
<HUAWEI> reset rpki session 10.1.1.1
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >