路由器、交换机、防火墙命令表

上传人:第*** 文档编号:34236166 上传时间:2018-02-22 格式:DOC 页数:6 大小:37.50KB
返回 下载 相关 举报
路由器、交换机、防火墙命令表_第1页
第1页 / 共6页
路由器、交换机、防火墙命令表_第2页
第2页 / 共6页
路由器、交换机、防火墙命令表_第3页
第3页 / 共6页
路由器、交换机、防火墙命令表_第4页
第4页 / 共6页
路由器、交换机、防火墙命令表_第5页
第5页 / 共6页
点击查看更多>>
资源描述

《路由器、交换机、防火墙命令表》由会员分享,可在线阅读,更多相关《路由器、交换机、防火墙命令表(6页珍藏版)》请在金锄头文库上搜索。

1、1. 计算机命令:PCA login: root ;使用 root 用户password: linux ;口令是 linux# shutdown -h now ;同 init 0 关机# logout# login# ifconfig ;显示 IP 地址# ifconfig eth0 netmask ;设置 IP 地址# ifconfig eht0 netmask down ; 删除 IP 地址# route add 0.0.0.0 gw # route del 0.0.0.0 gw # route add default gw ;设置网关# route del default gw ;删除网

2、关# route ;显示网关# ping # telnet 2. 交换机支持的命令:交换机基本状态:switch: ;交换机的 ROM 状态rommon ;路由器的 ROM 状态hostname ;用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ;接口状态交换机口令设置:switchenable ;进入特权模式switch#config terminal ;进入全局配置模式switch(config)#hostname ;设置交换机的主机名switch(config)#enable secret xxx ;设置特

3、权加密口令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 xx ;设置登录口令 xxswitch#exit ;返回命令交换机 VLAN 设置:switch#vlan database ;进入 VLAN 设置switch(vlan)#vlan 2 ;建 VLAN 2switch(vlan

4、)#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 trunk allowed vlan 1,2 ;设置允许的 vlanswitch(config-if)#switchport trunk encap dot1q ;设置 vlan 中继switch(config)#vtp domai

5、n ;设置发 vtp 域名switch(config)#vtp password ;设置发 vtp 密码switch(config)#vtp mode server ;设置发 vtp 模式switch(config)#vtp mode client ;设置发 vtp 模式交换机设置 IP 地址:switch(config)#interface vlan 1 ;进入 vlan 1switch(config-if)#ip address ;设置 IP 地址switch(config)#ip default-gateway ;设置默认网关switch#dir flash: ;查看闪存交换机显示命令:

6、switch#write ;保存配置信息switch#show vtp ;查看 vtp 配置信息switch#show run ;查看当前配置信息switch#show vlan ;查看 vlan 配置信息switch#show interface ;查看端口信息switch#show int f0/0 ;查看指定端口信息3. 路由器支持的命令:路由器显示命令:router#show run ;显示配置信息router#show interface ;显示接口信息router#show ip route ;显示路由信息router#show cdp nei ;显示邻居信息router#relo

7、ad ;重新起动路由器口令设置:routerenable ;进入特权模式router#config terminal ;进入全局配置模式router(config)#hostname ;设置交换机的主机名router(config)#enable secret xxx ;设置特权加密口令router(config)#enable password xxb ;设置特权非密口令router(config)#line console 0 ;进入控制台口router(config-line)#line vty 0 4 ;进入虚拟终端router(config-line)#login ;要求口令验证ro

8、uter(config-line)#password xx ;设置登录口令 xxrouter(config)#(Ctrl+z) ; 返回特权模式router#exit ;返回命令路由器配置:router(config)#int s0/0 ;进入 Serail 接口router(config-if)#no shutdown ;激活当前接口router(config-if)#clock rate 64000 ;设置同步时钟router(config-if)#ip address ;设置 IP 地址router(config-if)#ip address second ;设置第二个 IProuter

9、(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

10、#copy running-config tftp ;保存配置到 tftprouter#copy startup-config tftp ;开机配置存到 tftprouter#copy tftp flash: ;下传文件到 flashrouter#copy tftp startup-config ;下载配置文件ROM 状态:Ctrl+Break ;进入 ROM 监控状态rommonconfreg 0x2142 ;跳过配置文件rommonconfreg 0x2102 ;恢复配置文件rommonreset ;重新引导rommoncopy xmodem: flash: ;从 console 传输文件

11、rommonIP_ADDRESS=10.65.1.2 ;设置路由器 IPrommonIP_SUBNET_MASK=255.255.0.0 ;设置路由器掩码rommonTFTP_SERVER=10.65.1.1 ;指定 TFTP 服务器 IPrommonTFTP_FILE=c2600.bin ;指定下载的文件rommontftpdnld ;从 tftp 下载rommondir flash: ;查看闪存内容rommonboot ;引导 IOS静态路由:ip route ;命令格式router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;静态路由举例router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默认路由举例动态路由:router(config)#ip routing ;启动路由转发router(

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 解决方案

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