mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:23:06 +00:00
[doc] document neighbor ..... update-source
2006-05-23 Paul Jakma <paul.jakma@sun.com> * bgpd.texi: Document the update-source command.
This commit is contained in:
parent
4150f33ec1
commit
825cd49ead
@ -1,3 +1,7 @@
|
|||||||
|
2006-05-23 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
|
* bgpd.texi: Document the update-source command.
|
||||||
|
|
||||||
2006-05-10 Paul Jakma <paul.jakma@sun.com>
|
2006-05-10 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* quagga.info: update auto-built file.
|
* quagga.info: update auto-built file.
|
||||||
|
@ -262,8 +262,13 @@ version.
|
|||||||
|
|
||||||
@deffn {BGP} {neighbor @var{peer} interface @var{ifname}} {}
|
@deffn {BGP} {neighbor @var{peer} interface @var{ifname}} {}
|
||||||
@deffnx {BGP} {no neighbor @var{peer} interface @var{ifname}} {}
|
@deffnx {BGP} {no neighbor @var{peer} interface @var{ifname}} {}
|
||||||
When you connect to a BGP peer over an IPv6 link-local address, you have
|
When you connect to a BGP peer over an IPv6 link-local address, you
|
||||||
to specify the @var{ifname} of the interface used for the connection.
|
have to specify the @var{ifname} of the interface used for the
|
||||||
|
connection. To specify IPv4 session addresses, see the
|
||||||
|
@code{neighbor @var{peer} update-source} command below.
|
||||||
|
|
||||||
|
This command is deprecated and may be removed in a future release. Its
|
||||||
|
use should be avoided.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {BGP} {neighbor @var{peer} next-hop-self} {}
|
@deffn {BGP} {neighbor @var{peer} next-hop-self} {}
|
||||||
@ -272,8 +277,19 @@ This command specifies an announced route's nexthop as being equivalent
|
|||||||
to the address of the bgp router.
|
to the address of the bgp router.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {BGP} {neighbor @var{peer} update-source} {}
|
@deffn {BGP} {neighbor @var{peer} update-source @var{(ifname|address)}} {}
|
||||||
@deffnx {BGP} {no neighbor @var{peer} update-source} {}
|
@deffnx {BGP} {no neighbor @var{peer} update-source} {}
|
||||||
|
Specify the IPv4 source address to use for the @acronym{BGP} session to this
|
||||||
|
neighbour, may be specified as either an IPv4 address directly or
|
||||||
|
as an interface name (in which case the @command{zebra} daemon MUST be running
|
||||||
|
in order for @command{bgpd} to be able to retrieve interface state).
|
||||||
|
@example
|
||||||
|
@group
|
||||||
|
router bgp 64555
|
||||||
|
neighbor foo update-source 192.168.0.1
|
||||||
|
neighbor bar update-source lo0
|
||||||
|
@end group
|
||||||
|
@end example
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {BGP} {neighbor @var{peer} default-originate} {}
|
@deffn {BGP} {neighbor @var{peer} default-originate} {}
|
||||||
|
Loading…
Reference in New Issue
Block a user