doc: Add docs for 'bgp default <afi>-<safi>' cmds

Adds climd definitions and explanations for expanded
'bgp default <afi>-<safi>' definitions.

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
This commit is contained in:
Trey Aspelund 2021-04-05 03:34:15 +00:00
parent b16bcbba97
commit 5441ad101b

View File

@ -1597,16 +1597,67 @@ Configuring Peers
.. clicmd:: bgp default ipv4-unicast .. clicmd:: bgp default ipv4-unicast
This command allows the user to specify that v4 peering is turned This command allows the user to specify that the IPv4 Unicast address
on by default or not. This command defaults to on and is not displayed. 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. 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 .. clicmd:: bgp default ipv6-unicast
This command allows the user to specify that v6 peering is turned This command allows the user to specify that the IPv6 Unicast address
on by default or not. This command defaults to off and is not displayed. 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. 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 .. clicmd:: bgp default show-hostname
This command shows the hostname of the peer in certain BGP commands This command shows the hostname of the peer in certain BGP commands