Merge pull request #1685 from LabNConsulting/working/vpn-doc

doc: minor cleanup of bgp vpnvX and remove encap safi references
This commit is contained in:
Donald Sharp 2018-01-29 15:51:30 -05:00 committed by GitHub
commit 38c64469f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 34 deletions

View File

@ -823,22 +823,15 @@ 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 vpnv4 all} {} @deffn {Command} {show ip bgp ipv4 vpn} {}
@deffnx {Command} {show ipv6 bgp vpn all} {} @deffnx {Command} {show ipv6 bgp ipv6 vpn} {}
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}.
@ -1010,7 +1007,7 @@ router bgp 64512
neighbor 192.168.1.101 remote-as 64512 neighbor 192.168.1.101 remote-as 64512
neighbor 192.168.1.102 remote-as 64512 neighbor 192.168.1.102 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.101 activate neighbor 192.168.1.101 activate
neighbor 192.168.1.102 activate neighbor 192.168.1.102 activate
exit-address-family exit-address-family
@ -1043,7 +1040,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
neighbor 192.168.1.102 remote-as 64512 neighbor 192.168.1.102 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
neighbor 192.168.1.102 activate neighbor 192.168.1.102 activate
exit-address-family exit-address-family
@ -1066,7 +1063,7 @@ router bgp 64512
neighbor 192.168.1.101 remote-as 64512 neighbor 192.168.1.101 remote-as 64512
neighbor 192.168.1.102 remote-as 64512 neighbor 192.168.1.102 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
neighbor 192.168.1.101 activate neighbor 192.168.1.101 activate
exit-address-family exit-address-family
@ -1131,7 +1128,7 @@ router bgp 64512
neighbor 172.16.2.2 route-reflector-client neighbor 172.16.2.2 route-reflector-client
exit-address-family exit-address-family
! !
address-family vpnv4 unicast address-family ipv4 vpn
neighbor 192.168.1.102 activate neighbor 192.168.1.102 activate
neighbor 192.168.1.103 activate neighbor 192.168.1.103 activate
neighbor 192.168.1.104 activate neighbor 192.168.1.104 activate
@ -1161,7 +1158,7 @@ router bgp 64512
no neighbor 192.168.1.103 activate no neighbor 192.168.1.103 activate
exit-address-family exit-address-family
! !
address-family vpnv4 unicast address-family ipv4 vpn
neighbor 192.168.1.101 activate neighbor 192.168.1.101 activate
neighbor 192.168.1.102 activate neighbor 192.168.1.102 activate
neighbor 192.168.1.103 activate neighbor 192.168.1.103 activate
@ -1250,7 +1247,7 @@ router bgp 64512
neighbor 192.168.1.102 route-reflector-client neighbor 192.168.1.102 route-reflector-client
exit-address-family exit-address-family
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.101 activate neighbor 192.168.1.101 activate
neighbor 192.168.1.102 activate neighbor 192.168.1.102 activate
@ -1269,7 +1266,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
exit-address-family exit-address-family
@ -1290,7 +1287,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
exit-address-family exit-address-family
@ -1381,7 +1378,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
exit-address-family exit-address-family
@ -1402,7 +1399,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
exit-address-family exit-address-family
@ -1450,7 +1447,7 @@ router bgp 64512
neighbor 192.168.1.102 description iBGP-client-192-168-1-102 neighbor 192.168.1.102 description iBGP-client-192-168-1-102
neighbor 192.168.1.102 route-reflector-client neighbor 192.168.1.102 route-reflector-client
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.101 activate neighbor 192.168.1.101 activate
neighbor 192.168.1.102 activate neighbor 192.168.1.102 activate
neighbor 192.168.1.104 activate neighbor 192.168.1.104 activate
@ -1470,7 +1467,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
neighbor 192.168.1.104 remote-as 64512 neighbor 192.168.1.104 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
neighbor 192.168.1.104 activate neighbor 192.168.1.104 activate
exit-address-family exit-address-family
@ -1493,7 +1490,7 @@ router bgp 64512
neighbor 192.168.1.100 remote-as 64512 neighbor 192.168.1.100 remote-as 64512
neighbor 192.168.1.104 remote-as 64512 neighbor 192.168.1.104 remote-as 64512
address-family vpnv4 address-family ipv4 vpn
neighbor 192.168.1.100 activate neighbor 192.168.1.100 activate
neighbor 192.168.1.104 activate neighbor 192.168.1.104 activate
exit-address-family exit-address-family