| getroute6Result Structure Definition |
The getroute6Result structure defines the return type for getroute6 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. |
route6List |
List of route6s |
| route6 Structure Definition |
The route6 structure defines the actual return type values for getroute6 API. |
Syntax |
Members |
network |
IPv6 network address of the route entry for which to display details. |
gateway |
Any gateway of the route entry for which to display details. |
vlan |
Integer that uniquely identifies the VLAN defined for this route. |
vxlan |
Integer value that uniquely identifies a VXLAN through which the Citrix ADC forwards the packets for this route. |
routetype |
The type of IPv6 routes to be to be displayed. |
detail |
To get a detailed view. |
mgmt |
Route in management plane. |
gatewayname |
The name of the gateway for this route. |
advertise |
Any gateway of the route entry for which the details are to be displayed. |
type |
State of the RNAT. |
weight |
Weight of this route. |
distance |
Administrative distance of this route from the appliance. |
cost |
Positive integer used by the routing algorithms to determine preference for this route. The lower the cost, the higher the preference. |
data |
Internal data of this route. NOTE: This attribute is deprecated. This option is deprecated in favour of NSA_DATA1 |
flags |
For a dynamic route, the routing protocol from which the route was learned. |
msr |
Whether MSR is enabled or disabled. |
monitor |
Name of the monitor, of type ND6 or PING, configured on the Citrix ADC to monitor this route. |
state |
Whether this route is UP or DOWN. |
totalprobes |
The total number of probes sent. |
totalfailedprobes |
The total number of failed probes. |
failedprobes |
Current number of failed monitoring probes. |
monstatcode |
The code indicating the monitor response. |
monstatparam1 |
First parameter for use with message code. |
monstatparam2 |
Second parameter for use with message code. |
monstatparam3 |
Third parameter for use with message code. |
data1 |
Internal data of this route. |
routeowners |
Use this option with -dynamic and in a cluster only to specify the set of nodes from which this dynamic route has been learnt. |
retain |
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. |
_nextgenapiresource |
See Also |