telnet

远程终端协议 默认端口 TCP 23
Internet远程登录服务的标准协议和主要方式。它为用户提供了在本地计算机上完成远程主机工作的能力。

telnet server enable
user-interface vty 0 4
authentication-mode password
set authentication password cipher 123
user privilege level 15

实验要求:

1·实现远程telnet登录设备
2.抓包协议并写出英文全称和中文含义

SSH

SSH 为 Secure Shell 的缩写,SSH 是较可靠,专为远程登录会话和其他网络服务提供安全性的协议。
中文名 安全外壳协议 端口号 22

stelnet server enable
user-int vty 0 4
protocol inbound ssh
authentication-mode aaa
aaa
local-user dpl password cipher 123
local-user dpl privilege level 3
local-user dpl service-type ssh

连接ssh

ssh client first-time enable
stelnet IP地址

FTP(File Transfer Protocol,文件传输协议)

默认情况下FTP协议使用TCP端口中的 20和21这两个端口,其中20用于传输数据,21用于传输控制信息。

ftp server enable
aaa
local-user dpl password cipher 123
local-user dpl privilege level 3
local-user dpl service-type ftp
local-user dpl ftp-directory flash:

最后修改:2023 年 05 月 02 日
如果觉得我的文章对你有用,请随意赞赏