Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)

Another tunnel with the same endpoints should not exist.
Only one of -jumbo or -mtu options can be specified.
A value within the range of 1280 to 65508 must be specified for the -mtu option.
For tunnel -delete:
The interface tunnel-interface is not configured.
The interface tunnel-interface is UP; cannot execute this command.
For tunnel -info:
Tunnel interface interface configuration does not exist.
CONSIDERATIONS
As of J06.10 and H06.21, tunnels can be added only in upper case, but existing tunnels in lower
case are supported and do not need to be deleted and re-added.
The parent interface and the local endpoint address should be configured before adding the tunnel
interface.
eth0, lo, and eth0:0 are not valid parent interfaces for a tunnel interface.
A tunnel interface cannot be the parent interface of a tunnel interface.
If the Maximum Transfer Unit (MTU) value of an active interface is changed using the jumbo option,
a failover of that interface might occur.
A different tunnel with the same endpoints cannot exist.
EXAMPLES
> CLIMCMD clim1 climconfig tunnel -add MYTUN1
-ipaddress 2001:0db8:fff5:6::101
-netmask 64 -endpoint 15.76.217.111 -local 15.76.217.35 -intf eth1
> CLIMCMD 100.253.17.2 climconfig tunnel -delete MYTUN1
> CLIMCMD clim1 climconfig tunnel -info MYTUN1
Interface : MYTUN1
Interface Type : Point-to-Point Tunnel Interface
MTU Size : 1280
Associated Parent Interface Name: eth5
Local Endpoint Address : 1.2.3.15
Remote Endpoint Address : 1.2.3.4
TTL value : Unspecified
IP Address : dead:beef:face::1/64
> CLIMCMD clim1 climconfig tunnel -info TUN2 -obeyform
climconfig tunnel \
-add TUN2 \
-ipaddress 3ffe::218:71ff:fe79:b378 \
-netmask 64 \
-local 173.17.190.40 \
-endpoint 173.17.190.100 \
-intf eth4
#CLIMCMD expects 'exit' to be the last command.
#This is required to terminate CLIMCMD session.
exit
Termination Info: 0
SEE ALSO
climconfig vpn
380