no (l2tpv3-manual-session-config-mode-command)

Removes this L2TPV3 manual session 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 [local-cookie|local-ip-address|local-session-id|mtu|peer|remote-cookie|
remote-session-id|traffic-source]

Parameters

no <PARAMETERS>
no <PARAMETERS> Negates or reverts L2TPv3 manual session settings to default

Examples

The following example shows the manual session ‘test‘ settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#show context
 l2tpv3 manual-session test
  local-ip-address 1.2.3.4
  peer ip-address 5.6.7.8 udp port 150
  traffic-source vlan 50-60 native-vlan 2
  local-session-id 1
  remote-session-id 200
  remote-cookie size 8 400 700
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#no local-ip-address
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#no local-session-id
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#no remote-session-id

The following example shows the manual session ‘test‘ settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#show context
 l2tpv3 manual-session test
  peer ip-address 5.6.7.8 udp port 150
  traffic-source vlan 50-60 native-vlan 2
  remote-cookie size 8 400 700
nx9500-6C8809(config-profile default-rfs4000-l2tpv3-manual-session-test)#