scaleout cluster local-device traffic-redirection¶
Redirect interfaces and options
traffic-redirection Specification¶
Parameter
Value
Type
Configuration Resource
Element Name
traffic-redirection
Element URI
/axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection
Element Attributes
traffic-redirection_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection | ||
Get Object | GET | /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection | ||
Modify Object | POST | /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection | ||
Replace Object | PUT | /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection | ||
Delete Object | DELETE | /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection |
traffic-redirection attributes¶
encap
Description: encap is a JSON Block. Please see below for encap
Type: Object
Reference Object: /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection/encap
follow-shared
Description Follow shared partition for redirection
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
interfaces
Description: interfaces is a JSON Block. Please see below for interfaces
Type: Object
Reference Object: /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection/interfaces
reachability-options
Description: reachability-options is a JSON Block. Please see below for reachability-options
Type: Object
Reference Object: /axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection/reachability-options
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
interfaces¶
Specification
Value
Type
object
eth-cfg
Type: List
loopback-cfg
Type: List
trunk-cfg
Type: List
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
ve-cfg
Type: List
interfaces_eth-cfg¶
Specification
Value
Type
list
Block object keys
ethernet
Description Ethernet Interface (Ethernet interface number)
Type: number
Format: interface
interfaces_trunk-cfg¶
Specification
Value
Type
list
Block object keys
trunk
Description Trunk Interface (Trunk interface number)
Type: number
Range: 1-4096
interfaces_ve-cfg¶
Specification
Value
Type
list
Block object keys
ve
Description Virtual ethernet Interface (Virtual ethernet interface number)
Type: number
Range: 2-4094
interfaces_loopback-cfg¶
Specification
Value
Type
list
Block object keys
loopback
Description Loopback Interface (Loopback interface number)
Type: number
Range: 0-10
reachability-options¶
Specification
Value
Type
object
skip-default-route
Description Do not choose default route for redirection
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
encap¶
Specification
Value
Type
object
type
Description ‘vxlan’: Use vxlan for encapsulation;
Type: string
Supported Values: vxlan
Default: vxlan
use-v4-vxlan
Description Always use IPv4 VxLAN for redirection
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters