DEFUN (clear_ip_bgp_peer_soft_out,
clear_ip_bgp_peer_soft_out_cmd,
- "clear ip bgp A.B.C.D soft out",
+ "clear ip bgp (A.B.C.D|WORD) soft out",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
BGP_SOFT_STR
BGP_SOFT_OUT_STR)
{
ALIAS (clear_ip_bgp_peer_soft_out,
clear_ip_bgp_peer_out_cmd,
- "clear ip bgp A.B.C.D out",
+ "clear ip bgp (A.B.C.D|WORD) out",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
BGP_SOFT_OUT_STR)
DEFUN (clear_ip_bgp_peer_ipv4_soft_out,
clear_ip_bgp_peer_ipv4_soft_out_cmd,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft out",
+ "clear ip bgp (A.B.C.D|WORD) ipv4 (unicast|multicast) soft out",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family modifier\n"
"Address Family modifier\n"
ALIAS (clear_ip_bgp_peer_ipv4_soft_out,
clear_ip_bgp_peer_ipv4_out_cmd,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) out",
+ "clear ip bgp (A.B.C.D|WORD) ipv4 (unicast|multicast) out",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family modifier\n"
"Address Family modifier\n"
BGP_SOFT_OUT_STR)
+/* NOTE: WORD peers have not been tested for vpnv4 */
DEFUN (clear_ip_bgp_peer_vpnv4_soft_out,
clear_ip_bgp_peer_vpnv4_soft_out_cmd,
- "clear ip bgp A.B.C.D vpnv4 unicast soft out",
+ "clear ip bgp (A.B.C.D|WORD) vpnv4 unicast soft out",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family Modifier\n"
BGP_SOFT_STR
ALIAS (clear_ip_bgp_peer_vpnv4_soft_out,
clear_ip_bgp_peer_vpnv4_out_cmd,
- "clear ip bgp A.B.C.D vpnv4 unicast out",
+ "clear ip bgp (A.B.C.D|WORD) vpnv4 unicast out",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family Modifier\n"
BGP_SOFT_OUT_STR)
DEFUN (clear_ip_bgp_peer_soft_in,
clear_ip_bgp_peer_soft_in_cmd,
- "clear ip bgp A.B.C.D soft in",
+ "clear ip bgp (A.B.C.D|WORD) soft in",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
BGP_SOFT_STR
BGP_SOFT_IN_STR)
{
ALIAS (clear_ip_bgp_peer_soft_in,
clear_ip_bgp_peer_in_cmd,
- "clear ip bgp A.B.C.D in",
+ "clear ip bgp (A.B.C.D|WORD) in",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
BGP_SOFT_IN_STR)
DEFUN (clear_ip_bgp_peer_in_prefix_filter,
clear_ip_bgp_peer_in_prefix_filter_cmd,
- "clear ip bgp A.B.C.D in prefix-filter",
+ "clear ip bgp (A.B.C.D|WORD) in prefix-filter",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
BGP_SOFT_IN_STR
"Push out the existing ORF prefix-list\n")
{
DEFUN (clear_ip_bgp_peer_ipv4_soft_in,
clear_ip_bgp_peer_ipv4_soft_in_cmd,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft in",
+ "clear ip bgp (A.B.C.D|WORD) ipv4 (unicast|multicast) soft in",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family modifier\n"
"Address Family modifier\n"
ALIAS (clear_ip_bgp_peer_ipv4_soft_in,
clear_ip_bgp_peer_ipv4_in_cmd,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in",
+ "clear ip bgp (A.B.C.D|WORD) ipv4 (unicast|multicast) in",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family modifier\n"
"Address Family modifier\n"
DEFUN (clear_ip_bgp_peer_ipv4_in_prefix_filter,
clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in prefix-filter",
+ "clear ip bgp (A.B.C.D|WORD) ipv4 (unicast|multicast) in prefix-filter",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family modifier\n"
"Address Family modifier\n"
DEFUN (clear_ip_bgp_peer_vpnv4_soft_in,
clear_ip_bgp_peer_vpnv4_soft_in_cmd,
- "clear ip bgp A.B.C.D vpnv4 unicast soft in",
+ "clear ip bgp (A.B.C.D|WORD) vpnv4 unicast soft in",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family Modifier\n"
BGP_SOFT_STR
ALIAS (clear_ip_bgp_peer_vpnv4_soft_in,
clear_ip_bgp_peer_vpnv4_in_cmd,
- "clear ip bgp A.B.C.D vpnv4 unicast in",
+ "clear ip bgp (A.B.C.D|WORD) vpnv4 unicast in",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family Modifier\n"
BGP_SOFT_IN_STR)
DEFUN (clear_ip_bgp_peer_soft,
clear_ip_bgp_peer_soft_cmd,
- "clear ip bgp A.B.C.D soft",
+ "clear ip bgp (A.B.C.D|WORD) soft",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
BGP_SOFT_STR)
{
return bgp_clear_vty (vty, NULL, AFI_IP, SAFI_UNICAST, clear_peer,
DEFUN (clear_ip_bgp_peer_ipv4_soft,
clear_ip_bgp_peer_ipv4_soft_cmd,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft",
+ "clear ip bgp (A.B.C.D|WORD) ipv4 (unicast|multicast) soft",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family Modifier\n"
"Address Family Modifier\n"
DEFUN (clear_ip_bgp_peer_vpnv4_soft,
clear_ip_bgp_peer_vpnv4_soft_cmd,
- "clear ip bgp A.B.C.D vpnv4 unicast soft",
+ "clear ip bgp (A.B.C.D|WORD) vpnv4 unicast soft",
CLEAR_STR
IP_STR
BGP_STR
"BGP neighbor address to clear\n"
+ "BGP neighbor on interface to clear\n"
"Address family\n"
"Address Family Modifier\n"
BGP_SOFT_STR)