| getvxlanResult Structure Definition |
The getvxlanResult structure defines the return type for getvxlan API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
vxlanList |
List of vxlans |
| vxlan Structure Definition |
The vxlan structure defines the actual return type values for getvxlan API. |
Syntax |
Members |
vlan |
ID of VLANs whose traffic is allowed over this VXLAN. If you do not specify any VLAN IDs, the Citrix ADC allows traffic of all VLANs that are not part of any other VXLANs. |
port |
Specifies UDP destination port for VXLAN packets. |
dynamicrouting |
Enable dynamic routing on this VXLAN. |
ipv6dynamicrouting |
Enable all IPv6 dynamic routing protocols on this VXLAN. Note: For the ENABLED setting to work, you must configure IPv6 dynamic routing protocols from the VTYSH method line. |
innervlantagging |
Specifies whether Citrix ADC should generate VXLAN packets with inner VLAN tag. |
tunnel |
Specifies the name of the configured tunnel to be associated with this VXLAN. NOTE: This attribute is deprecated. |
ipaddress |
The IP address assigned to the VXLAN. |
netmask |
Subnet mask for the network address defined for this VXLAN. |
td |
Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0. |
type |
VXLAN encapsulation type. VXLAN, VXLANGPE |
protocol |
VXLAN-GPE next protocol. RESERVED, IPv4, IPv6, ETHERNET, NSH |
partitionname |
The Partition to which this vxlan is bound |
srcip |
The source IP address to use in outgoing vxlan packets. |
_nextgenapiresource |
See Also |