doc: remove references to encap safi

Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
Lou Berger 2018-01-29 15:03:03 -05:00
parent ff21655441
commit 3bb7cd7f56
2 changed files with 9 additions and 19 deletions

View File

@ -823,7 +823,7 @@ Network Layer protocols. BGP supports multiple Address Family
Identifier (AFI), namely IPv4 and IPv6. Support is also provided for Identifier (AFI), namely IPv4 and IPv6. Support is also provided for
multiple sets of per-AFI information via Subsequent Address Family multiple sets of per-AFI information via Subsequent Address Family
Identifiers (SAFI). In addition to unicast information, VPN information 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. @cite{RFC5512} is supported.
@deffn {Command} {show ip bgp ipv4 vpn} {} @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. Print active IPV4 or IPV6 routes advertised via the VPN SAFI.
@end deffn @end deffn
@deffn {Command} {show ip bgp encap all} {} @deffn {Command} {show bgp ipv4 vpn summary} {}
@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} {}
@deffnx {Command} {show bgp ipv6 vpn summary} {} @deffnx {Command} {show bgp ipv6 vpn summary} {}
Print a summary of neighbor connections for the specified AFI/SAFI combination. Print a summary of neighbor connections for the specified AFI/SAFI combination.
@end deffn @end deffn

View File

@ -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 information between NVAs. BGP based IP VPN support is defined in
@cite{RFC4364, BGP/MPLS IP Virtual Private Networks (VPNs)}, and @cite{RFC4364, BGP/MPLS IP Virtual Private Networks (VPNs)}, and
@cite{RFC4659, BGP-MPLS IP Virtual Private Network (VPN) Extension for @cite{RFC4659, BGP-MPLS IP Virtual Private Network (VPN) Extension for
IPv6 VPN }. Both the Encapsulation Subsequent Address Family Identifier IPv6 VPN }. Encapsulation information is provided via
(SAFI) and the Tunnel Encapsulation Attribute, @cite{RFC5512, The BGP the Tunnel Encapsulation Attribute, @cite{RFC5512, The BGP
Encapsulation Subsequent Address Family Identifier (SAFI) and the BGP Encapsulation Subsequent Address Family Identifier (SAFI) and the BGP
Tunnel Encapsulation Attribute}, are supported. Tunnel Encapsulation Attribute}, are supported.
@ -83,12 +83,10 @@ operating within a VN.
@node General VNC Configuration @node General VNC Configuration
@subsection General VNC Configuration @subsection General VNC Configuration
@deffn {VNC} {vnc advertise-un-method encap-safi|encap-attr} {} @deffn {VNC} {vnc advertise-un-method encap-attr} {}
Advertise NVE underlay-network IP addresses using the encapsulation SAFI Advertise NVE underlay-network IP addresses using
(@code{encap-safi}) or the UN address sub-TLV of the Tunnel Encapsulation attribute the UN address sub-TLV of the Tunnel Encapsulation attribute
(@code{encap-attr}). When @code{encap-safi} is used, neighbors under (@code{encap-attr}). The default is @code{encap-attr}.
@code{address-family encap} and/or @code{address-family encapv6} must be
configured. The default is @code{encap-attr}.
@end deffn @end deffn
@node RFP Related Configuration @node RFP Related Configuration
@ -356,8 +354,7 @@ by receiving NVAs.
The second form, @code{rt import} specifies an @var{import rt-list}, The second form, @code{rt import} specifies an @var{import rt-list},
which is a filter for incoming routes. which is a filter for incoming routes.
In order to be made available to NVEs in the group, In order to be made available to NVEs in the group,
incoming BGP VPN and @w{ENCAP} @w{SAFI} (when @code{vnc incoming BGP VPN @w{SAFI} routes must have
advertise-un-method encap-safi} is set) routes must have
RT lists that have at least one route target in common with the RT lists that have at least one route target in common with the
group's @var{import rt-list}. group's @var{import rt-list}.