计算机网络实验部分

此博客链接:

计算机网络

2021.02.03

1.网络常见配置模式

(1)用户模式

(2)特权模式

(3)全局配置模式

2.命令

Router>enable    //进入特权模式
Router#
Router#configure terminal//进入全局配置模式
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#
Router#

Router(config)#line console 0 
Router(config-line)#exit
Router(config)#line vty 0 4
Router(config-line)#exit
Router(config)#interface fastEthernet 0/0
Router(config-if)#exit

 

 

 2021.02.04

加密

 

 

查看配置,可以看到密码

 

 

密码不是明文显示

 

 

查看配置信息,密码不是123456了

 方法2加密

 

 

 加密成功

 命令简写

enable--en

en+Tab键可以自动补齐

 

posted @ 2021-02-03 18:42  萍2樱释  阅读(69)  评论(0编辑  收藏  举报