ES-2048 User’s Guide

33.4.2 Resetting Commands

Use the no command to reset switch settings to their default values.

Syntax:

no https timeout

Resets the https session timeout to default.

An example is shown next. The session timeout is reset to 300 seconds.

sysname(config)# no https timeout Cache timeout 300

33.4.3 Re-enable commands

The no command can also be used to re-enable features which have been disabled.

Syntax:

no ip route <ip> <mask> inactive

where

 

<ip> <mask> inactive

= Re-enables an ip route with the specified IP address and

 

subnet mask.

An example is shown next.

 

Enable the IP route with the IP address of 192.168.11.1 and subnet mask of 255.255.255.0. This ip route must have already been created and made inactive prior to re-enable command being applied.

sysname(config)# no ip route 192.168.11.1 255.255.255.0 inactive

33.4.4 Other Examples of no Commands

In some cases the no command can disable a feature, disable an option of a feature or disable a feature on a port by port basis.

Chapter 33 Configuration Mode Commands

253