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 off upon logging onto your UCSM you find this lovely error: 2. So what is happening here is you done messed up A A Ron!...
-
1. First, you want to verify the DHCP relays in the Nexus 5K with the following command: a. #show ip DHCP relay 2. Verify th...
-
#set interfaces ethernet YOUR_INTERFACE address YOUR_IP|dhcp|dhcpv6 #set interfaces ethernet YOUR_INTERFACE description DESCRIPTION_FOR_INTE...
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