no [local-cookie|local-ip-address|local-session-id|mtu|peer|remote-cookie| remote-session-id|traffic-source]
no <PARAMETERS>
no <PARAMETERS> | Negates or reverts L2TPv3 manual session settings to default |
The following example shows the manual session ‘test‘ settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-profile default-nx5500-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-nx5500-l2tpv3-manual-session-test)#
nx9500-6C8809(config-profile default-nx5500-l2tpv3-manual-session-test)#no local-ip-address
nx9500-6C8809(config-profile default-nx5500-l2tpv3-manual-session-test)#no local-session-id
nx9500-6C8809(config-profile default-nx5500-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-nx5500-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-nx5500-l2tpv3-manual-session-test)#