Menu
- About
- Ham Radio
- NL SwapShop
- NL SOTA Association
- 3D Models
- Linux
- Raspberry Pi
- Windows
- Software
- Photo Gallery
- Contact
- Search

Configure Cisco switch to allow telnet access

To enable telnet logins into a Cisco switch and set the telnet password to p@$$word use the following commands from configuration mode:
If Necessary enter configuration mode via conf t
line vty 0 15
password p@$$word
login
to comit changes do a ctrl+z to exit out of configuration mode
and to write changes to startup config wr mem