home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

reset ip bgp all soft

Resets the BGP routing tables and removes the TCP session between two devices, but does not clear the BGP establishment of a peering session.

reset ip bgp all soft [ in [ prefix-filter ] | out ]
in
Performs a reset and restore of BGP routes on inbound traffic. When soft-reconfiguration inbound is not configured, the system sends a route refresh notice to its peers.
prefix-filter
Stores the received prefix and checks the policy rules to add the proper prefix to inbound traffic.
out
Performs a reset and restore of BGP routes on outbound traffic and sends a route update to its peers. When soft-reconfiguration outbound is configured, the system checks the BGP RIB, policy rule, and sends out the proper routes in an update notice to its peers.

Operational mode

Use this command to reset the BGP routing tables and removes the TCP session between two devices, but does not clear the BGP establishment of a peering session.