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 external ipv6 unicast <state>

Resets IPv6 unicast peering sessions for eBGP neighbors.

reset ip bgp external ipv6 unicast { soft [ in [ prefix-filter ] | out }

When used without the soft option, reset connections are dropped, both inbound and outbound.

soft
Sessions are not reset. Resend updates that have changed due to an export policy change or recalculate any updates received based on import policy changes.
in
Re-read import policies and recalculate information in the BGP table based on import policy changes. This requires soft-reconfiguration inbound to be configured on the neighbor.
prefix-filter
Resets the outbound route filter (ORF) filter.
out
Re-read export policies and resend updates that have changed due to an export policy change.

Operational mode

Use this command to reset IPv6 unicast peering sessions for eBGP neighbors. This forces BGP updates to be generated and new BGP policies to be applied.

Unless the soft option is used, all connections are dropped (a “hard reset”): TCP connections are terminated and all routes received from the neighbor are removed from the BGP routing table. Then the connection with the neighbor is re-established.

If the soft option is used, sessions are not reset. Changes to export policies are resent to peers. Changes to import policies causes recalculation of information in the BGP table (given that soft-reconfiguration inbound is configured on the peer).