| addnspartition |
Use this method to creates a new admin partition |
Syntax |
Parameters |
partitionname |
Name of the Partition. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. This is mandatory parameter. |
maxbandwidth |
Maximum bandwidth, in Kbps, that the partition can consume. A zero value indicates the bandwidth is unrestricted on the partition and it can consume up to the system limits. Default value = 10240. |
maxconn |
Maximum number of concurrent connections that can be open in the partition. A zero value indicates no limit on number of open connections. Default value = 1024. |
maxmemlimit |
Maximum memory, in megabytes, allocated to the partition. A zero value indicates the memory is unlimited on the partition and it can consume up to the system limits. Default value = 10. Minimum value = 0. Maximum value = 1048576. |
partitionmac |
Special MAC address for the partition which is used for communication over shared vlans in this partition. If not specified, the MAC address is auto-generated. |
Return Value |
Returns simpleResult |
See Also |