From ff21655441a64c427b3e373272e7b4564a8a1bb1 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Mon, 29 Jan 2018 14:55:16 -0500 Subject: [PATCH] doc: change vpnvX -> ipvX vpn Signed-off-by: Lou Berger --- doc/bgpd.texi | 4 ++-- doc/vnc.texi | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/bgpd.texi b/doc/bgpd.texi index d62c3a7516..c36646cb34 100644 --- a/doc/bgpd.texi +++ b/doc/bgpd.texi @@ -826,8 +826,8 @@ Identifiers (SAFI). In addition to unicast information, VPN information @cite{RFC4364} and @cite{RFC4659}, and Encapsulation information @cite{RFC5512} is supported. -@deffn {Command} {show ip bgp vpnv4 all} {} -@deffnx {Command} {show ipv6 bgp vpn all} {} +@deffn {Command} {show ip bgp ipv4 vpn} {} +@deffnx {Command} {show ipv6 bgp ipv6 vpn} {} Print active IPV4 or IPV6 routes advertised via the VPN SAFI. @end deffn diff --git a/doc/vnc.texi b/doc/vnc.texi index c44519a9f3..6ccf74839d 100644 --- a/doc/vnc.texi +++ b/doc/vnc.texi @@ -1010,7 +1010,7 @@ router bgp 64512 neighbor 192.168.1.101 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.102 activate exit-address-family @@ -1043,7 +1043,7 @@ router bgp 64512 neighbor 192.168.1.100 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.102 activate exit-address-family @@ -1066,7 +1066,7 @@ router bgp 64512 neighbor 192.168.1.101 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.101 activate exit-address-family @@ -1131,7 +1131,7 @@ router bgp 64512 neighbor 172.16.2.2 route-reflector-client exit-address-family ! - address-family vpnv4 unicast + address-family ipv4 vpn neighbor 192.168.1.102 activate neighbor 192.168.1.103 activate neighbor 192.168.1.104 activate @@ -1161,7 +1161,7 @@ router bgp 64512 no neighbor 192.168.1.103 activate exit-address-family ! - address-family vpnv4 unicast + address-family ipv4 vpn neighbor 192.168.1.101 activate neighbor 192.168.1.102 activate neighbor 192.168.1.103 activate @@ -1250,7 +1250,7 @@ router bgp 64512 neighbor 192.168.1.102 route-reflector-client exit-address-family - address-family vpnv4 + address-family ipv4 vpn neighbor 192.168.1.101 activate neighbor 192.168.1.102 activate @@ -1269,7 +1269,7 @@ router bgp 64512 neighbor 192.168.1.100 remote-as 64512 - address-family vpnv4 + address-family ipv4 vpn neighbor 192.168.1.100 activate exit-address-family @@ -1290,7 +1290,7 @@ router bgp 64512 neighbor 192.168.1.100 remote-as 64512 - address-family vpnv4 + address-family ipv4 vpn neighbor 192.168.1.100 activate exit-address-family @@ -1381,7 +1381,7 @@ router bgp 64512 neighbor 192.168.1.100 remote-as 64512 - address-family vpnv4 + address-family ipv4 vpn neighbor 192.168.1.100 activate exit-address-family @@ -1402,7 +1402,7 @@ router bgp 64512 neighbor 192.168.1.100 remote-as 64512 - address-family vpnv4 + address-family ipv4 vpn neighbor 192.168.1.100 activate exit-address-family @@ -1450,7 +1450,7 @@ router bgp 64512 neighbor 192.168.1.102 description iBGP-client-192-168-1-102 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.102 activate neighbor 192.168.1.104 activate @@ -1470,7 +1470,7 @@ router bgp 64512 neighbor 192.168.1.100 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.104 activate exit-address-family @@ -1493,7 +1493,7 @@ router bgp 64512 neighbor 192.168.1.100 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.104 activate exit-address-family -- 2.39.5