no

gre-config-instance

Removes or resets the GRE tunnel settings based on the parameters passed

Supported in the following platforms:

Syntax

no [dscp|establishment-criteria|failover|mtu|native|peer|tunneled-vlan]
no [dscp|establishment-criteria|failover|tunneled-vlan]
no mtu [ipv4|ipv6]
no native [tagged|vlan]
no peer <1-2>

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or resets the GRE tunnel‘s settings based on the parameters passed

Example

The following example shows the GRE tunnel ‘testGRETunnel‘ settings before the no commands are executed:

nx9500-6C8809(config-profile test410-gre-tunnel-test)#show context
 gre tunnel testGRETunnel
  peer 1 ip 192.168.13.6
  native vlan 1
  tunneled-vlan 1,10
  native tagged
  dscp 20
  failover interval 200 retry 5
nx9500-6C8809(config-profile test410-gre-tunnel-test)#

nx9500-6C8809(config-profile test410-gre-tunnel-test)#no dscp
nx9500-6C8809(config-profile test410-gre-tunnel-test)#no native vlan
nx9500-6C8809(config-profile test410-gre-tunnel-test)#no tunneled-vlan
nx9500-6C8809(config-profile test410-gre-tunnel-test)#no failover

The following example shows the GRE tunnel ‘testGRETunnel‘ settings after the no commands are executed:

nx9500-6C8809(config-profile test410-gre-tunnel-test)#show context
 gre tunnel testGRETunnel
  peer 1 ip 192.168.13.6
  native tagged
nx9500-6C8809(config-profile test410-gre-tunnel-test)#