netscaler.adc.nsip6 module – Configuration for ip6 resource.
Note
This module is part of the netscaler.adc collection (version 2.6.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install netscaler.adc
.
To use it in a playbook, specify: netscaler.adc.nsip6
.
New in netscaler.adc 2.0.0
Synopsis
Configuration for ip6 resource.
Parameters
Parameter |
Comments |
---|---|
Advertise VIPs from Shared VLAN on Default Partition Choices:
|
|
Base NITRO API path. Define only in case of an ADM service proxy call Default: |
|
Decrement Hop Limit by 1 when Choices:
|
|
Allow dynamic routing on this IP address. Specific to Subnet IPv6 (SNIP6) address. Choices:
|
|
Allow File Transfer Protocol (FTP) access to this IP address. Choices:
|
|
Allow graphical user interface (GUI) access to this IP address. Choices:
|
|
Option to push the VIP6 to ZebOS routing table for Kernel route redistribution through dynamic routing protocols. Choices:
|
|
Respond to ICMP requests for this IP address. Choices:
|
|
IPv6 address of the gateway for the route. If Gateway is not set, VIP uses :: as the gateway. |
|
IPv6 address to create on the Citrix ADC. |
|
The ID of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The IP of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The name of the managed NetScaler instance to which NetScaler Console has to configure as a proxy server. Define only in case of an ADM service proxy call |
|
The password of the managed NetScaler instance. Define only in case of an ADM service proxy call In Settings > Administration > System Configurations > Basic Settings, if you select Prompt Credentials for Instance Login, ensure to configure username and password of a managed instance. |
|
The username of the managed NetScaler instance. Define only in case of an ADM service proxy call In Settings > Administration > System Configurations > Basic Settings, if you select Prompt Credentials for Instance Login, ensure to configure username and password of a managed instance. |
|
Mapped IPV4 address for the IPV6 address. |
|
Integer value to add to or subtract from the cost of the route advertised for the VIP6 address. |
|
Allow access to management applications on this IP address. Choices:
|
|
If enabled, this IP will be advertised by Citrix ADC to MPTCP enabled clients as part of ADD_ADDR option. Choices:
|
|
Respond to Neighbor Discovery (ND) requests for this IP address. Choices:
|
|
NdOwner in Cluster for VIPS and Striped SNIPS |
|
The IP address of the NetScaler ADC appliance acting as a proxy server. Define only in case of an ADM service proxy call Choices:
|
|
Option to push the SNIP6 subnet to ZebOS routing table for Kernel route redistribution through dynamic routing protocol. Choices:
|
|
The authentication token provided by a login operation. |
|
The password with which to authenticate to the NetScaler ADC node. |
|
Which protocol to use when accessing the nitro API objects. Choices:
|
|
The username with which to authenticate to the NetScaler ADC node. |
|
The ip address of the NetScaler ADC appliance where the nitro API calls will be made. The port can be specified with the colon (:). E.g. 192.168.1.1:555. |
|
Type of LSAs to be used by the IPv6 OSPF protocol, running on the Citrix ADC, for advertising the route for the VIP6 address. Choices:
|
|
ID of the area in which the Intra-Area-Prefix LSAs are to be advertised for the VIP6 address by the IPv6 OSPF protocol running on the Citrix ADC. When ospfArea is not set, VIP6 is advertised on all areas. |
|
in cluster system, if the owner node is down, whether should it respond to icmp/arp Choices:
|
|
ID of the cluster node for which you are adding the IP address. Must be used if you want the IP address to be active only on the specific node. Can be configured only through the cluster IP address. Cannot be changed after the IP address is created. |
|
Block access to nonmanagement applications on this IP address. This option is applicable forMIP6s, SNIP6s, and NSIP6s, and is disabled by default. Nonmanagement applications can run on the underlying Citrix ADC Free BSD operating system. Choices:
|
|
If The module will not save the configuration on the NetScaler ADC node if it made no changes. Choices:
|
|
Scope of the IPv6 address to be created. Cannot be changed after the IP address is created. Choices:
|
|
Allow Simple Network Management Protocol (SNMP) access to this IP address. Choices:
|
|
Allow secure Shell (SSH) access to this IP address. Choices:
|
|
The state of the resource being configured by the module on the NetScaler ADC node. When When When Choices:
|
|
Tag value for the network/host route associated with this IP. |
|
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. |
|
Allow Telnet access to this IP address. Choices:
|
|
Type of IP address to be created on the Citrix ADC. Cannot be changed after the IP address is created. Choices:
|
|
If Choices:
|
|
The VLAN number. |
|
A positive integer that uniquely identifies a VMAC address for binding to this VIP address. This binding is used to set up Citrix ADCs in an active-active configuration using VRRP. |
|
Enable or disable the state of all the virtual servers associated with this VIP6 address. Choices:
|
|
Advertise or do not advertise the route for the Virtual IP (VIP6) address on the basis of the state of the virtual servers associated with that VIP6. * * ONE VSERVER - Advertise the route for the VIP6 address if at least one of the associated virtual servers is in UP state. * ALL VSERVER - Advertise the route for the VIP6 address if all of the associated virtual servers are in UP state. * When Vserver RHI Level (RHI) parameter is set to
Choices:
|
Notes
Note
For more information on using Ansible to manage NetScaler ADC Network devices see https://www.ansible.com/integrations/networks/citrixadc.
Examples
---
- name: Sample Playbook
hosts: localhost
gather_facts: false
tasks:
- name: Sample Task | nsip6
delegate_to: localhost
netscaler.adc.nsip6:
state: present
ipv6address: ae80::1024:45aa:fe3b:9843/64
scope: link-local
type: SNIP
vlan: '1'
vserver: DISABLED
mgmtaccess: DISABLED
dynamicrouting: ENABLED
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Indicates if any change is made by the module Returned: always Sample: |
|
Dictionary of before and after changes Returned: always Sample: |
|
List of differences between the actual configured object and the configuration specified in the module Returned: when changed Sample: |
|
Indicates if the module failed or not Returned: always Sample: |
|
list of logged messages by the module Returned: always Sample: |