cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
476
Views
0
Helpful
4
Replies

Router config

skhirbash
Level 1
Level 1

This is a simple one. how how I reduce the time so the the telnet session won't time out on me?

Also, how do I get the router not to display or echo a statement after I do any modification. For example, after I change the configuration on an interface, the router echos the following: *Nov 30 09:14:25: %SYS-5-CONFIG_I: Configured from console by cisco on console". How do I disable the router from displaying this?

Thanks in advance,

sK

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

For changing the telnet timeout. Try the following:

Router(config)#line vty 0 4

Router(config-line)#exec timeout 30

The 30 in the above statement is idle minutes before disconnect.

To remove any messages, type the following:

Router(config)#no logging monitor

HTH and please rate.

View solution in original post

4 Replies 4

Collin Clark
VIP Alumni
VIP Alumni

For changing the telnet timeout. Try the following:

Router(config)#line vty 0 4

Router(config-line)#exec timeout 30

The 30 in the above statement is idle minutes before disconnect.

To remove any messages, type the following:

Router(config)#no logging monitor

HTH and please rate.

Actually, the command is

no logging console

no logging monitor affects all monitored connections which include any SNMP logging traps among other things.

You are correct. The no logging monitor didn't work but the no logging cosole worked.

Thanks,

sK

no logging monitor will shut off the messages during a telnet session and you got the console one figured out.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: