diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/protocols/bgp.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index fe6e93e7..736cb4cc 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -186,9 +186,9 @@ Defining Peers ^^^^^^^^^^^^^^ .. cfgcmd:: set protocols bgp neighbor <address|interface> remote-as - <nasn> + <asn> - This command creates a new neighbor whose remote-as is <nasn>. The neighbor + This command creates a new neighbor whose remote-as is <asn>. The neighbor address can be an IPv4 address or an IPv6 address or an interface to use for the connection. The command is applicable for peer and peer group. @@ -206,6 +206,12 @@ Defining Peers peers ASN is the same as mine as specified under the :cfgcmd:`protocols bgp <asn>` command the connection will be denied. +.. cfgcmd:: set protocols bgp neighbor <address|interface> remote-as + auto + + Create a peer as you would when you specify an ASN, except that the peers + remote ASN is detected automatically from the OPEN message. + .. cfgcmd:: set protocols bgp neighbor <address|interface> local-role <role> [strict] |
