ip6Tunnel¶
The following operations can be performed on "ip6Tunnel":
add ip6Tunnel¶
Creates an IPv6 tunnel. An IP tunnel is a communication channel, using encapsulation technologies, between two networks that do not have a routing path. Every IP packet that is shared between the two networks is encapsulated within another packet and then sent through the tunnel.
Synopsys¶
add ip6Tunnel <name> <remote> <local> [-ownerGroup <string>]
Arguments¶
name
Name for the IPv6 Tunnel. Cannot be changed after the service group is created. Must begin with a number or letter, and can consist of letters, numbers, and the @ _ - . (period) : (colon) # and space ( ) characters.
remote
An IPv6 address of the remote NetScaler appliance used to set up the tunnel.
local
An IPv6 address of the local NetScaler appliance used to set up the tunnel.
ownerGroup
The owner node group in a Cluster for the tunnel.
Default value: DEFAULT_NG
Example¶
add ip6tunnel tun6 9901::200/64 *
rm ip6Tunnel¶
Removes an IPv6 tunnel from the NetScaler appliance.
Synopsys¶
rm ip6Tunnel <name>
Arguments¶
name
Name of the IPv6 tunnel to be removed.
Example¶
rm ip6tunnel tun6
show ip6Tunnel¶
Displays the settings of all IPv6 tunnels configured on the NetScaler appliance, or of the specified IPv6 tunnel.
Synopsys¶
show ip6Tunnel [<name> | <remote>]
Arguments¶
name
Name of the IPv6 tunnel whose details you want to display.
remote
The IPv6 address at which the remote NetScaler appliance connects to the tunnel.
Outputs¶
remoteIP
The remote IP address or subnet of the tunnel.
local
An IPv6 address of the local NetScaler appliance used to set up the tunnel.
type
The type of this tunnel.
encapIp
The effective local IP address of the tunnel. Used as the source of the encapsulated packets.
ownerGroup
The owner node group in a Cluster for the tunnel.
devno
count
stateflag
Example¶
1) Name.........: tun61 Remote.......: 9901::200/64 Local........: * Encap.....: ::0/128 Type......: C2) Name.........: tun62 Remote.......: 9903::400/84 Local........: 9903::100 Encap.....: ::0/128 Type......: C3) Name.........: Remote.......: 9902::300/90 Local........: * Encap.....: 9902::100 Type......: I