Next Topic

Previous Topic

Book Contents

dgeX.create

Creates a new DGE extension.

The dgex.create command is available only when logged into the BVE API server as superuser.

dgeX.create "dgexName=<value>"
, "description=<value>"
, "softLimit=<value>"
, "hardLimit=<value>"
[, "upstreamDgeName=<value>"]

The value for upstreamDgeAddress defaults to the configured host IP address of the upstream DGE. If the upstream DGE has multiple IP addresses, make sure to set upstreamDgeAddress to the IP address that is reachable by the DGE-extension.

Example

dgeX.create "dgexname="Cust-12" , "description=Acme Company HQ",
"softlimit=200", "hardlimit=500", "upstreamDgeName=Central-DGE-2",
"upstreamDgeAddress=192.168.10.222"