路由器全部命令和汉语翻译意思,高分送上

如题所述

路由器显示命令:
router#show run ;显示接口
router#show interface ;显示接口
router#show ip route ;显示路由
router#show cdp nei ;看阾居

设置口令:
router>enable ;进入特权模式
router#config terminal ;进入全局配置模式
router(config)#hostname <hostname> ;设置交换机的主机名
router(config)#enable secret xxx ;设置特权加密口令为 xxx
router(config)#enable password xxx ;设置特权非密口令为 xxx
router(config)#line console 0 ;进控制台口(Rs232)初始化
router(config-line)#line vty 0 4 ;进入虚拟终端virtual tty
router(config-line)#login ;允许登录
router(config-line)#password xx ;设置登录口令xx
router(config)# (Ctrl+z) ; 返回特权模式
router#exit ;返回命令

配置IP地址:
router(config)#int s0/0 ;进行串Serail接口
router(config-if)#no shutdown ;起动接口
router(config-if)#clock rate 64000 ;设置时钟
router(config-if)#ip address 10.1.1.1 255.255.0.0 ;设置IP地址和子网掩码
router(config-if)#ip add 10.1.1.2 255.255.0.0 second;
router(config-if)#int f0/0.1 ; 进入子接口
router(config-subif.1)#ip address <ip><netmask> ;
router(config-subif.1)#encapsulation isl <n> ;
router(config)#config-register 0x2142 ;跳过配置文件
router(config)#config-register 0x2102 ;正常使用配置文件
router#reload ;重新引导

复制操作:
router#copy running-config startup-config ;存配置
router#copy running-config tftp ;上载
router#copy startup-config tftp
router#copy tftp flash: ;特权模式下升级IOS
router#copy tftp startup-config ;下载配置文件到nvram

ROM状态:
Ctrl+Break ;进入ROM监控状态
rommon>confreg 0x2142 ;跳过配置,26 36 45xx
rommon>confreg 0x2102 ;使用配置,恢复工作状态
rommon>reset ;重新引导,等效于重开机
rommon>copy xmodem:<sname> flash:<dname> ;从console升级IOS

rommon>ip_address=10.65.1.100 ;设置路由器IP (默认端口)
rommon>ip_subnet_mask=255.255.0.0 ;设置路由器掩码
rommon>tftp_server=10.65.1.48 ;指定TFTP服务器IP
rommon>tftp_file=c2600.T ;所要下载的文件
rommon>tftpdnld ;ROM监控状态下升级IOS
rommon>dir flash: ;查看闪存中的内容
rommon>boot ;引导IOS

静态路由:
ip route <ip-address> <subnet-mask> <gateway> 例:
router(config)#ip route 10.1.0.0 255.255.0.0 10.2.1.1
router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2

动态路由:
router(config)#ip routing ;启动路由
router(config)#router rip ;启动RIP路由协议。
router(config-router)#network <netid> ;配置范围,有的支持all。
router(config-router)#negihbor <ip-address> ;点对点 帧中继用。

帧中继命令:
router(config)# frame-relay switching ;使能帧中继交换
router(config-s0)# encapsulation frame-relay ;使能帧中继
router(config-s0)# frame-relay intf-type DCE ;DCE端(需要配虚电路)
router(config-s0)# frame-relay local-dlci 20 ;配置虚电路号

基本访问控制列表:
router(config)#access-list <number> permit|deny <source ip> <wild|any>
router(config)#interface <interface> ;default: deny any
router(config-if)#ip access-group <number> in|out ;default: out

例:
RB(config)#access-list 4 permit 10.8.1.1
RB(config)#access-list 4 deny 10.8.1.0 0.0.0.255
RB(config)#access-list 4 permit 10.8.0.0 0.0.255.255
RB(config)#access-list 4 deny 10.0.0.0 0.255.255.255
RB(config)#access-list 4 permit any
RB(config)#int f0/0
RB(config-if)#ip access-group 4 in

