Step 1 |
hostname
name
Use the
hostname
name command to perform the basic system management task of assigning a name for your device.
Router(config)# hostname host1
|
Step 2 |
prompt
string
or
no
service
prompt
config
By default, the CLI prompt consists of the system name followed by an angle bracket (>) for user EXEC mode or a pound sign
(#) for privileged EXEC mode. Use the the
prompt
string or the
no
service
prompt
config command to customize the CLI prompt for your system.
Router(config)# prompt Router123
Router(config)# no service prompt config
|
Step 3 |
alias
mode
alias-name
alias-command-line
Use the
alias
mode
alias-name
alias-command-line command to create a command alias.
Router(config)# alias exec save config copy running-config startup-config
|
Step 4 |
service
tcp-small-servers
Use the
service
tcp-small-servers command to enable minor TCP services such as chargen, daytime, discard, and echo.
Note
|
The
no form of the
service
tcp-small-servers command will appear in the configuration file when these basic services are disabled.
|
Router(config)# service tcp-small-servers
|
Step 5 |
service
udp-small-servers
Use the
service
udp-small-servers command to enable minor UDP services such as chargen, daytime, discard, and echo.
Note
|
The
no form of the
service
udp-small-servers command will appear in the configuration file when these basic services are disabled.
|
Router(config)# service udp-small-servers
|
Step 6 |
no
ip
bootp
server
Use the
no
ip
bootp
server command to disable the BOOTP server on your platform.
Router(config)# no ip bootp server
|
Step 7 |
ip
finger
Use the
ip
finger command to enable a Cisco device to respond to Finger (port 79) requests. When the
ip
finger command is configured, the router will respond to a
telnet
a.b.c.d
finger command from a remote host by immediately displaying the output of the
show
users command and then closing the connection.
Router(config)# ip finger
|
Step 8 |
ip
finger
rfc-compliant
Use the
ip
finger
rfc-compliant command to configure the finger protocol to be compliant with RFC 1288. The
ip
finger
rfc-compliant command should not be configured for devices with more than 20 simultaneous users. When the
ip
finger
rfc-compliant command is configured, the router will wait for input before displaying any information. The remote user can then press the
Return key to display the output of the
show
users command, or enter
/W to display the output of the
show
users
wide command. After this information is displayed, the connection is closed.
Router(config)# ip finger rfc-compliant
|
Step 9 |
service
hide-telnet-address
Use the
service
hide-telnet-address command to configure the router to suppress Telnet addresses.
Router(config)# service hide-telnet-address
|
Step 10 |
line
line-number
Use the line command to enter line configuration mode.
|
Step 11 |
exit
Use the
exit command to exit line configuration mode and return to global configuration mode.
Router(config-line)# exit
|
Step 12 |
exit
Use the
exit command to exit line configuration mode and return to global configuration mode.
Router(config-line)# exit
|
Step 13 |
busy-message
hostname message
Use the
busy-message command with the
service
hide-telnet-address command to customize the information displayed during Telnet connection attempts. If the connection attempt fails, the router
suppresses the address and displays the message specified with the
busy-message command.
Router(config)# busy-message host1 message1
|
Step 14 |
service
exec-wait
Use the
service
exec-wait command to delay the startup of the EXEC process on noisy lines until the line has been idle for 3 seconds.
Router(config)# service exec-wait
|
Step 15 |
service
telnet-zero-idle
Use the
service
telnet-zero-idle command to configure the Cisco IOS software to set the TCP window to zero (0) when the Telnet connection is idle.
Router(config)# service telnet-zero-idle
|
Step 16 |
load-interval
seconds
Use the
load-interval
seconds command to change the length of time for which a set of data is used to compute load statistics.
Router(config)# load-interval 100
|
Step 17 |
service
nagle
Use the
service
nagle command to enable the Nagle algorithm and thereby reduce the number of TCP transactions.
Router(config)# load-interval 100
|
Step 18 |
scheduler
interval
milliseconds
Use the
scheduler
interval
milliseconds command to define the maximum amount of time that can elapse without running the lowest-priority system processes.
Router(config)# scheduler interval 100
|
Step 19 |
scheduler
allocate
[network-microseconds
process-microseconds ]
Use the
scheduler
allocate command to change the amount of time that the CPU spends on fast-switching and process-level operations on the Cisco 7200
series and Cisco 7500 series routers.
Caution
|
Cisco recommends that you do not change the default values of the
scheduler
allocate command.
|
Router(config)# scheduler allocate 5000 200
|
Step 20 |
scheduler
process-watchdog
{hang |
normal |
reload |
terminate }
Use the
scheduler
process-watchdog {hang |
normal |
reload |
terminate } command to configure the characteristics for a looping process.
Router(config)# scheduler process-watchdog hang
|
Step 21 |
buffers
{small |
middle |
big |
verybig |
large |
huge |
type
number } {permanent |
max-free |
min-free |
initial }
number
Use the
buffers {small |
middle |
big |
verybig |
large |
huge |
type
number } {permanent |
max-free |
min-free |
initial }
number command to adjust the system buffer size.
Router(config)# buffers small permanent 10
Caution
|
Cisco does not recommend that you adjust these parameters. Improper settings can adversely impact the system performance.
|
|
Step 22 |
exit
Use the
exit command to exit global configuration mode and return to privileged EXEC mode.
|
Step 23 |
show
aliases
[mode ]
Use the
show
aliases [mode ] command to display a list of command aliases currently configured on your system, and the original command syntax for those
aliases.
Router# show aliases exec
|
Step 24 |
show
buffers
Use the
show
buffers command to display buffer information. For more information about this command, see the Cisco IOS Configuration Fundamentals
Command Reference.
Router# show buffers
Buffer elements:
1119 in free list (1119 max allowed)
641606 hits, 0 misses, 619 created
Public buffer pools:
Small buffers, 104 bytes (total 50, permanent 50):
48 in free list (20 min, 150 max allowed)
2976557 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Middle buffers, 600 bytes (total 25, permanent 25, peak 37 @ 2w0d):
25 in free list (10 min, 150 max allowed)
445110 hits, 4 misses, 12 trims, 12 created
0 failures (0 no memory)
Big buffers, 1536 bytes (total 50, permanent 50):
50 in free list (5 min, 150 max allowed)
58004 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
VeryBig buffers, 4520 bytes (total 10, permanent 10):
10 in free list (0 min, 100 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Large buffers, 5024 bytes (total 0, permanent 0):
0 in free list (0 min, 10 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Huge buffers, 18024 bytes (total 0, permanent 0):
0 in free list (0 min, 4 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Interface buffer pools:
Syslog ED Pool buffers, 600 bytes (total 282, permanent 282):
257 in free list (282 min, 282 max allowed)
32 hits, 0 misses
IPC buffers, 4096 bytes (total 2, permanent 2):
1 in free list (1 min, 8 max allowed)
1 hits, 0 fallbacks, 0 trims, 0 created
0 failures (0 no memory)
Header pools:
Header buffers, 0 bytes (total 511, permanent 256, peak 511 @ 2w0d):
255 in free list (256 min, 1024 max allowed)
171 hits, 85 misses, 0 trims, 255 created
0 failures (0 no memory)
256 max cache size, 256 in cache
0 hits in cache, 0 misses in cache
Particle Clones:
1024 clones, 0 hits, 0 misses
Public particle pools:
F/S buffers, 128 bytes (total 512, permanent 512):
0 in free list (0 min, 512 max allowed)
512 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
512 max cache size, 512 in cache
0 hits in cache, 0 misses in cache
Normal buffers, 512 bytes (total 2048, permanent 2048):
2048 in free list (1024 min, 4096 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Private particle pools:
HQF buffers, 0 bytes (total 2000, permanent 2000):
2000 in free list (500 min, 2000 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Serial2/0 buffers, 512 bytes (total 256, permanent 256):
0 in free list (0 min, 256 max allowed)
256 hits, 0 fallbacks
256 max cache size, 132 in cache
124 hits in cache, 0 misses in cache
10 buffer threshold, 0 threshold transitions
Serial2/1 buffers, 512 bytes (total 256, permanent 256):
0 in free list (0 min, 256 max allowed)
256 hits, 0 fallbacks
256 max cache size, 132 in cache
124 hits in cache, 0 misses in cache
10 buffer threshold, 0 threshold transitions
|