1. You must disable Telnet on your Cisco switch/router since it will be enabled by default and will not disable until you manually disable it.
2. RTR-01>enable
3. RTR-01#conf t
4. RTR-01 (config) #line vty 0 15
5. RTR-01 (config-line) #transport input ssh
a. This transport command is telling the switch/router to only accept SSH connections
6. RTR-01 (config-line) #end
7. RTR-01#write
This blog consists of configurations and processes I have performed in a lab environment. In no way do I recommend or imply these processes need to be followed or are the correct way to execute on any network. Perform at your own risk. Also, please feel free to leave comments if my configurations are too old/need updating.
What's Popular
-
1. First log into your Cisco HyperFlex Connect. 2. Once you have logged in, you will see your Dashboard and can check to make sure t...
-
#set interfaces ethernet YOUR_INTERFACE address YOUR_IP|dhcp|dhcpv6 #set interfaces ethernet YOUR_INTERFACE description DESCRIPTION_FOR_INTE...
-
1. First log into vSphere and locate the VM you wish to take a snapshot with. 2. Once you are on the VM, right click on the VM, highl...
Meh, Whatever is Featured
Linking Active Directory to Palo Alto
###First you need to create a server profile under the LDAP section. DEVICE>Server Profiles>LDAP then click on the Add down at the bo...
Thursday, January 27, 2022
Disable Telnet on Cisco Switch and Router
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment