Ze command
Description
The peer address and 'asn' are required. Every other keyword is
optional. Ze builds the peer, starts it, and dials the address unless 'connect
false' says otherwise. The peer lives in the running daemon alone. Ze writes
nothing to the configuration, so a reload removes the peer. 'delete bgp peer'
does the same on the way out, and it does not change the file on disk. An
address that already names a peer is refused, and so is a keyword Ze cannot
honor. Each name in 'attach' is bound to the whole surface: that process
receives every message from this peer and can send every type toward it. Write
the receive and send lists in the configuration file when the process needs
less.
Arguments
| Name | Type | Required | Values |
|---|---|---|---|
selector | union | yes | any value of this type |
asn | uint | yes | any value of this type |
local-as | uint | no | any value of this type |
local-address | union | no | any value of this type |
router-id | string | no | any value of this type |
receive-hold-time | uint | no | any value of this type |
send-hold-time | uint | no | any value of this type |
connect-retry | uint | no | any value of this type |
connect | enum | no | true false |
accept | enum | no | true false |
family | string | no | any value of this type |
graceful-restart | uint | no | any value of this type |
group-updates | enum | no | true false |
attach | string | no | any value of this type |