no (l2tpv3-tunnel-config-mode-command)

Removes this L2TPv3 tunnel settings or reverts them to default value

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [establishment-criteria|fast-failover|hostname|local-ip-address|mtu|peer <1-2>|preempt|router-id|session|use]

Parameters

no <PARAMETERS>
no <PARAMETERS> Negates or reverts a L2TPv3 tunnel settings to default, based on the parameters passed

Examples

The tunnel settings before the ‘no‘ command is executed:

nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#show context
 l2tpv3 tunnel Tunnel1
  local-ip-address 172.16.10.2
  mtu 1280
  hostname TunnelHost1
  establishment-criteria cluster-master
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#no local-ip
-address
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#no mtu
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#no hostname

The tunnel settings after the ‘no‘ command is executed:

nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#show context
 l2tpv3 tunnel Tunnel1
  establishment-criteria cluster-master
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-tunnel-Tunnel1)#