Home > Configuration > Network > addroute6

addroute6

Use this method to adds an IPv6 static route to the routing table of the Citrix ADC.

Syntax



Parameters

network

IPv6 network address for which to add a route entry to the routing table of the Citrix ADC.
This is mandatory parameter.

gateway

The gateway for this route. The value for this parameter is either an IPv6 address or null.
Default value = 0.

vlan

Integer value that uniquely identifies a VLAN through which the Citrix ADC forwards the packets for this route.
Default value = 0.
Minimum value = 0.
Maximum value = 4094.

vxlan

Integer value that uniquely identifies a VXLAN through which the Citrix ADC forwards the packets for this route.
Minimum value = 1.
Maximum value = 16777215.

weight

Positive integer used by the routing algorithms to determine preference for this route over others of equal cost. The lower the weight, the higher the preference.
Default value = 1.
Minimum value = 1.
Maximum value = 65535.

distance

Administrative distance of this route from the appliance.
Default value = 1.
Minimum value = 1.
Maximum value = 254.

cost

Positive integer used by the routing algorithms to determine preference for this route. The lower the cost, the higher the preference.
Default value = 1.
Maximum value = 65535.

advertise

Advertise this route.

msr

Monitor this route with a monitor of type ND6 or PING.
Default value = DISABLED.

monitor

Name of the monitor, of type ND6 or PING, configured on the Citrix ADC to monitor this route.

ownergroup

The owner node group in a Cluster for this route6. If owner node group is not specified then the route is treated as Striped route.
Default value = DEFAULT_NG.

mgmt

Route in management plane.

Return Value

Returns simpleResult

See Also