reset bgp l2vpn-ad { all | as-number-plain | as-number-dot | ipv4-address | group group-name | external | internal } [ graceful ]
Parameter | Description | Value |
---|---|---|
l2vpn-ad | Resets BGP connections associated with L2VPN-AD. | - |
all | Resets all the BGP connections. | - |
as-number-plain | Integral AS number | The value is an integer ranging from 1 to 4294967295. |
as-number-dot | AS number in dotted notation | The value is in the format of x.y, where x and y are integers that range from 1 to 65535 and from 0 to 65535, respectively. |
ipv4-address | Resets the connections with a specified BGP peer. | It is in dotted decimal notation. |
group group-name | Resets the BGP connections with the specified peer group. | The name is a string of 1 to 47 case-sensitive characters, with spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
external | Resets all EBGP connections. | - |
internal | Resets all IBGP connections. | - |
graceful | Specifies to reset BGP connections in GR mode. | - |