cgnv6 one-to-one pool¶
Configure CGNv6 one-to-one pool
pool Specification¶
Type Collection Object Key(s) pool-name Collection Name pool-list Collection URI /axapi/v3/cgnv6/one-to-one/pool Element Name pool Element URI /axapi/v3/cgnv6/one-to-one/pool/{pool-name} Element Attributes pool_attributes Statistics Data URI /axapi/v3/cgnv6/one-to-one/pool/{pool-name}/stats Schema pool schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/cgnv6/one-to-one/pool | ||
Create List | POST | /axapi/v3/cgnv6/one-to-one/pool | ||
Get Object | GET | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Get List | GET | /axapi/v3/cgnv6/one-to-one/pool | ||
Modify Object | POST | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Replace Object | PUT | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Replace List | PUT | /axapi/v3/cgnv6/one-to-one/pool | ||
Delete Object | DELETE | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} |
pool-list¶
pool-list is JSON List of pool attributes
pool-list : [
]
pool attributes¶
end-address
Description Configure end IP address of NAT pool
Type: string
Format: ipv4-address
group
Description Share with a partition group (Partition Group Name)
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
netmask
Description Configure mask for pool
Type: string
Format: ipv4-netmask-brief
partition
Description Share with a single partition (Partition Name)
Type: string
Maximum Length: 14 characters
Maximum Length: 1 characters
pool-name
Description Specify pool name or pool group
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
shared
Description Share this pool with other partitions (default: not shared)
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
start-address
Description Configure start IP address of NAT pool
Type: string
Format: ipv4-address
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
vrid
Description Configure VRRP-A vrid (Specify ha VRRP-A vrid)
Type: number
Range: 1-31
stats data¶
Counter | Size | Description | |
---|---|---|---|
used-address | 8 | Used Address | |
total-address | 8 | Total Address | |
free-address | 8 | Free Address |