PC直连Cisco路由器
1.Router>enable
进入特权exec模式
2.Router#configure terminal
从特权exec模式切换到全局配置模式
3.Router(config)#hostname R1
给设备指定主机名R1
4.R1(config)#username cisco password cisco
配置远程登录的用户名和密码。
5.R1(config)#line vty 0 4
指定vty线路,并且进入线路配置模式
6.R1(config-line)#login local
启用telnet时使用本地用户和密码功能
7.R1(config-line)#transport input telnet
设置远程登入只允许使用telnet登录。
8.R1(config-line)#exit
从线路配置模式返回到全局配置模式
9.R1(config)#enable password 123
设置进入特权exec模式的明文密码
10.R1(config)#service password-encryption
把所有密码用思科私有方式加密,标记是7.
标记是5表示是md5加密结果,即secret。
11.R1(config)#interface fastEthernet 0/0
进入指定的接口,并且进入接口配置模式
12.R1(config-if)#ip address 192.168.1.101
255.255.255.0
配置IP地址和子网掩码
13.R1(config-if)#no shutdown
启用端口
14.R1(config-if)#end
完全退出配置模式,并且进入特权exec模式。
15.R1#write
保存当前运行配置
16.R1#copy running-config startup-config
将运行配置作为启动配置存储到NVRAM中
NVRAM是非易失性存储器
PC端配置:
17.配置网关设置成192.168.1.101
IP设置成192.168.1.2
子网掩码设置成255.255.255.0
18.路由器端测试网络连通性:
R1#ping 192.168.1.2
19.PC远程登录路由器:
PC> telnet 192.168.1.101
Username: cisco (输入用户名)
Password: cisco (输入密码)
R1>enable
(从用户exec模式进入特权exec模式)
Password: 123 (输入特权EXEC模式的密码)
R1#show running-config (查看当前配置)
鼓励话语:将相本无种,男儿当自强!