overlay-tunnel vtep destination-ip-address¶
Configure remote tunnel end point parameters
destination-ip-address Specification¶
Type Collection Object Key(s) ip-address Collection Name destination-ip-address-list Collection URI /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address Element Name destination-ip-address Element URI /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address} Element Attributes destination-ip-address_attributes Schema destination-ip-address schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address | ||
Create List | POST | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address | ||
Get Object | GET | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address} | ||
Get List | GET | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address | ||
Modify Object | POST | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address} | ||
Replace Object | PUT | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address} | ||
Replace List | PUT | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address | ||
Delete Object | DELETE | /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address} |
destination-ip-address-list¶
destination-ip-address-list is JSON List of destination-ip-address attributes
destination-ip-address-list : [
destination-ip-address attributes¶
encap
Description ‘nvgre’: Tunnel Encapsulation Type is NVGRE; ‘vxlan’: Tunnel Encapsulation Type is VXLAN;
Type: string
Supported Values: nvgre, vxlan
ip-address
Description IP Address of the remote VTEP
Type: string
Format: ipv4-address
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
Refernce Object: /axapi/v3/overlay-tunnel/vtep/{id}/destination-ip-address/{ip-address}/vni/{segment}
vni-list¶
Specification 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