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

Removes this L2TPv3 policy settings or reverts them to default values

Supported in the following platforms:

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

Syntax

no [cookie-size|failover-delay|force-l2-path-recovery|hello-interval|
reconnect-attempts|reconnect-interval|retry-attempts|retry-interval|rx-window-size|
tx-window-size]

Parameters

no <PARAMETERS>
no <PARAMETERS> Negates or reverts L2TPV3 policy settings to default

Examples

The following example shows the l2tpv3 policy ‘L2TPV3Policy1‘ settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#show context
l2tpv3 policy L2TPV3Policy1
 hello-interval 200
 retry-attempts 10
 retry-interval 30
 cookie-size 8
 reconnect-interval 100
 reconnect-attempts 50
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#no hello-interval
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#no reconnect-attempts
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#no reconnect-interval
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#no retry-attempts
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#no retry-interval
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#no cookie-size

The following example shows the l2tpv3 policy ‘L2TPV3Policy1‘ settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#show context
l2tpv3 policy L2TPV3Policy1
nx9500-6C8809(config-l2tpv3-policy-L2TPV3Policy1)#