overlay-tunnel vtep remote-ipv6-address¶
Configure remote tunnel end point parameters
remote-ipv6-address Specification¶
Parameter Value Type Collection Object Key(s) ipv6-address Collection Name remote-ipv6-address-list Collection URI /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address Element Name remote-ipv6-address Element URI /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address} Element Attributes remote-ipv6-address_attributes Partition Visibility shared Schema remote-ipv6-address schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address | ||
Create List | POST | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address | ||
Get Object | GET | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address} | ||
Get List | GET | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address | ||
Modify Object | POST | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address} | ||
Replace Object | PUT | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address} | ||
Replace List | PUT | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address | ||
Delete Object | DELETE | /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address} |
remote-ipv6-address-list¶
remote-ipv6-address-list is JSON List of remote-ipv6-address attributes
remote-ipv6-address-list : [
]
remote-ipv6-address attributes¶
class-list
Description Name of the class-list
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/class-list
ipv6-address
Description IPv6 Address of the remote VTEP
Type: string
Format: ipv6-address
use-lif
Description: use-lif is a JSON Block. Please see below for use-lif
Type: Object
Reference Object: /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address}/use-lif
user-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
vni-list
Type: List
Reference Object: /axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address}/vni/{segment}
use-lif¶
Specification Value Type object lif
Description Logical interface binding the Provider Partition to the User Partition (logical interface name)
Type: string
Maximum Length: 15 characters
Maximum Length: 1 characters
partition
Description Name of the Partition with the L2 segment being extended (Name of the User Partition with the L2 segment being extended)
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/partition
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
vni-list¶
Specification Value Type list Block object keys segment
Description VNI configured for the remote VTEP
Type: number
Range: 1-16777215
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters