From: Trey Aspelund Date: Mon, 5 Apr 2021 03:34:15 +0000 (+0000) Subject: doc: Add docs for 'bgp default -' cmds X-Git-Tag: base_8.1~373^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5441ad101b54edbd8610a6ac32b2670a2a90bdb0;p=mirror%2Ffrr.git doc: Add docs for 'bgp default -' cmds Adds climd definitions and explanations for expanded 'bgp default -' definitions. Signed-off-by: Trey Aspelund --- diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index fab742f539..1a91183557 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1597,16 +1597,67 @@ Configuring Peers .. clicmd:: bgp default ipv4-unicast - This command allows the user to specify that v4 peering is turned - on by default or not. This command defaults to on and is not displayed. + This command allows the user to specify that the IPv4 Unicast address + family is turned on by default or not. This command defaults to on + and is not displayed. The `no bgp default ipv4-unicast` form of the command is displayed. +.. clicmd:: bgp default ipv4-multicast + + This command allows the user to specify that the IPv4 Multicast address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default ipv4-multicast` form of the command is displayed. + +.. clicmd:: bgp default ipv4-vpn + + This command allows the user to specify that the IPv4 MPLS VPN address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default ipv4-vpn` form of the command is displayed. + +.. clicmd:: bgp default ipv4-flowspec + + This command allows the user to specify that the IPv4 Flowspec address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default ipv4-flowspec` form of the command is displayed. + .. clicmd:: bgp default ipv6-unicast - This command allows the user to specify that v6 peering is turned - on by default or not. This command defaults to off and is not displayed. + This command allows the user to specify that the IPv6 Unicast address + family is turned on by default or not. This command defaults to off + and is not displayed. The `bgp default ipv6-unicast` form of the command is displayed. +.. clicmd:: bgp default ipv6-multicast + + This command allows the user to specify that the IPv6 Multicast address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default ipv6-multicast` form of the command is displayed. + +.. clicmd:: bgp default ipv6-vpn + + This command allows the user to specify that the IPv6 MPLS VPN address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default ipv6-vpn` form of the command is displayed. + +.. clicmd:: bgp default ipv6-flowspec + + This command allows the user to specify that the IPv6 Flowspec address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default ipv6-flowspec` form of the command is displayed. + +.. clicmd:: bgp default l2vpn-evpn + + This command allows the user to specify that the L2VPN EVPN address + family is turned on by default or not. This command defaults to off + and is not displayed. + The `bgp default l2vpn-evpn` form of the command is displayed. + .. clicmd:: bgp default show-hostname This command shows the hostname of the peer in certain BGP commands