Home > Configuration > Network > addvlan

addvlan

Use this method to adds a VLAN to the Citrix ADC.The newVLAN is not active unless interfaces are bound to it.

Syntax



Parameters

id

A positive integer that uniquely identifies a VLAN.
This is mandatory parameter.
Minimum value = 1.
Maximum value = 4094.

aliasname

A name for the VLAN. Must begin with a letter, a number, or the underscore symbol, and can consist of from 1 to 31 letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at sign (@), equals (=), colon (:), and underscore (_) characters. You should choose a name that helps identify the VLAN. However, you cannot perform any VLAN operation by specifying this name instead of the VLAN ID.

dynamicrouting

Enable dynamic routing on this VLAN.
Default value = DISABLED.

ipv6dynamicrouting

Enable all IPv6 dynamic routing protocols on this VLAN. Note: For the ENABLED setting to work, you must configure IPv6 dynamic routing protocols from the VTYSH method line.
Default value = DISABLED.

mtu

Specifies the maximum transmission unit (MTU), in bytes. The MTU is the largest packet size, excluding 14 bytes of ethernet header and 4 bytes of crc, that can be transmitted and received over this VLAN.
Default value = 0.
Minimum value = 500.
Maximum value = 9216.

sharing

If sharing is enabled, then this vlan can be shared across multiple partitions by binding it to all those partitions. If sharing is disabled, then this vlan can be bound to only one of the partitions.
Default value = DISABLED.

Return Value

Returns simpleResult

See Also