1、思科交换机路由器命令大全交换机命令:switch 用户模式1:进入特权模式 enableswitch enableswitch#2:进入全局配置模式 configure terminalswitch enableswitchconfigure terminalswitch(conf)#3:交换机命名 hostname aptech2950 以 aptech2950 为例switch enableswitchconfigure terminalswitch(conf)#hostname aptch-2950aptech2950(conf)#4:配置使能口令 enable password cis
2、co 以 cisco 为例switch enableswitchconfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# enable password cisco5:配置使能密码 enable secret ciscolab 以 cicsolab 为例-设置禁用 IP 地址解析特性,设置启用消息同步特性 switch enableswitchconfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# enable secret ciscolab
3、aptech2950(conf)#no ip domain-lookup -设置禁用 IP 地址解析特性aptech2950(conf)#logging synchronous -设置启用消息同步特性aptech2950(conf)#interface range fastethernet0/1-20aptech2950(conf-if-range)#spanning-tree portfast -设置快速端口aptech2950(conf)#interface range fastethernet 0/23-24aptech2950(conf-if-range)#swichport mode
4、 trunk -设置主干道端口aptech2950(conf)#spanning-tree uplingkfast -设置阻塞启用迅速(只可以在访问层启用)6:设置虚拟局域网 vlan 1 interface vlan 1switch enableswitchconfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# interface vlan 1aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口 ip 和子网掩码aptech2950(con
5、f-if)#no shut 是配置处于运行中aptech2950(conf-if)#exitaptech2950(conf)#ip default-gateway 192.168.254 设置网关地址7:进入交换机某一端口 interface fastehernet 0/17 以 17端口为例switch enableswitchconfigure terminalswitch(conf)#hostname aptch2950aptech2950(conf)# interface fastehernet 0/17aptech2950(conf-if)#8:查看命令 showswitch ena
6、bleswitch# 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 地址表自动老化时间9:交换机恢复出厂默认恢复命令 switch enableswitch# erase startup-c
7、onfigureswitch# reload10:双工模式设置switch enableswitchconfigure terminalswitch2950(conf)#hostname aptch-2950aptech2950(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 f
8、astethernet 0/17 查看 17 端口的 cdp 配置信息show cdp traffic 查看有关 cdp 包的统计信息show cdp nerghbors 列出与设备相连的 cisco 设备12:csico2950 的密码恢复拔下交换机电源线。用手按着交换机的 MODE 键,插上电源线在 switch:后执行 flash_ini 命令:switch: flash_ini查看 flash 中的文件: switch: dir flash:把“config.text”文件改名为“config.old”: switch: rename flash: config.text flash:
9、 config.old执行 boot: switch: boot交换机进入是否进入配置的对话,执行 no : 进入特权模式察看 flash 里的文件: show flash : 把“config.old”文件改名为 “config.text”: switch: rename flash: config.old flash: config.text把“config.text”拷入系统的“running-configure”: copy flash: config.text system : running-configure把配置模式重新设置密码存盘,密码恢复成功。13:交换机 telnet 远
10、程登录设置:switchenswitchconfigure terminalswitch(conf)#hostname aptech-2950aptech2950(conf)#enable password cisco 以 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)#exitapte
11、ch2950(conf)line vty 0 4 设置 0-4 个用户可以 telnet 远程登陆aptech2950(conf-line)#loginaptech2950(conf-line)#password edge 以 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 aptech2950enpasswor
12、d: ciscoaptech#14:交换机配置的重新载入和保存设置完成交换机的配置后:aptech2950(conf)#reload是否保存(y/n) y: 保存设置信息 n:不保存设置信息路由器命令router 用户模式1:进入特权模式 enablerouter enablerouter #2:进入全局配置模式 configure terminalrouter enablerouter configure terminalrouter (conf)#3:交换机命名 hostname routera 以 routerA 为例router enablerouter configure termi
13、nalrouter(conf)#hostname routerAroutera (conf)#4:配置使能口令 enable password cisco 以 cisco 为例router enablerouter configure terminalrouter(conf)#hostname routerArouterA (conf)# enable password cisco5:配置使能密码 enable secret ciscolab 以 cicsolab 为例router enablerouter configure terminalrouter(conf)#hostname rou
14、terArouterA (conf)# enable secret ciscolab6:进入路由器某一端口 interface fastehernet 0/17 以 17端口为例router enablerouter configure terminalrouter(conf)#hostname routerArouterA (conf)# interface fastehernet 0/17routerA (conf-if)#进入路由器的某一子端口 interface fastethernet 0/17.1 以 17端口的 1 子端口为例router enablerouter configu
15、re terminalrouter(conf)#hostname routerArouterA (conf)# interface fastehernet 0/17.17:设置端口 ip 地址信息router enablerouter configure 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-
16、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 查看 m
17、ac 地址表自动老化时间show controllers serial + 编号 查看串口类型show ip router 查看路由器的路由表9:cdp 相关命令router enablerouter # show cdp 查看设备的 cdp 全局配置信息show cdp interface fastethernet 0/17 查看 17 端口的 cdp 配置信息show cdp traffic 查看有关 cdp 包的统计信息show cdp nerghbors 列出与设备相连的 cisco 设备10:csico2600 的密码恢复重新启动路由器,在启动过程中按下 win+break 键,使路
18、由器进入 rom monitor在提示符下输入命令修改配置寄存器的值,然后重新启动路由器remmon1confreg 0x2142remmon2reset重新启动路由器后进入 setup 模式,选择“no”,退回到 exec 模式,此时路由器原有的配置仍然保存在 startup-config 中,为使路由器恢复密码后配置不变把 startup-config 中配置保存到 running-config 中,然后重新设置enable 密码,并把配置寄存器改回 0x2102:routerenable router#copy startup-config running-configroutercon
19、figure terminalrouter(conf)#enable password ciscorouter(conf)c onfig-register 0x2102保存当前配置到 startup-config , 重新启动路由器。router #copy running-config startup-config router #reload11:路由器 telnet 远程登录设置:routerenrouter configure terminalrouter (conf)#hostname routerArouterA (conf)#enable password cisco 以 cis
20、co 为特权模式密码routerA (conf)#interface fastethernet 0/1 以 17 端口为telnet 远程登录端口routerA (conf-if)#ip address 192.168.1.1 255.255.255.0routerA (conf-if)#no shutrouterA (conf-if)#exitrouterA (conf)line vty 0 4 设置 0-4 个用户可以telnet 远程登陆routerA (conf-line)#loginrouterA (conf-line)#password edge 以 edge 为远程登录的用户密码
21、主机设置:ip 192.168.1.2 主机的 ip 必须和交换机端口的地址在同一网络段netmask 255.255.255.0gate-way 192.168.1.1 网关地址是交换机端口地址运行:telnet 192.168.1.1 进入 telnet 远程登录界面password : edge routeraenpassword: ciscoroutera#12:配置路由器的标识 banner $在全局配置的模式下利用“banner”命令可以配置路由器的提示信息,所有连接到路由器的终端都会收到。routerenrouter configure terminalrouter (conf)
22、#hostname routerArouterA(conf)#banner motd $This is aptech company router ! Please dont change the configuration without permission!$13:配置接口标识 description 接口标识用于区分路由器的各个接口。routerenrouter configure terminalrouter (conf)#hostname routerArouterA(conf)#interface fastethernet 0/1 以 0/1 接口为例routerA(conf-i
23、f)# description this is a fast Ethernet port used to connecting the companys intranet! 14:配置超时 超时适用于设置在多长时间没有对 console 进行配置,自动返回 exec 会话时间。默认为 10 分钟。routerenrouter configure terminalrouter (conf)#hostname routerArouterA(conf)#line console 0routerA(conf-if)e xec-timeout 0 0 第一个“0”代表分钟,第二个“0”代表秒15:配置串
24、口参数 两台路由器通过串口连接需要一个做为 DTE,一个做为 DCE。DCE 设备要向DTE 设备提供时钟频率和带宽。DCE 配置:routerenrouter configure terminalrouter (conf)#hostname routerArouterA(conf)#interface serial 0/0routerA(conf_if)#clock rate 64000 提供时钟频率为 64000routerA(conf_if)#bandwidth 64 提供带宽为 64DTE 配置:路由器串口配置 ip 地址routerenrouter configure termina
25、lrouter (conf)#hostname routerBrouterB(conf)#interface serial 0/0routerB(conf_if)#ip address 192.168.1.1 255.255.255.016:静态路由的配置配置路由器 A 的主机名和接口参数routerenable routerconfigure terminalrouter(conf)#hostname routerArouterA(conf)#interface fastethernet 0/1 路由器 A 的 1端口为两路由器的连接端口routerA(conf-if)#ip address
26、 192.168.2.1 255.255.255.0routerA(conf-if)#no shutdownrouterA(conf-if)#exitrouterA(conf)# interface fastethernet 0/0 路由器 A 的 0端口为与主机的连接端口routerA(conf-if)#ip address 192.168.1.2 255.255.255.0routerA(conf-if)#no shutdown主机 A 的 ip 地址为 192.168.1.1 255.255.255.0 192.168.1.2配置路由器 B 的主机名和接口参数routerenable r
27、outerconfigure terminalrouter(conf)#hostname routerBrouterB(conf)#interface fastethernet 0/0 路由器 B 的 0端口为两路由器的连接端口routerB(conf-if)#ip address 192.168.2.2 255.255.255.0routerB(conf-if)#no shutdownrouterB (conf-if)#exitrouterB(conf)# interface fastethernet 0/1 路由器 B 的 1端口为与主机的连接端口routerB(conf-if)#ip a
28、ddress 192.168.3.1 255.255.255.0主机 B 的 ip 地址为 192.168.3.2255.255.255.0 192.168.3.1配置路由器 A 的静态路由表routerA(conf)#ip router 192.168.3.0 255.255.255.0 192.168.2.2 配置路由器 B 的静态路由表routerA(conf)#ip router 192.168.1.0 255.255.255.0 192.168.2.1在 routerA 和 routerB 上配置默认路由routerA(conf)#ip route 0.0.0.0 0.0.0.0 1
29、92.168.2.2routerA(conf)#ip classlessrouterB(conf)#ip route 0.0.0.0 0.0.0.0 192.168.2.1routerB(conf)#ip classless在 routerA 和 routerB 上配置动态路由(RIP)routerA(conf)#router riprouterA(conf)#network 192.168.1.0routerA(conf)#network 192.168.2.0routerB(conf)# router riprouterB(conf)#network 192.168.2.0routerB(conf)#network 192.168.3.0