Removes or resets the GRE tunnel settings based on the parameters passed
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>
no <PARAMETERS>
no <PARAMETERS> | Removes or resets the GRE tunnel‘s settings based on the parameters passed |
The following example shows the GRE tunnel ‘testGRETunnel‘ settings before the no commands are executed:
rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#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 rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)# rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#no dscp rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#no native vlan rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#no tunneled-vlan rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#no failover
The following example shows the GRE tunnel ‘testGRETunnel‘ settings after the no commands are executed:
rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#show context gre tunnel testGRETunnel peer 1 ip 192.168.13.6 native tagged rfs4000-229D58(config-device 00-23-68-22-9D-58-gre-tunnel-testGRETunnel)#