有关思科模拟器实训总结范文
篇一:Cisco路由模拟器实验总汇
实验一:
1. 口令和设备名设置
添加任意的交换机或路由器,先对交换机进行操作,双击SwitchA switch>en
password: ;第一次密码为空,直接回车 switch#conf t ;进入全局配置模式
switch(config)#hostname swa ;设置交换机名
swa(config)#enable secret aaa;设置特权加密口令为 aaa swa(config)#enable password aax ;设置特权非密口令为 aax
swa(config)#line console 0;进入控制台口(Rs232)状态 swa(config-line)#login ;允许登录
swa(config-line)#password aa ;设置登录口令aa
swa(config-line)#line vty 0 4;进入虚拟终端virtual tty swa(config-line)#login ;允许登录
swa(config-line)#password a ;设置登录口令a swa(config-line)#exit ;返回上一层
swa(config)#exit ;返回上一层
三月三是什么节日有什么风俗 swa#sh run ;看配置信息
swa#exit;返回命令
swa>en
password: ;试验 哪一个口令可以通过 双击ROA对路由器进行与交换机类似的设置。
2. 清除口令
清除交换机口令,实际中是在开机时按住交换机上的mode钮,本模拟机按Ctrl+Break
清除路由器口令,参考如下:双击ROA 先配置路由的特权口令:
router>en
password: ;第一次密码为空,直接回车 router#conf t ;进入全局配置模式
router(config)#enable secret aaa;设置特权加密口令为 aaa router(config)#exit ;返回
router#exit
鲁迅作品集 router>en
password:aaa
router#
清除口令是打开寄存器配置开关:
router#reload ;重新启动,按Ctrl+Break rommon>
rommon>confreg 0x2142 ;跳过配置,26xx 36xx 45xx rommon>reset;重新引导,等效于重开机 router>en
password:
router#conf t
router(config)#enable secret bbb;设置特权加密口令为 aaa router(config)#config-register 0x2102 ;正常使用配置文件 router(config)#exit
router#exit
router>en
password:bbb祝福妈妈
router#
实验二:计算机与交换机IP地址设置
图文件:switch1
规划ip地址:
从动物身上得到的启示 PCA: 10.65.1.1
PCB: 10.65.1.2
SWA: 10.65.1.3
1.双击PCA
输入用户名:root
输入口令:linux
设置 IP :[root#PCA root]# ifconfig eth0 10.65.1.1 netmask 255.255.0.0
查看 IP :[root#PCA root]# ifconfig
删除 IP : [root#PCA root]# ifconfig eth0 10.65.1.1 netamsk 255.255.0.0 down
设置网关:[root#PCA root]# route add default gw 10.65.1.9 查看网关:[root#PCA root]# route
删除网关:[root#PCA root]# route del default gw 10.65.1.9
2.双击PCB
输入用户名:root
输入口令:linux
国家安全手抄报素材 设置 IP :[root#PCB root]# ifconfig eth0 10.65.1.2 netmask 255.255.0.0
设置网关:[root#PCB root]# route add default gw 10.65.1.9
3.双击SWA
进入特权模式 : switch>en
进入全局配置模式: switch#conf t
进入默认VLAN状态: switch(config)#int vlan 1
设置ip地址和掩码: switch(config-if)#ip address 10.65.1.3 255.255.0.0 设置switch的网关: switch(config)#ip defaule-gateway 10.65.1.9 查看设置 : #sh run
4.回PCA
[[email protected] root]# ping 10.65.1.1av女星最漂亮排名
[[email protected] root]# ping 10.65.1.2
[[email protected] root]# ping 10.65.1.3
5.修改PCB的ip地址
修改为不同网段的一个ip地址,再从PCA Ping PCB。
修改为相同网段的一个ip地址,再从PCA Ping PCB。
断开交换机与PCB计算机连线, 再从PCA Ping PCB。
[[email protected] root]# ping 10.65.1.2
实验三 交换机VLAN实验
图文件:switch2
规划ip地址
PCA的ip 地址: 10.65.1.1
PCB的'ip 地址: 10.66.1.1
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论