2022年思科路由器和交换机各种命令大全宣贯 .pdf
《2022年思科路由器和交换机各种命令大全宣贯 .pdf》由会员分享,可在线阅读,更多相关《2022年思科路由器和交换机各种命令大全宣贯 .pdf(12页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、交换机支持的命令:(注:交换机支持命令对应的为思科2 系列交换机。 )交换机基本状态:switch: ;交换机的 ROM 态rommon ; 路由器的 R 状态switch ;用户模式switch# ;特权模式switch(config)# ;全局配置模式switch(vlan)# 交换机 VLAN 配置模式switch(config-if)# ;端口配置模式switch(config-line)# ; 指定连接状态( console连接 telnet连接)交换机显示命令:switch#write ;保存配置信息switch#show running ;查看当前配置信息switch#show
2、startup 查看交换机 NVROM 配置信息switch#show vlan ; 查看 vlan配置信息switch#show vlan-switch 同样为查看vlan 配置信息(一些高端交换机比如3系列的交换机必须用这个命令才能查看vlan配置信息)switch#show vtp status 查看 VTP 配置信息switch#show interface ; 查看所有的端口信息switch#show interface f0/3 ; 查看指定的 f0/3 快速以太网端口信息switch#show interfacef0/3 switchport 查看指定的 f0/3 快速以太网端口
3、 trunk 信息switch #show spanning-tree 查看交换机生成树协议情况switch #show spanning-tree vlan 2 查看交换机 VLAN2 的生成树协议情况switch #show spanning-tree interface f0/1 查看交换机 F0/1 端口生成树协议情况switch #show cdp 显示交换机当前邻居更新信息switch #show cdp neighbor ;显示邻居直连路由信息switch #show cdp neighbor detail 显示邻居直连路由详细信息switch #show cdp interfa
4、ce 显示所有端口是否开启cdp功能switch (config-if)#no cdp enable 关闭指定端口的cdp功能switch (config-if)#cdp enable 打开指定端口的cdp功能switch (config)#no cdp run 关闭所有端口的cdp功能switch (config)#cdp run 打开所有端口的cdp功能switch#show version 查看交换机版本信息switch#show flash 查看 flash里面的 IOS 信息名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - -
5、- 名师精心整理 - - - - - - - 第 1 页,共 12 页 - - - - - - - - - switch#show mac-address-table 查看交换机所有端口的MAC 地址信息交换机口令设置:switchenable ;进入特权模式switch#config terminal ;进入全局配置模式switch(config)#hostname 设置交换机的主机名switch(config)#enable secret xxx ;设置特权加密口令 (真正进入 enable特权模式需要输入这个口令) switch(config)#enable password xxa ;
6、设置特权非密口令switch(config)#line console 0 ;进入控制台口switch(config-line)#login ;允许登录switch (config-line)# password xx 设置登陆控制台口口令switch (config-line)#exec-timeout 0 0 设置控制台口多长时间不操作会自动退出,前面一个0 表示分钟后面一个 0 表示秒 两个都是 0 表示一直不会自动退出。switch(config-line)#logging sy switch(config-line)#no ip domain-lookup 关闭域名查找功能(如果你输
7、错了命令, switch 会认为你输入的是域名,就会查找。浪费时间。no ip domain-lookup 就是取消这种查找)switch(config-line)#line vty 0 4 ;进入虚拟终端switch(config-line)#login ;允许登录switch(config-line)#password xx ; 设置登录虚拟终端口令xx switch#exit ;返回命令交换机常规配置switch(config)#no mac-address-table static (需要删掉的 mac地址) fastethernet f0/7 清除掉交换机F0/7 端口的 MAC 地
8、址switch(config-if)#duplex full/halt/auto ;设置交换机端口工作方式(full 全双工 halt 半双工模式auto 自动检测)switch(config-if)#speed 10/100/1000/auto;设置交换机对应端口局域网交换速度switch(config)#interface f0/1 进入快速以太网端口端口f0/1 switch(config)#interface vlan 1 ;进入 vlan 1 switch(config)#interface range f0/1 24 进入快速以太网端口f0/1 到f0/24 交换机文件操作:swi
9、tch#copy running-config startup-config 将 RAM 的当前配置存储到NVRAMswitch#copy running-config tftp 备份 RAM 存储的配置信息到tftp 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 12 页 - - - - - - - - - switch#copy startup-config tftp 备份 NVRAM 配置备份到 tftp switch#copy flash tftp ; 备份路由
10、器的 flash文件 IOS 到 tftp switch#copy tftp startup-config ;恢复 NVRAM 配置文件switch#copy tftp running-config 恢复 NVRAM 配置文件switch#copy tftp flash: 将 flash文件 IOS 从 tftp 恢复到路由器switch#erase startup-config 清除 NVRAM 存储的配置文件交换机生成树协议配置switch(config)#spanning-tree 开启交换机生成树协议switch(config)#no spanning-tree 关闭交换机生成树协议s
11、witch(config-if)#spanning-tree port-priority 32 设定这个端口的优先级为 32(端口优先级取值范围为0240 之间的 16 倍数,即取值范围为0、16、32、48240.设定数值越小,优先级越高)switch(config)#spanning-tree priority 4096 设定这个交换机STP 优先级为 4096(取值范围为061440 之间的 4096 的倍数,即取值范围为0、4096、819261440. 设定数值越小,优先级越高)交换机端口镜像配置Switch (config)# monitor session 1 destinati
12、on interface f0/1 配置 f0/1 为镜像端口。Switch (config)# monitor session 1 source interface f0/2 both 配置 f0/2 为被镜像端口,且出入双向数据均被镜像。Switch (config)# monitor session 1 source interface f0/2-f0/10 both 配置 f0/1到 f0/10 为被镜像端口,且出入双向数据均被镜像。Switch (config)# monitor session 1 source vlan2 both 配置整个vlan2 为被镜像端口,且出入双向数据
13、均被镜像。Switch (config)# no monitor session 1 去掉镜像1。交换机 VLAN 设置:switch#vlan database ;进入 VLAN 设置switch(vlan)#vlan 2 ;建 VLAN 2 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 12 页 - - - - - - - - - switch(vlan)#vlan 2 name ; 设置 VLAN 2 的名字switch(vlan)#no vlan 2 ;删 vl
14、an 2 switch(vlan)#vtp domain ;设置发 vtp 域名switch(vlan)#vtp password ;设置发 vtp 密码switch(vlan)#vtp server ;设置发 vtp 服务模式switch(vlan)#vtp client ;设置发 vtp 客户模式switch(vlan)#vtp pruning ;设置 vtp允许switch(config)#ip routing 启动三层交换机路由转发switch(config-if)#switchport access vlan 2 ;当前端口加入vlan 2 switch(config-if)#swi
15、tchport mode trunk ; 设置为干线(开启 trunk干线功能)switch(config-if)#switchport trunk encap dot1q ; 设置 vlan 中继 (开启 vlan封装的 802.1q协议)switch(config-if)#switchport trunk allowed vlan all ; 设置允许的 vlan(这个命令为允许所有的 vlan从这个干线进行传递 ) switch(config-if)#switchport trunk allowed vlan 2 3 设置允许的 vlan(这个命令为允许 vlan 2和 vlan 3从这
16、个干线进行传递 ) 交换机设置 IP 地址:switch(config-if)#ip address ;设置 IP 地址switch(config)#ip default-gateway ;设置默认网关switch#dir flash: ;查看闪存路由器支持的命令:路由器基本状态:router: ;路由器的 ROM 态rommon ; 路由器的 R 状态router ;用户模式router# ;特权模式router(config)# ;全局配置模式router(config-if)# ;端口配置模式router(config-line)# ; 指定连接状态( console连接 telnet连
17、接)router(config-router)# 路由状态配置模式(动态路由配置模式)router(dhcp-config)# 路由器 DHCP 配置模式名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 12 页 - - - - - - - - - 路由器显示命令:router#show running ;显示配置信息router#show startup 查看交换机 NVROM 启动配置信息router#show interface ;显示接口信息router#show
18、interface f0/0 ;查看指定端口信息router#show ip route ;显示路由表信息router #show cdp 显示路由器当前邻居更新信息router#show cdp neighbor ;显示邻居直连路由信息router#show cdp neighbor detail 显示邻居直连路由详细信息router#show cdp interface 显示所有端口是否开启cdp功能router#show access-lists router (config-if)#no cdp enable 关闭指定端口的 cdp 功能router (config-if)#cdp e
19、nable 打开指定端口的cdp功能router(config)#no cdp run 关闭所有端口的cdp功能router(config)#cdp run 打开所有端口的cdp功能router#reload ;重新起动router#show version 查看路由器版本信息router#show flash 查看 flash里面的 IOS 信息路由器口令设置:routerenable ;进入特权模式router#config terminal ;进入全局配置模式router(config)#hostname 设置路由器的主机名router(config)#enable secret xxx
20、 ;设置特权加密口令 (真正进入 enable特权模式需要输入这个口令) router(config)#enable password xxx ;设置特权非密口令router(config)#line console 0 ;进入控制台口router(config-line)#login ;要求口令验证router(config-line)# password xx 设置登陆控制台口口令router(config-line)#exec-timeout 0 0 设置控制台口多长时间不操作会自动退出,前面一个0 表示分钟后面一个 0 表示秒 两个都是 0 表示一直不会自动退出。router(conf
21、ig-line)#logging sy router(config-line)#no ip domain-lookup 关闭域名查找功能(如果你输错了命令, router会认为你输入的是域名,就会查找。浪费时间。no ip domain-lookup 就是取消这种查找)router(config-line)#line vty 0 4 ;进入虚拟终端router(config-line)#login ;要求口令验证router(config-line)#password xx 设置登录虚拟终端口令xx router(config)#(Ctrl+z) ; 返回特权模式router#exit ;返回
22、命令名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 12 页 - - - - - - - - - 路由器常规配置:router#clock set 18:10:53 20 march 2010 设定路由器时钟,例子设定的为 2010年 3月 20 日 18 点 10 分 53 秒router(config)#interface s0/0 ; 进入 Serail 接口 (串口)router(config)#interface f0/0 进入快速以太网接口f0/0 route
23、r(config-if)#no shutdown ;激活当前接口router(config-if)#bandwidth 64 ;设定指定串口带宽router(config-if)#clock rate 64000 ;设置同步时钟router(config-if)#ip address ;设置 IP 地址router(config-if)#ip address second ;设置第二个 IP router(config-if)#interface f0/0.1 ;进入子接口router(config-subif.1)#ip address ;设置子接口 IP router(config-sub
24、if.1)#encapsulation dot1q ;绑定 vlan中继(802.1q)协议router(config)#config-register 0 x2142 ;跳过配置文件router(config)#config-register 0 x2102 ;正常使用配置文件router#reload ;重新引导路由器文件操作:router#copy running-config startup-config 将 RAM 的当前配置存储到NVRAMrouter#copy running-config tftp 备份 RAM 存储的配置信息到tftp router#copy startup-
25、config tftp 备份 NVRAM 配置备份到 tftp router#copy flash tftp ; 备份路由器的 flash文件 IOS 到 tftp router#copy tftp startup-config ;恢复 NVRAM 配置文件router#copy tftp running-config 恢复 NVRAM 配置文件router#copy tftp flash: 将 flash文件 IOS 从 tftp 恢复到路由器router#erase startup-config 清除 NVRAM 存储的配置文件ROM 状态:如果需要将路由器恢复到出厂设置要求在先启动计算机
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年思科路由器和交换机各种命令大全宣贯 2022 思科 路由器 交换机 各种 命令 大全
限制150内