INS_CNGE3FE8MS[POE][HO] Rev. 11.7.17 PAGE 276
INSTRUCTION MANUAL CNGE3FE8MS[POE][HO]
TECH SUPPORT: 1.888.678.9427
Command line editing is enabled
Display EXEC banner is enabled.
Display Day banner is enabled.
Terminal width is 80.
length is 0.
history size is 32.
exec-timeout is 0 min 0 second.
Current session privilege is 15.
Elapsed time is 0 day 0 hour 16 min 31 sec. Idle time is 0 day 0 hour 0 min 0 sec.
! Then we do the same, but for all future console sessions. Note how the
commands
! have no ‘terminal’ prefix (‘terminal length’ vs. ‘length’):
my-device# configure terminal
my-device(config)# line console 0
my-device(config-line)# exec-timeout 0
my-device(config-line)# length 0
my-device(config-line)# end
! Finally save the configuration to startup-config to make it persistent:
my-device# copy running-config startup-config
Building configuration...
% Saving 1287 bytes to flash:startup-config
My-device#