11-03-2024 06:26 AM
Can u pls explain in detail about the below commands which I found for 2960 switch model, its significance?
line con 0
exec-timeout 2 40
line vty 0 4
session-timeout 3
exec-timeout 0 0
transport preferred none
transport input ssh
transport output ssh
line vty 5 15
session-timeout 3
exec-timeout 0 0
logging synchronous
transport preferred none
transport input ssh
transport output ssh
11-03-2024 06:35 AM
line con 0
exec-timeout 2 40
exec-timeout <minutes> <seconds>
line vty 0 4
session-timeout 3
exec-timeout 0 0
transport preferred none
transport input ssh
transport output ssh
line vty 5 15
session-timeout 3
exec-timeout 0 0
logging synchronous
transport preferred none
transport input ssh
transport output ssh
11-05-2024 06:33 AM
what is the difference between "line vty 5 15 & line vty 0 4"? Why it is needed?
11-05-2024 06:57 AM
It's an "artifact" from when Cisco only supported 5 lines. Lines 5..15 were added later.
11-03-2024 06:36 AM
- FYI : How to Ask The Community for Help
If you do searching or exact searching on a specific command ; you will get lot's of into's
M.
11-03-2024 06:53 AM
First the command you share is not complete' it need login/password.
Second
Transport Input vs output' what is different?
Case1
Host-SW1
Here from ssh you want to access SW1 then you need input
Case2
Host-SW1-SW2
Here from host you access to SW1 and from there you want to access SW2 here ypu need in SW1 both input and output
MHM
11-04-2024 12:04 AM
So i dont get your point? Can u pls explain the difference? Is there anything wrong here? Pls guide me
11-03-2024 09:08 AM
BTW, Cisco's documentation is generally excellent. Have you tried reading the command reference or configuration guides for your platform's running IOS?
Cisco also has additional articles about using many of its features.
The above might be found on Cisco's main site under support.
If your platform is an end-of-life model (example), from which Cisco has removed its documentation, similar newer models documentation is often relevant (example example).
11-03-2024 11:49 PM
I couldnt find 2960 documentation may be it is end of support.
11-04-2024 04:01 AM
"I couldnt find 2960 documentation may be it is end of support."
If your 2960 is an end-of-life model, like my first example, that's correct, Cisco pulls documentation.
However, later series often continue to use the same configuration statements, so the ones you list are very likely documented in later series documentation, as I suspect is the case and might be seen in other two examples I provided.
Further, although I didn't mention it in my prior reply, very often the same configuration statements are found across a family of IOS, regardless of actual platform.
So, did you even try examination of my latter two references?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide