summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2016-01-12 13:42:10 -0500
committerPaul Jakma <paul.jakma@hpe.com>2016-02-26 14:11:45 +0000
commit544ec70f66d0ec081dadde79bec1f25c2241f57f (patch)
tree35d0ec1b6e4c693192cc6e3a0ddd7482e1c32802
parentf9b6c3938642090ffa1cae8b7125abff2b1e9fb0 (diff)
downloadquagga-544ec70f66d0ec081dadde79bec1f25c2241f57f.tar.bz2
quagga-544ec70f66d0ec081dadde79bec1f25c2241f57f.tar.xz
doc: Add AFI/SAFI show commands to manual
Signed-off-by: Lou Berger <lberger@labn.net>
-rw-r--r--doc/bgpd.texi25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi
index 1513f7a3..c02e9f5a 100644
--- a/doc/bgpd.texi
+++ b/doc/bgpd.texi
@@ -771,6 +771,31 @@ This command bind specific peer to peer group @var{word}.
@node BGP Address Family
@section BGP Address Family
+Multiprotocol BGP enables BGP to carry routing information for multiple
+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{RFC5512} is supported.
+
+@deffn {Command} {show ip bgp vpnv4 all} {}
+@deffnx {Command} {show ipv6 bgp vpn all} {}
+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} {}
+@deffnx {Command} {show bgp ipv6 vpn summary} {}
+Print a summary of neighbor connections for the specified AFI/SAFI combination.
+@end deffn
+
@c -----------------------------------------------------------------------
@node Autonomous System
@section Autonomous System