- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 09:13 AM - edited 03-05-2019 07:44 PM
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
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 09:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 09:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 10:16 AM
Actually, the command is
no logging console
no logging monitor affects all monitored connections which include any SNMP logging traps among other things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 10:43 PM
You are correct. The no logging monitor didn't work but the no logging cosole worked.
Thanks,
sK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 06:40 AM
no logging monitor will shut off the messages during a telnet session and you got the console one figured out.
