思科路由模拟器命令大全

上传人:油条 文档编号:20498027 上传时间:2017-11-22 格式:DOC 页数:9 大小:50KB
返回 下载 相关 举报
思科路由模拟器命令大全_第1页
第1页 / 共9页
思科路由模拟器命令大全_第2页
第2页 / 共9页
思科路由模拟器命令大全_第3页
第3页 / 共9页
思科路由模拟器命令大全_第4页
第4页 / 共9页
思科路由模拟器命令大全_第5页
第5页 / 共9页
点击查看更多>>
资源描述

《思科路由模拟器命令大全》由会员分享,可在线阅读,更多相关《思科路由模拟器命令大全(9页珍藏版)》请在金锄头文库上搜索。

1、操作说明命令要在一行内打完,窗体可以自动拉大。Aux 口这个版本暂不支持。支持三级 Switch 网络,需要路由时支持两级 Switch。设置的主机名中不要含有空格。F2、F3 键 清屏(为了方便而加)Ctrl+P 历史命令,建议使用方向键。Ctrl+z 回根,建议使用 end 命令Ctrl+Break 路由器进入 ROM 监控状态。交换机清除特权密码。双击设备进入终端操作单击设备的接口可以实现画线单击画有线的接口可以删除连线在指定的设备按下鼠标右键可以删除设备。在指定的设备按下鼠标左键可以实现移动。按 Tab 键,可以得到命令全称。键入?可以得到当前状态下的命令帮助。接收的作业名固定为当前目

2、录下的 sim.txt。系统的配置文件是:sim.ini。计算测验得分中,ping PCA-PCB;5 表示 ping 通得 5 分,SWAf6=2;5 表示交换机 SwitchA 的 f0/6 在 vlan 2 时得 5 分。1. 计算机命令:PCA login: root ;使用 root 用户password: linux ;口令是 linux# shutdown -h now ;同 init 0 关机# logout# login# ifconfig ;显示 IP 地址# ifconfig eth0 netmask ;设置 IP 地址# ifconfig eht0 netmask do

3、wn ; 删除 IP 地址# route add 0.0.0.0 gw # route del 0.0.0.0 gw # route add default gw ;设置网关# route del default gw ;删除网关# route ;显示网关# ping # telnet 2. 交换机支持的命令:交换机基本状态:switch: ;交换机的 ROM 状态rommon ;路由器的 ROM 状态hostname ;用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ;接口状态交换机口令设置:switchena

4、ble ;进入特权模式switch#config terminal ;进入全局配置模式switch(config)#hostname ;设置交换机的主机名switch(config)#enable secret xxx ;设置特权加密口令switch(config)#enable password xxa ;设置特权非密口令switch(config)#line console 0 ;进入控制台口switch(config-line)#line vty 0 4 ;进入虚拟终端switch(config-line)#login ;允许登录switch(config-line)#password

5、xx ;设置登录口令 xxswitch#exit ;返回命令交换机 VLAN 设置:switch#vlan database ;进入 VLAN 设置switch(vlan)#vlan 2 ;建 VLAN 2switch(vlan)#no vlan 2 ;删 vlan 2switch(config)#int f0/1 ;进入端口 1switch(config-if)#switchport access vlan 2 ;当前端口加入 vlan 2switch(config-if)#switchport mode trunk ;设置为干线switch(config-if)#switchport tr

6、unk allowed vlan 1,2 ;设置允许的 vlanswitch(config-if)#switchport trunk encap dot1q ;设置 vlan 中继switch(config)#vtp domain ;设置发 vtp 域名switch(config)#vtp password ;设置发 vtp 密码switch(config)#vtp mode server ;设置发 vtp 模式switch(config)#vtp mode client ;设置发 vtp 模式交换机设置 IP 地址:switch(config)#interface vlan 1 ;进入 vl

7、an 1switch(config-if)#ip address ;设置 IP 地址switch(config)#ip default-gateway ;设置默认网关switch#dir flash: ;查看闪存交换机显示命令:switch#write ;保存配置信息switch#show vtp ;查看 vtp 配置信息switch#show run ;查看当前配置信息switch#show vlan ;查看 vlan 配置信息switch#show interface ;查看端口信息switch#show int f0/0 ;查看指定端口信息3. 路由器支持的命令:路由器显示命令:rout

8、er#show run ;显示配置信息router#show interface ;显示接口信息router#show ip route ;显示路由信息router#show cdp nei ;显示邻居信息router#reload ;重新起动路由器口令设置:routerenable ;进入特权模式router#config terminal ;进入全局配置模式router(config)#hostname ;设置交换机的主机名router(config)#enable secret xxx ;设置特权加密口令router(config)#enable password xxb ;设置特权非密

9、口令router(config)#line console 0 ;进入控制台口router(config-line)#line vty 0 4 ;进入虚拟终端router(config-line)#login ;要求口令验证router(config-line)#password xx ;设置登录口令 xxrouter(config)#(Ctrl+z) ; 返回特权模式router#exit ;返回命令路由器配置:router(config)#int s0/0 ;进入 Serail 接口router(config-if)#no shutdown ;激活当前接口router(config-if)

10、#clock rate 64000 ;设置同步时钟router(config-if)#ip address ;设置 IP 地址router(config-if)#ip address second ;设置第二个 IProuter(config-if)#int f0/0.1 ;进入子接口router(config-subif.1)#ip address ;设置子接口 IProuter(config-subif.1)#encapsulation dot1q ;绑定 vlan 中继协议router(config)#config-register 0x2142 ;跳过配置文件router(config)#config-register 0x2102 ;正常使用配置文件router#reload ;重新引导路由器文件操作:router#copy running-config startup-config ;保存配置router#copy running-config tftp ;保存配置到 tftpro

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号