
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2009 06:07 AM - edited 03-06-2019 06:27 AM
transport input telnet
will only allow telnet
transport input ssh
will allow only ssh
transport input telnet ssh
will only allow telnet and ssh
what will the default do?
as opposed to the transport input all?
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 07:49 AM
Richard,
You are indeed correct. That section of the documentation needs to be updated. It does mention in the 'Usage Guidelines' that the default 'none' applies to TTY connections but there is no mention of VTY connections.
I did a little digging and it seems the VTY connections default is set to 'all' but the documentation makes no mention of it.
__
Edison.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2009 07:21 AM
The default is 'none'
http://www.cisco.com/en/US/docs/ios/termserv/command/reference/tsv_s1.html#wp1022885
HTH,
__
Edison.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 06:42 AM
is the default dependant on the IOS?
this is the running config from a cat switch.
it appears to be at default..
but if it was none, i shouldn't be able to telnet ..right?
line con 0
privilege level 15
line vty 0 4
privilege level 15
line vty 5 15
privilege level 15
yet i can telnet to it,
Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5, RELEA
SE SOFTWARE (fc1)
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Thu 19-Jul-07 20:06 by nachen
Image text-base: 0x00003000, data-base: 0x00D40000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2009 07:49 AM
Richard,
You are indeed correct. That section of the documentation needs to be updated. It does mention in the 'Usage Guidelines' that the default 'none' applies to TTY connections but there is no mention of VTY connections.
I did a little digging and it seems the VTY connections default is set to 'all' but the documentation makes no mention of it.
__
Edison.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2009 05:39 AM
great thx!!
