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

Create

nectl router bgp create

Create BGP Instance

nectl router bgp create [flags]

Examples

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

Options

  -h, --help                  help for create
      --id string             BGP instance UUID (optional)
      --local-asn uint32      Local AS Number
      --multihop uint8        Multihop
      --neighbours string     Peer Addresses
      --peer-asn uint32       Peer AS Number
      --prefix-limit uint32   Prefix Limit
      --router-uuid string    Router UUID

Options inherited from parent commands

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

SEE ALSO