diff options
author | Lou Berger <lberger@labn.net> | 2018-01-29 21:03:03 +0100 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2018-01-29 21:03:03 +0100 |
commit | 3bb7cd7f56649ef17eeada95c132de1146c5fc92 (patch) | |
tree | 7b01ef9ab27ec18af2d843677e7d3768f4ddada9 /doc | |
parent | doc: change vpnvX -> ipvX vpn (diff) | |
download | frr-3bb7cd7f56649ef17eeada95c132de1146c5fc92.tar.xz frr-3bb7cd7f56649ef17eeada95c132de1146c5fc92.zip |
doc: remove references to encap safi
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bgpd.texi | 11 | ||||
-rw-r--r-- | doc/vnc.texi | 17 |
2 files changed, 9 insertions, 19 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi index c36646cb3..83483f569 100644 --- a/doc/bgpd.texi +++ b/doc/bgpd.texi @@ -823,7 +823,7 @@ Network Layer protocols. BGP supports multiple Address Family Identifier (AFI), namely IPv4 and IPv6. Support is also provided for multiple sets of per-AFI information via Subsequent Address Family Identifiers (SAFI). In addition to unicast information, VPN information -@cite{RFC4364} and @cite{RFC4659}, and Encapsulation information +@cite{RFC4364} and @cite{RFC4659}, and Encapsulation attribute @cite{RFC5512} is supported. @deffn {Command} {show ip bgp ipv4 vpn} {} @@ -831,14 +831,7 @@ Identifiers (SAFI). In addition to unicast information, VPN information Print active IPV4 or IPV6 routes advertised via the VPN SAFI. @end deffn -@deffn {Command} {show ip bgp encap all} {} -@deffnx {Command} {show ipv6 bgp encap all} {} -Print active IPV4 or IPV6 routes advertised via the Encapsulation SAFI. -@end deffn - -@deffn {Command} {show bgp ipv4 encap summary} {} -@deffnx {Command} {show bgp ipv4 vpn summary} {} -@deffnx {Command} {show bgp ipv6 encap summary} {} +@deffn {Command} {show bgp ipv4 vpn summary} {} @deffnx {Command} {show bgp ipv6 vpn summary} {} Print a summary of neighbor connections for the specified AFI/SAFI combination. @end deffn diff --git a/doc/vnc.texi b/doc/vnc.texi index 6ccf74839..6193d3c90 100644 --- a/doc/vnc.texi +++ b/doc/vnc.texi @@ -22,8 +22,8 @@ BGP, with IP VPNs and Tunnel Encapsulation, is used to distribute VN information between NVAs. BGP based IP VPN support is defined in @cite{RFC4364, BGP/MPLS IP Virtual Private Networks (VPNs)}, and @cite{RFC4659, BGP-MPLS IP Virtual Private Network (VPN) Extension for -IPv6 VPN }. Both the Encapsulation Subsequent Address Family Identifier -(SAFI) and the Tunnel Encapsulation Attribute, @cite{RFC5512, The BGP +IPv6 VPN }. Encapsulation information is provided via +the Tunnel Encapsulation Attribute, @cite{RFC5512, The BGP Encapsulation Subsequent Address Family Identifier (SAFI) and the BGP Tunnel Encapsulation Attribute}, are supported. @@ -83,12 +83,10 @@ operating within a VN. @node General VNC Configuration @subsection General VNC Configuration -@deffn {VNC} {vnc advertise-un-method encap-safi|encap-attr} {} -Advertise NVE underlay-network IP addresses using the encapsulation SAFI -(@code{encap-safi}) or the UN address sub-TLV of the Tunnel Encapsulation attribute -(@code{encap-attr}). When @code{encap-safi} is used, neighbors under -@code{address-family encap} and/or @code{address-family encapv6} must be -configured. The default is @code{encap-attr}. +@deffn {VNC} {vnc advertise-un-method encap-attr} {} +Advertise NVE underlay-network IP addresses using +the UN address sub-TLV of the Tunnel Encapsulation attribute +(@code{encap-attr}). The default is @code{encap-attr}. @end deffn @node RFP Related Configuration @@ -356,8 +354,7 @@ by receiving NVAs. The second form, @code{rt import} specifies an @var{import rt-list}, which is a filter for incoming routes. In order to be made available to NVEs in the group, -incoming BGP VPN and @w{ENCAP} @w{SAFI} (when @code{vnc -advertise-un-method encap-safi} is set) routes must have +incoming BGP VPN @w{SAFI} routes must have RT lists that have at least one route target in common with the group's @var{import rt-list}. |