扩展访问控制列表:
access-list <number> permit|deny icmp <SourceIP wild> <destinationIP
wild>[type]
access-list <number> permit|deny tcp <SourceIP wild> <destinationIP
wild>[port]
例1:
router(config)# access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echo
router(config)# access-list 101 permit ip any any
router(config)# int s0/0
router(config-if)#ip access-group 101 in
例2:
router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80
router(config)#access-list 102 permit ip any any
router(config)#interface s0/1
router(config-if)#ip access-group 102 out

router(config)#no access-list 102
router(config-if)#no ip access-group 101 in
温馨提示:内容为网友见解,仅供参考
第1个回答  2015-04-28
牌子不同命令不同,定了牌子也不可能全部给你。内容如同英汉字典。

一般,举例cisco,命令查询可以去官网,www.cisco.com,然后搜索,然后看command reference,都是最基本的英语。

或者,实际配置的时候,按 "?",有很详细的说明。

路由器全部命令和汉语翻译意思,高分送上
router#show ip route ;显示路由 router#show cdp nei ;看阾居 设置口令:router>enable ;进入特权模式 router#config terminal ;进入全局配置模式 router(config)#hostname <hostname> ;设置交换机的主机名 router(config)#enable secret xxx ;设置特权加密口令为 xxx ...

翻译一下下面这段路由器配置的命令
Router-R3(config-if) # no ipdirected-broadcast 禁止转发主机位全为1的广播包转发 Router-R3(config-if) # posflag 【8】 s1 s0 0 Router-R3(config-if) # no shutdown 开启端口 Router-R3(config-if) # exit 退出 Router-R3(config)# router ospf 65 ospf进程65 Router-R3(config...

交换机全部命令和汉语翻译,高分送上!
交换机配置命令详解 1. 交换机支持的命令: 交换机基本状态: switch: ;ROM状态, 路由器是rommon hostname ;用户模式 hostname# ;特权模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置: switchenable ;进入特权模式 switch#config terminal ;进入全局配置...

思科路由器查看配置的命令是什么?
思科路由器查看配置的命令是router#show run。路由器显示命令:router#show interface ;显示接口信息 router#show ip route ;显示路由信息 router#show cdp nei ;显示邻居信息 router#reload ;重新起动 路由器口令设置:router>enable ;进入特权模式 router#config terminal ;进入全局配置模式 router(co...

思科配置命令详细介绍
路由器处于用户命令状态,这时用户可以看路由器的连接状态,访问其它网络和主机,但不能看到和更改路由器的设置内容。 2. router# 在router>提示符下键入enable,路由器进入特权命令状态router#,这时不但可以执行所有的用户命令,还可以看到和更改路由器的设置内容。 3. router(config)# 在router#提示符下键入configure ter...

line console 路由器密令中是什么意思
2. 路由器支持的命令: 路由器显示命令: router#show run ;显示配置信息 router#show interface ;显示接口信息 router#show ip route ;显示路由信息 router#show cdp nei ;显示邻居信息 router#reload ;重新起动 路由器口令设置: router>enable ;进入特权模式 router#config terminal ;进入全局配置模式 router(...

boson netsim命令解答!请问如下命令是什么意思?满意还加分!
Router(config)#host r2 (命名路由器名称为R2,完整命令是hostname R2)r2(config)#ena se c1 (设置进入特权模式的密文为C1,注意密文和密码不是一个意思,一般密文是加密存放的,密码是明文保存的.完整命令是enable secret c1)r2(config)#line vty 0 4 (进入配置telnet线路的模式,并且针对的线路...

请翻译无线路由器上的英文意思
POWER电源指示灯 ALARME警告 ADSL宽带 SANSFIL“无线岛”(一种免费的社区无线网络)ETH1以太网1 ETH2以太网2 TEL1电话线1 TEL2电话线2 SERVICE维护\/维修 USB通用串行总线接口

路由器上的wps是什么意思?
路由器中的WPS是Wi-Fi Protected Setup的简称,中文翻译为:Wi-Fi安全防护设置,它是由Wi-Fi安全联盟推出的一种无线加密认证方式。主要是为了简化无线局域网的安装及安全性能配置工作,通过这种设置,让无线连接更加方便和安全。省去了输入繁琐密码的过程,也增加了wifi的安全性,用过无限路由器的应该都...

网吧路由器限速设置命令.急急急!
自己看下英文 翻译下 有空多看看研究下就好了

相似回答