最新、最全cisco路由器交换机配置命令汇总。

上传人:小** 文档编号:55832865 上传时间:2018-10-07 格式:DOC 页数:19 大小:260.50KB
返回 下载 相关 举报
最新、最全cisco路由器交换机配置命令汇总。_第1页
第1页 / 共19页
最新、最全cisco路由器交换机配置命令汇总。_第2页
第2页 / 共19页
最新、最全cisco路由器交换机配置命令汇总。_第3页
第3页 / 共19页
最新、最全cisco路由器交换机配置命令汇总。_第4页
第4页 / 共19页
最新、最全cisco路由器交换机配置命令汇总。_第5页
第5页 / 共19页
点击查看更多>>
资源描述

《最新、最全cisco路由器交换机配置命令汇总。》由会员分享,可在线阅读,更多相关《最新、最全cisco路由器交换机配置命令汇总。(19页珍藏版)》请在金锄头文库上搜索。

1、路由 /交换机命令大全!交换机命令 switch 用户模式1:进入特权模式 enableswitch enableswitch#2:进入全局配置模式 configure terminalswitch enableswitchc onfigure terminalswitch(conf)#3:交换机命名 hostname aptech2950 以 aptech2950为例switch enableswitchc onfigure terminalswitch(conf)#hostname aptch-2950aptech2950(conf)#4:配置使能口令 enable password ci

2、sco 以 cisco 为例switch enableswitchc onfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# enable password cisco5:配置使能密码 enable secret ciscolab 以 cicsolab为例switch enableswitchc onfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# enable secret ciscolab6:设置虚拟局域网 vlan 1 interfac

3、e vlan 1switch enableswitchc onfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# interface vlan 1aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口 ip 和子网掩码aptech2950(conf-if)#no shut 是配置处于运行中aptech2950(conf-if)#exitaptech2950(conf)#ip default-gateway 192.168.254 设置网关地址7:

4、进入交换机某一端口 interface fastehernet 0/17 以17端口为例switch enableswitchc onfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# interface fastehernet 0/17aptech2950(conf-if)#8:查看命令 showswitch enableswitch# show version 察看系统中的所有版本信息show interface vlan 1 查看交换机有关 ip 协议的配置信息show running-configure 查看交

5、换机当前起作用的配置信息show interface fastethernet 0/1 察看交换机1接口具体配置和统计信息show mac-address-table 查看 mac 地址表show mac-address-table aging-time 查看 mac 地址表自动老化时间9:交换机恢复出厂默认恢复命令 switch enableswitch# erase startup-configureswitch# reload10:双工模式设置switch enableswitchc onfigure terminalswitch2950(conf)#hostname aptch-295

6、0aptech2950(conf)# interface fastehernet 0/17 以17端口为例aptech2950(conf-if)#duplex full/half/auto 有 full , half, auto 三个可选项11:cdp 相关命令switch enableswitch# show cdp 查看设备的 cdp 全局配置信息show cdp interface fastethernet 0/17 查看17端口的 cdp配置信息show cdp traffic 查看有关 cdp 包的统计信息show cdp nerghbors 列出与设备相连的 cisco 设备12:

7、csico2950的密码恢复拔下交换机电源线。用手按着交换机的 MODE 键,插上电源线在 switch:后执行 flash_ini 命令:switch: flash_ini查看 flash 中的文件: switch: dir flash:把“config.text”文件改名为“config.old”: switch: rename flash: config.text flash: config.old执行 boot: switch: boot交换机进入是否进入配置的对话,执行 no : 进入特权模式察看 flash 里的文件: show flash : 把“config.old”文件改名为

8、 “config.text”: switch: rename flash: config.old flash: config.text把“config.text”拷入系统的“running-configure”: copy flash: config.text system : running-configure把配置模式重新设置密码存盘,密码恢复成功。13:交换机 telnet 远程登录设置:switchenswitchc onfigure terminalswitch(conf)#hostname aptech-2950aptech2950(conf)#enable password ci

9、sco 以 cisco为特权模式密码aptech2950(conf)#interface fastethernet 0/1 以17端口为 telnet 远程登录端口aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0aptech2950(conf-if)#no shutaptech2950(conf-if)#exitaptech2950(conf)line vty 0 4 设置0-4 个用户可以 telnet 远程登陆aptech2950(conf-line)#loginaptech2950(conf-line)#password e

10、dge 以 edge 为远程登录的用户密码主机设置:ip 192.168.1.2 主机的 ip 必须和交换机端口的地址在同一网络段netmask 255.255.255.0gate-way 192.168.1.1 网关地址是交换机端口地址运行:telnet 192.168.1.1 进入 telnet 远程登录界面password : edge aptech2950enpassword: ciscoaptech14:交换机配置的重新载入和保存设置完成交换机的配置后:aptech2950(conf)#reload是否保存(y/n) y: 保存设置信息 n:不保存设置信息路由器命令router 用户

11、模式1:进入特权模式 enablerouter enablerouter #2:进入全局配置模式 configure terminalrouter enablerouter c onfigure terminalrouter (conf)#3:交换机命名 hostname routera 以 routerA 为例router enablerouter c onfigure terminalrouter(conf)#hostname routerAroutera (conf)#4:配置使能口令 enable password cisco 以 cisco 为例router enablerouter

12、 c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# enable password cisco5:配置使能密码 enable secret ciscolab 以 cicsolab为例router enablerouter c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# enable secret ciscolab6:进入路由器某一端口 interface fastehernet 0/17 以17端口为例router enableroute

13、r c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# interface fastehernet 0/17routerA (conf-if)#进入路由器的某一子端口 interface fastethernet 0/17.1 以17端口的1子端口为例router enablerouter c onfigure terminalrouter(conf)#hostname routerArouterA (conf)# interface fastehernet 0/17.17:设置端口 ip 地址信息router ena

14、blerouter c onfigure terminalrouter(conf)#hostname routerArouterA(conf)# interface fastehernet 0/17 以17端口为例routerA (conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口 ip 和子网掩码routerA (conf-if)#no shut 是配置处于运行中routerA (conf-if)#exit8:查看命令 showrouter enablerouter # show version 察看系统中的所有版本信息show interface vlan 1 查看交换机有关 ip 协议的配置信息show running-configure 查看交换机当前起作用的配置信息show interface fastethernet 0/1 察看交换机1接口具体配置和统计信息show mac-address-table 查看 mac 地址表show mac-address-table aging-time 查看 mac 地址表自动老化时间show controllers serial

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

最新文档


当前位置:首页 > 商业/管理/HR > 管理学资料

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