Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 3.59
clear bgp ipv6 (ASN) (BGP4+)
Use this command to reset the BGP4+ connections to all peers in a specified Autonomous
System Number (ASN).
Syntax clear bgp ipv6 <asn> [in [prefix-filter]|out|soft [in|out]]
clear bgp ipv6 <asn>
clear bgp ipv6 <asn> in [prefix-filter]
clear bgp ipv6 <asn> out
clear bgp ipv6 <asn> soft [in|out]
Mode
Privileged Exec
Examples
Parameter Description
<asn> <1-4294967295>
Specifies the ASN for which all routes will be cleared.
in Indicates that incoming advertised routes will be cleared.
prefix-filter Specifies that a prefix-list will be sent, by the ORF mechanism, to
those neighbors with which the ORF capability has been
negotiated. The neighbors will be triggered to resend updates,
which match the prefix-list filter, to the local router. The local router
will then perform a soft reconfiguration.
out Indicates that outgoing advertised routes will be cleared.
soft in Soft inbound reset causes the neighbors to resend all their updates
to the local switch, without resetting the connection or clearing
the entries in the local switch. So, the local switch stores new
updates, and uses them to systematically replace existing table
entries. This process can use a considerable amount of memory.
soft out Soft outbound reset causes the switch to simply resend all its
updates to the specified neighbor(s), without resetting the
connection, or clearing table entries.
awplus#
clear bgp ipv6 100
awplus#
clear bgp ipv6 100 in
awplus#
clear bgp ipv6 100 in prefix-filter
awplus#
clear bgp ipv6 100 out
awplus#
clear bgp ipv6 100 soft out
awplus#
clear bgp ipv6 100 soft in