Cisco1760路由器字符配置仿真界面,可以模拟39条路由器常用配置命令

 


友情提示:如果看不到界面请在出现提示的时候选择“允许阻止的内容...”,取消浏览器的阻止,否则界面无法正常显示。

本界面可模拟39条常用路由器配置命令
用户执行
模式
全局模式(特权模式)
接口命令

help/? 显示命令表

enable 进入特权模式

ping 发送echo消息

exit 退出"

help/? 显示命令表
ping 发送echo消息
configure terminal 进入配置模式
show ip interface brief 显示所有端口的IP地址以及状态
show ip interface 显示所有端口的状态
show ip interface [port] 显示该端口的状态以及地址
show ip route 显示路由表
show arp 显示ARP
table show version 显示版本信息
show running-config 显示当前运行的操作配置信息(掉电后配置会丢失)
show startup-config 示启动配置信息(放在NVRAM中,掉电时还继续存在)
show hosts 显示IP-主机名映射表
copy running-config startup-config 将当前运行的操作配置信息copy到启动配置中去
copy startup-config running-config 将启动配置的操作配置信息copy到当前运行配置中去
erase startup-config 删除启动配置
reload 重新载入配置信息
show ip protocols 显示协议信息
traceroute [ip address] 显示到达目的地址经过的路由信息
exit 从当前模式退到上一级模式

help/? 显示命令表
hostname [name] 配置路由器的系统名
interface [port] 进入该端口配置
ip add [ip address] [mask] 配置相应端口的ip地址
no ip add [ip address] [mask] 删除相应端口的ip地址
clock rate [clock rate] 设置串口的时钟
ip route [ip address estination] [mask] [ip route address] 配置静态路由表
no ip route [ip address destination] [mask] [ip route address] 删除静态路由表
ip host [hostname] [ip address] 配置ip-主机名映表
no ip host [hostname] [ip address] 删除ip-主机名映表
shut 关闭当前端口
no shut 打开当前端口
router rip--network [network] 配置rip协议
router igrp [AutonomousSystem]--network [network] 配置igrp协议
router ospf [process-ID]--network [network] [wildcard-mask] area [area-id] 配置ospf协议
exit 退出