cgnv6 nptv6 domain¶
Configure NPTv6 translation domain
domain Specification¶
Type Collection Object Key(s) name Collection Name domain-list Collection URI /axapi/v3/cgnv6/nptv6/domain Element Name domain Element URI /axapi/v3/cgnv6/nptv6/domain/{name} Element Attributes domain_attributes Statistics Data URI /axapi/v3/cgnv6/nptv6/domain/{name}/stats Schema domain schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/cgnv6/nptv6/domain | ||
Create List | POST | /axapi/v3/cgnv6/nptv6/domain | ||
Get Object | GET | /axapi/v3/cgnv6/nptv6/domain/{name} | ||
Get List | GET | /axapi/v3/cgnv6/nptv6/domain | ||
Modify Object | POST | /axapi/v3/cgnv6/nptv6/domain/{name} | ||
Replace Object | PUT | /axapi/v3/cgnv6/nptv6/domain/{name} | ||
Replace List | PUT | /axapi/v3/cgnv6/nptv6/domain | ||
Delete Object | DELETE | /axapi/v3/cgnv6/nptv6/domain/{name} |
domain-list¶
domain-list is JSON List of domain attributes
domain-list : [
]
domain attributes¶
inside-prefix
Description Configure inside network prefix (Inside IPv6 network prefix)
Type: string
Format: ipv6-address-plen
name
Description Name of NPTv6 domain
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
outside-prefix
Description Configure outside network prefix (Outside IPv6 network prefix)
Type: string
Format: ipv6-address-plen
sampling-enable
Type: Listuser-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification Type list Block object keys counters1
Description ‘all’: all; ‘outbound-packets’: Outbound Packets; ‘inbound-packets’: Inbound Packets; ‘hairpin-packets’: Hairpin Packets; ‘address-not-valid-for-translation’: Address Not Valid For Translation; ‘inbound-packets-no-map’: Inbound Packets No Map; ‘packets-dest-unreachable’: Packets Destination Unreachable;
Type: string
Supported Values: all, outbound-packets, inbound-packets, hairpin-packets, address-not-valid-for-translation, inbound-packets-no-map, packets-dest-unreachable
stats data¶
Counter | Size | Description | |
---|---|---|---|
inbound-packets | 8 | Inbound Packets | |
hairpin-packets | 8 | Hairpin Packets | |
inbound-packets-no-map | 8 | Inbound Packets No Map | |
outbound-packets | 8 | Outbound Packets | |
address-not-valid-for-translation | 8 | Address Not Valid For Translation | |
packets-dest-unreachable | 8 | Packets Destination Unreachable |