switch>enable 进入特权模式
switch#config terminal 进入全局配置模式
switch(config)#hostname 设置交换机的主机名
switch(config)#enable secret xxx 设置特权加密口令
switch(config)#enable password xxa 设置特权非密口令
使用Telnet远程式管理
switch(config)#interface vlan 1 进入vlan 1
switch(config-if)#ip address 设置IP地址
switch(config-if)#ip default-gateway 设置默认网关
switch(config)#line vty 0 4 进入虚拟终端
switch(config-line)#login 允许登录
switch(config-line)#password xx 设置登录口令
switch#exit 返回命令
控制台口令
switch(config)#line console 0 进入控制台口
switch(config-line)#login 允许登录
switch(config-line)#password xx 设置登录口令
switch#exit 返回命令
基本接口配置
switch(config)#interface f0/1 进入f0/1接口
switch(config-if)#duplex full 配置全双工模式
switch(config-if)#speed 100 配置速率
switch(config-if)#description to ***** 接口描述
switch(config)#ip domain-name ***.com 设置或名服务器
switch(config)#mac-address-table aging-time 设置mac表超时时间
switch#write 保存配置信息
switch#copy running-config startup-config 保存当前配置nvram
switch#erase startup-config 清除配置文件
交换机VLAN设置:
switch#vlan database 进入VLAN设置
switch(vlan)#vlan 2 建VLAN 2
switch(vlan)#name 名字 建VLAN 2的名称
switch(vlan)#no vlan 2 删vlan 2
注:删除vlan时原属于此vlan的端口处于非激活状态,直到重新分配为止
switch(config)#int f0/1 进入端口1
switch(config-if)#switchport mode access 当前端口工作莫试
switch(config-if)#switchport access vlan 2 当前端口加入vlan 2
switch(config-if)#switchport mode trunk 设置为干线
switch(config-if)#switchport trunk encapsulation dot1q 设置vlan 中继协议
switch(config-if)#no switchport mode 或 ( switchport mode access) 禁用干线
switch(config-if)#switchport trunk allowed vlan add 1,2 ;从Trunk中添加vlans
switch(config-if)#switchport trunk allowed vlan remove 1,2 ;从Trunk中删除vlans
switch(config-if)#switchport trunk pruning vlan remove 1,2 ;从Trunk中关闭局部修剪
以太网通道配置
switch(config)#interface range fasternet0/1 - 2 将fasternet0/1和0/2 口捆绑 (成双不成单)
switch(config-if)#channel-group 1 mode on 配置以太通道模式
switch(config-if)#port-channel load-balance {dst-mac | src-mac}在链路间实现负载均衡
switch#show etherchannel 1 summary 查看通道信息
switch#show etherchannel load-balance 查看通道信息
vtp配置
switch(config)#vtp domain 设置vtp域名
switch(config)#vtp password 设置vtp密码
switch(config)#vtp mode server 设置vtp服务器模式
switch(config)#vtp mode client 设置vtp客户机模式
switch(config)#vtp mode transparent 设置vtp 透明模式
switch(config)#vtp version 设置vtp版本
switch(config)#vtp pruning 启用vtp修解
switch(config)#no vtp pruning 关闭vtp修解
注:要想从vtp中减少一台交换机只需将该交换机vtp 名更改
生成树stp:
switch(config)#spanning-tree vlan 启用stp生成树(基于vlan)
switch(config)#spanning-tree vlan root primary 指定根交换机(基于vlan)
switch(config)#spanning-tree vlan root secondary 指定备用根交换机(基于vlan)
switch(config)#spanning-tree vlan priority 指定交换机优先级(基于vlan)
switch(config)#no spanning-tree vlan priority 将交换机的优先级恢复默认值(基于vlan)
switch(config-if)#spanning-tree vlan cost 指定端口成本(起用trunk的端口模式下)
switch(config-if)#spanning-tree vlan port-prioty 指定交换机端口优先级(基于vlan)
switch(config-if)#spanning-tree portfast 配置速端口(连接终端设备的端口状态)如pc机
switch(config)#spanning-tree uplinkfast 配置上行速端口
注:在配置上行速端口前要先将基于vlan上的网桥优先级,网桥成本恢复默认值。起用了该命令后在进行优先级更改,
switch(config)#spanning-tree vlan hello-time 配置交换机hello时间(基于vlan)
switch(config)#spanning-tree vlan forward-time 修改转发延迟计时器(基于vlan)
switch(config)#spanning-tree vlan max-time 修改最大老化时间(基于vlan)
注:vlan为可选参数,当没有该参数时将修改所有vlan网桥的优先级及所有的vlan端口成本
switch#show spanning-tree summery 检测vlan生成树配置
switch#show spanning-tree vlan detail 浏览详细生成树配置信息
switch#show spanning-tree interface detail 浏览详细生成树端口配置信息
交换机显示命令:
switch#show vtp status 查看vtp配置信息
switch#show running-config 查看当前配置信息
switch#show vlan 查看vlan配置信息
switch#show interface 查看端口信息
switch#show int f0/0 查看指定端口信息
switch#dir flash: 查看闪存
switch#show version 查看当前版本信息
switch#show mac-address-table aging-time 查看mac超时时间
switch#show cdp cisco设备发现协议 (可以查看聆接设备)
switch#show cdp traffic 杳看接收和发送的cdp包统计信息
switch#show cdp neighbors 查看与该设备相邻的cisco设备
switch#show interface f0/1 switchport 查看有关switchport的配置
switch#show cdp neighbors 查看与该设备相邻的cisco设备
2950交换机密码恢复
拨下交换机的电源线
用手按在mode按键上,插上电源线。
看到出现 flash_init load_helper boot switch: 画面时松开mode键
在switch:后执行flash_init命令查看flash中的文件
把config.text 文件改名为"config.old rename flash:config.text flash:config.old
执行boot命令启动交换机
交换机出现是否进入配置的对话, 执行no命令
进入特权模式查看flash文件 执行enable 在switch#show flash:
把config.old改为config.text rename flash:config.old flash:config.text
把config.text考入系统的running-config
copy flash:config.text system:running-config
重新设置密码并存盘
分享到:
相关推荐
Cisco 交换命令手册 Cisco 交换命令手册是 CCNP BCMSN 相关命令的汇集,方便查询和使用。本手册涵盖了交换机的基本配置、CAM 表的管理、交换机端口的设置、VLAN 中继等方面的命令。 一、交换机基本配置 * show ...
### 交换命令大全:Cisco IOS LAN Switching Command Reference #### 概述 Cisco Systems, Inc.作为全球领先的网络解决方案供应商,其产品和服务广泛应用于企业、服务提供商和其他组织机构。本文档将聚焦于Cisco的...
思科交换路由常用命令及中文对照 思科交换路由命令是计算机网络中非常重要的一部分,对于网络管理员来说,掌握这些命令是必备的技能。下面是思科交换路由常用命令的中文对照,包括设置主机名、设置登录口令、设置...
CISCO路由器命令大全 本文详细介绍了CISCO路由器命令大全,包括命令状态、设置对话过程、全局参数的设置、接口参数的设置等。 一、命令状态 在CISCO路由器中,有多种命令状态,每种状态都有其特定的功能和权限。...
下面将详细阐述Cisco路由和交换命令的相关知识点。 1. **基础配置命令**: - `enable`:进入特权执行模式,允许执行更高级别的配置和诊断命令。 - `configure terminal` 或 `conf t`:进入全局配置模式,用于配置...
根据给定的信息,本文将对思科三层交换机配置命令进行详细解读,这些命令涵盖了设备基本设置、网络服务启动、路由功能启用、虚拟局域网(VLAN)配置、链路聚合、生成树协议(Spanning Tree Protocol, STP)调整、热...
PVST 的配置 EthernetChannel(以太网通道) 配置VLAN的IP地址 等常用命令
### 思科Cisco基本命令详解 #### 知识点一:设备信息与状态查询命令 在思科设备管理中,了解设备的当前状态是至关重要的。以下是一些用于查询设备基本信息与状态的关键命令: 1. **`show version`**:显示设备的...
Cisco思科常用命令大全是Cisco网管必备的CCNA和CCNP的常用命令集合,本文档将对思科常用命令进行详细的介绍和解释。 一、用户模式 在Cisco设备中,有三个主要的模式:用户模式、特权模式和全局配置模式。用户模式...
思科2960交换机详细配置命令 思科2960交换机是一种高性能的交换机,广泛应用于局域网和城域网中。为了正确地配置思科2960交换机,我们需要了解其基本配置命令和高级配置命令。下面我们将详细介绍思科2960交换机的...
这份《思科华为命令对照表》的文档,对于网络工程师而言,提供了一种便捷的方式来对比和学习两大网络设备巨头思科(Cisco)和华为(Huawei)的配置命令。这不仅对于初学者大有裨益,即使是对已经具备CCNP、CCIE等...
这些命令只是思科交换路由命令集的一部分,实际操作中还会涉及更多如接口配置、访问控制列表(Access Control Lists, ACLs)、路由协议配置(RIP, OSPF, BGP等)、性能监控和故障排查等内容。熟练掌握这些命令是网络管理...
本资源"思科路由器和交换机命令大全"提供了一个全面的命令参考,帮助管理员更好地理解和操作Cisco设备。 在路由器配置方面,Cisco IOS(Internetwork Operating System)是其操作系统,提供了丰富的命令行界面(CLI...
### 思科华为命令对照大全知识点详述 #### 第一章 VTP协议 VTP(Virtual Trunking Protocol)是一种管理整个局域网内VLAN配置的协议,它允许网络管理员在一台交换机上更新VLAN配置,并将这些更改传播到网络中的...
19. 实现交换机的远程管理:使用命令`enable secret cisco`、`interface vlan 1`、`ip address 192.168.1.100 255.255.255.0`、`no shutdown`、`line vty 0 4`、`password 123`和`login`可以实现当前交换机的远程...
在全局配置模式下,我们可以使用"router ospf process-id"启动OSPF(开放最短路径优先)进程,然后使用"network 网络 地址野 必要的区域号"命令将接口加入OSPF进程,实现路由信息的交换。 此外,对于动态路由协议,...
【思科路由与交换配置命令】是网络管理员和IT专业人士在操作思科设备时必须掌握的基础知识。本文档主要介绍了如何使用配置命令进行路由器和交换机的管理,以及如何在模拟环境中进行实践。 首先,安装**思科模拟器**...
### 华为与思科命令对照详解 #### 目标 本篇内容旨在帮助读者快速掌握华为交换机与思科交换机之间的命令行差异,并熟悉华为交换机常用命令的使用方法,以及掌握基础特性的配置步骤。 #### 命令行视图对比 在进行...