02-26-2024 06:13 AM
Hi,
Trying to understand what this command is stopping exactly. I've looked through some documentation, but not understanding the purpose of it completely. Can someone give an explanation on what "no ip telnet comport enable" is disabling? And, if it is relevant on 9300 switches in a modern network?
Thank you, Pat
02-26-2024 10:15 AM
- Ref : https://www.cisco.com/c/en/us/td/docs/ios/dial/command/reference/dia-cr-book/dia_i1.html
>...
To enable the Cisco IOS Telnet server to use the RFC 2217 Com Port extensions, use the ip telnet comport command in global configuration mode. To disable RFC 2217 Com Port extensions, use the no form of this command.
ip telnet comport { disconnect delay seconds | enable | flow level number-of-characters | receive window window-size }
M.
02-26-2024 10:22 AM
01-20-2026 10:30 AM
Based on rfc2217 ip telnet comport enable allows you to access console ports over the network using telnet. For my networks I kept no ip telnet comport enable in my configuration to turn off this function.
I would classify this as a security measure since it disables the ability to use telnet for remote connections to the console port.
Here is the link for RFC 2217 for more information: RFC 2217: Telnet Com Port Control Option
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