Specifications

Table Of Contents
2-533
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
tunable value
tunable value
To enable and disable a tunable and set a value for a tunable in the Cisco SCE platform, use the tunable
value command in the global configuration mode.
tunable tunable-name value value
Syntax Description
Command Default The default value differs based upon the tunables.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines A tunable is disabled only if the value is set to false. If not, the tunable will continue to be enabled.
The authorization used is root.
Examples The following example shows how to enable a tunable from the interface linecard configuration mode:
SCE>enable 15
Password:<cisco>
SCE#>configure ter
SCE(config)#>interface linecard 0
SCE(config)#>tunable tunable-name value true
SCE(config if)#>
The following example shows how to enter a value for a tunable from the interface linecard configuration
mode:
SCE>enable 15
Password:<cisco>
SCE#>configure ter
SCE(config)#>interface linecard 0
SCE(config if)#>tunable tunable-name value 255
tunable -name Defines the name of the tunable.
value The tunable value can either be a boolean or an integer. The value range is
from 0 to 65535 in case of integers.
Release Modification
3.7.x This command was introduced.