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. From Server Manager, click on the Tools menu in the top right corner, then click on DHCP to bring up the DHCP configuration console. ...
-
#set service dhcp-relay interface YOUR_INTERFACE Or, #set service dhcp-relay server YOUR_SERVER_IP #commit #save Reference: https://docs.vyo...
-
###First, create the Remote SPAN (RSPAN) VLAN. You must do this on both switches SW1#configuration terminal SW1(config)#vlan 999 SW1(config...
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