Перейти к содержанию

Update

nectl router bgp update

Update BGP Instance

nectl router bgp update [flags]

Examples

  nectl router update \
    --bgp-uuid 9c4fe0e5-66ba-40d3-bda2-01233d157a56    --peer-asn 65000 \
    --prefix-limit 10 \
    --multihop 64 \
    --neighbours 172.16.3.100,172.16.3.200

Options

      --bgp-uuid string      Router BGP UUID
  -h, --help                 help for update
      --multihop int16       Multihop (default -1)
      --neighbours string    Peer Addresses
      --peer-asn uint32      Peer AS Number
      --prefix-limit int     Prefix Limit (default -1)
      --replace-neighbours   Neighbours Replace

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO