`
lyn111
  • 浏览: 13645 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

cisco交换机命令全集(中文)

阅读更多

cisco交换机命令全集(1)
交换机命令全集
  1.在基于IOS的交换机上设置主机名/系统名:

  switch(config)# hostname hostname

  在基于CLI的交换机上设置主机名/系统名:

  switch(enable) set system name name-string

  2.在基于IOS的交换机上设置登录口令:

  switch(config)# enable password level 1 password

  在基于CLI的交换机上设置登录口令:

  switch(enable) set password

  switch(enable) set enalbepass

  3.在基于IOS的交换机上设置远程访问:

  switch(config)# interface vlan 1

  switch(config-if)# ip address ip-address netmask

  switch(config-if)# ip default-gateway ip-address

  在基于CLI的交换机上设置远程访问:

  switch(enable) set interface sc0 ip-address netmask
  broadcast-address

  switch(enable) set interface sc0 vlan

  switch(enable) set ip route default gateway

  4.在基于IOS的交换机上启用和浏览CDP信息:

  switch(config-if)# cdp enable

  switch(config-if)# no cdp enable

  为了查看Cisco邻接设备的CDP通告信息:

  switch# show cdp interface [type modle/port]

  switch# show cdp neighbors [type module/port] [detail]

  在基于CLI的交换机上启用和浏览CDP信息:

  switch(enable) set cdp {enable|disable} module/port

  为了查看Cisco邻接设备的CDP通告信息:

  switch(enable) show cdp neighbors[module/port]
  [vlan|duplex|capabilities|detail]

  5.基于IOS的交换机的端口描述:

  switch(config-if)# description description-string

  基于CLI的交换机的端口描述:

  switch(enable)set port name module/number
  description-string

  6.在基于IOS的交换机上设置端口速度:

  switch(config-if)# speed{10|100|auto}

  在基于CLI的交换机上设置端口速度:

  switch(enable) set port speed moudle/number
  {10|100|auto}

  switch(enable) set port speed moudle/number {4|16|auto}

  7.在基于IOS的交换机上设置以太网的链路模式:

  switch(config-if)# duplex {auto|full|half}

  在基于CLI的交换机上设置以太网的链路模式:

  switch(enable) set port duplex module/number {full|half}


  8.在基于IOS的交换机上配置静态VLAN:

  switch# vlan database

  switch(vlan)# vlan vlan-num name vla

  switch(vlan)# exit

  switch# configure teriminal

  switch(config)# interface interface module/number

  switch(config-if)# switchport mode access

  switch(config-if)# switchport access vlan vlan-num

  switch(config-if)# end

  在基于CLI的交换机上配置静态VLAN:

  switch(enable) set vlan vlan-num [name name]

  switch(enable) set vlan vlan-num mod-num/port-list

  9. 在基于IOS的交换机上配置VLAN中继线:

  switch(config)# interface interface mod/port

  switch(config-if)# switchport mode trunk

  switch(config-if)# switchport trunk encapsulation
  {isl|dotlq}

  switch(config-if)# switchport trunk allowed vlan remove
  vlan-list

  switch(config-if)# switchport trunk allowed vlan add
  vlan-list

  在基于CLI的交换机上配置VLAN中继线:

  switch(enable) set trunk module/port
  [on|off|desirable|auto|nonegotiate]

  Vlan-range [isl|dotlq|dotl0|lane|negotiate] 



cisco交换机命令全集(2)
10.在基于IOS的交换机上配置VTP管理域:

  switch# vlan database

  switch(vlan)# vtp domain domain-name

  在基于CLI的交换机上配置VTP管理域:

  switch(enable) set vtp [domain domain-name]

  11.在基于IOS的交换机上配置VTP 模式:

  switch# vlan database

  switch(vlan)# vtp domain domain-name

  switch(vlan)# vtp {sever|cilent|transparent}

  switch(vlan)# vtp password password

  在基于CLI的交换机上配置VTP 模式:

  switch(enable) set vtp [domain domain-name] [mode{
  sever|cilent|transparent }][password password]

  12. 在基于IOS的交换机上配置VTP版本:

  switch# vlan database

  switch(vlan)# vtp v2-mode

  在基于CLI的交换机上配置VTP版本:

  switch(enable) set vtp v2 enable

  13. 在基于IOS的交换机上启动VTP剪裁:

  switch# vlan database

  switch(vlan)# vtp pruning

  在基于CL I 的交换机上启动VTP剪裁:

  switch(enable) set vtp pruning enable

  14.在基于IOS的交换机上配置以太信道:

  switch(config-if)# port group group-number [distribution
  {source|destination}]

  在基于CLI的交换机上配置以太信道:

  switch(enable) set port channel moudle/port-range
  mode{on|off|desirable|auto}

  15.在基于IOS的交换机上调整根路径成本:

  switch(config-if)# spanning-tree [vlan vlan-list] cost
  cost

  在基于CLI的交换机上调整根路径成本:

  switch(enable) set spantree portcost moudle/port cost

  switch(enable) set spantree portvlancost moudle/port
  [cost cost][vlan-list]

  16.在基于IOS的交换机上调整端口ID:

  switch(config-if)# spanning-tree[vlan
  vlan-list]port-priority port-priority

  在基于CLI的交换机上调整端口ID:

  switch(enable) set spantree portpri
  {mldule/port}priority

  switch(enable) set spantree portvlanpri
  {module/port}priority [vlans]

  17. 在基于IOS的交换机上修改STP时钟:

  switch(config)# spanning-tree [vlan vlan-list]
  hello-time seconds

  switch(config)# spanning-tree [vlan vlan-list]
  forward-time seconds

  ` switch(config)# spanning-tree [vlan vlan-list] max-age
  seconds

  在基于CLI的交换机上修改STP时钟:

  switch(enable) set spantree hello interval[vlan]

  switch(enable) set spantree fwddelay delay [vlan]

  switch(enable) set spantree maxage agingtiame[vlan]

  18. 在基于IOS的交换机端口上启用或禁用Port Fast 特征:

  switch(config-if)#spanning-tree portfast

  在基于CLI的交换机端口上启用或禁用Port Fast 特征:

  switch(enable) set spantree portfast
  {module/port}{enable|disable}

  19. 在基于IOS的交换机端口上启用或禁用UplinkFast 特征:

  switch(config)# spanning-tree uplinkfast
  [max-update-rate pkts-per-second]

  在基于CLI的交换机端口上启用或禁用UplinkFast 特征:

  switch(enable) set spantree uplinkfast
  {enable|disable}[rate update-rate] [all-protocols
  off|on]

  20. 为了将交换机配置成一个集群的命令交换机,首先要给管理接口分配一个IP地址,然后使用下列命令:
  switch(config)# cluster enable cluster-name

  21. 为了从一条中继链路上删除VLAN,可使用下列命令:

  switch(enable) clear trunk module/port vlan-range

  22. 用show vtp domain 显示管理域的VTP参数.

  23. 用show vtp statistics显示管理域的VTP参数. 
分享到:
评论

相关推荐

    Cisco交换机实验手册

    《Cisco交换机实验手册》是一本专为网络工程师和IT专业人士设计的学习资源,它涵盖了Cisco交换机的基础知识、配置和管理技巧,以及一系列实用的实验指导。这份手册旨在帮助读者深入理解交换网络的工作原理,提升在...

    思科(CISCO) 2960 中文手册

    **思科CISCO Catalyst 2960系列交换机中文手册** 思科Catalyst 2960系列交换机是企业网络中的基础设备,专为小型至中型企业设计,提供固定配置的局域网(LAN)接入和汇聚功能。这款交换机集成了多种网络服务,包括...

    思科3560交换机中文配置手册

    ### 思科3560交换机中文配置手册知识点概览 #### 一、思科3560交换机概述 - **思科3560交换机**是一款支持二层与三层功能的企业级网络设备,它具备强大的数据处理能力和灵活的配置选项,能够满足各种规模企业的网络...

    思科Catalyst9500系列交换机說明 中文版

    ### 思科Catalyst 9500系列交换机关键知识点 #### 一、产品定位及设计理念 - **设计理念**:思科Catalyst 9500系列交换机被设计为下一代的企业核心层与汇聚层交换机,强调了在安全性、物联网以及云计算等领域的强大...

    思科三层交换机配置命令以及中文解释

    ### 思科三层交换机配置命令详解 #### 一、基本配置命令 1. **进入特权执行模式(Enable Mode)** - `S>enable` - 进入到特权执行模式,允许管理员进行更高级别的操作。 2. **进入全局配置模式(Global ...

    思科3560交换机中文配置手册.doc

    《思科3560交换机中文配置手册》是一份详尽指导用户配置和管理思科3560交换机的文档。3560系列交换机具备强大的二层和三层功能,支持企业级特性,如硬件加速的IP单播和多播路由,以及HSRP和多种路由协议。 在概述...

    思科 3560 交换机 中文简要配置手册

    ### 思科 3560 交换机 中文简要配置手册 #### 第1章 概述 ##### 1.1 概述 思科 3560 交换机是一款高性能、多功能的网络设备,它支持二层和三层功能,并提供了两个主要的软件版本:增强多层软件镜像 (EMI) 和标准...

    思科交换机中文手册_2006JAN

    《思科交换机中文手册_2006JAN》是一部专门为思科认证考试新手准备的全面指南。此手册详尽地介绍了思科交换机的相关知识和技术,旨在帮助读者理解和掌握网络交换技术的核心概念,为备考及实际工作提供有力支持。 在...

    思科N9K系列产品配置命令说明书.docx

    思科N9K系列交换机是思科数据中心网络解决方案中的高端产品,主要针对云环境和大规模虚拟化场景设计。在本文档中,我们探讨了如何配置这些设备的关键步骤,包括设备命名、启用服务、创建VLAN、配置管理地址、设置...

    思科3750交换机中文配置手册

    【思科3750交换机中文配置手册】是一份非常适合初学者的指南,涵盖了从基本的命令操作到更复杂的网络功能配置。以下是对各部分的详细解释: 1. **Switch command**:这是交换机的基本命令操作,包括从用户模式进入...

    思科交换机2960配置

    思科交换机2960是一款广泛应用于企业网络环境中的二层交换机,以其稳定性和易用性而著称。以下是对配置思科2960交换机的基本操作步骤和相关知识点的详细说明: 1. **交换机基本状态**: - `switch:` 是交换机的...

    cisco 交换机密码恢复

    然而,有时由于操作失误或意外,可能会出现忘记密码的情况,导致无法访问Cisco交换机。本文将详细介绍如何进行Cisco交换机的密码恢复,帮助学习者理解并解决此类问题。 首先,当Cisco交换机密码丢失时,通常需要...

    《[Cisco现场手册:Catalyst交换机配置(中文)]》 [PDF]

    这是“Cisco现场手册”系列图书的第二部,它着眼于介绍Cisco Catalyst系列的交换机产品。...这也是您可以找到的唯一一本讲述用Catalyst操作系统命令所有不同的变化形式(COS和IOS)配置交换机功能的书。

    最详细cisco_3560交换机中文使用手册.doc

    本文档为Cisco-3560交换机最详细的配置手册,从最简单的登录打开方式到各种命令的详细讲解和演示。

    思科交换路由常用命令及中文对照

    思科交换路由常用命令及中文对照 思科交换路由命令是计算机网络中非常重要的一部分,对于网络管理员来说,掌握这些命令是必备的技能。下面是思科交换路由常用命令的中文对照,包括设置主机名、设置登录口令、设置...

    思科N9k交换机配置文档(全).rar

    思科N9K配置文档,厂方给的文档,自己在网上找了很久都没找到全的。这个是最全。从设备的说明到设备的各种类型,用途下的配置。 只是英文。这个东西没有中文文档,英语太差的人略过。

    Cisco 2960-48TC-L交换机常用命令

    《Cisco 2960-48TC-L交换机常用命令详解》 Cisco 2960系列交换机是企业网络环境中广泛使用的设备,其中2960-48TC-L型号以其高性价比和易用性深受青睐。本文将详细阐述这款交换机的常用配置命令,包括初始配置、...

    ospe配置命令思科路由器交换机

    以上是关于Cisco路由器和交换机上的OSPF配置命令及相关知识点的详细介绍。这些命令是网络管理员在日常运维工作中经常需要用到的基础工具,掌握它们可以帮助更好地管理网络中的路由选择和服务质量。

    2960交换机简要配置手册(中文)

    思科2960交换机简要配置手册(中文) 思科2960交换机简要配置手册(中文)是针对思科基础二层设备的配置讲解。该手册旨在指导用户快速配置和维护思科2960交换机,涵盖了交换机的基本概念、配置步骤和维护方法。 一...

    交换机基本操作(中文幻灯片)

    本篇内容将围绕"交换机基本操作"展开,主要针对Cisco交换机进行讨论,帮助读者理解和掌握交换机的基本配置与管理。 首先,我们需要了解交换机的基础概念。交换机通过建立MAC地址表来实现数据帧的二层转发,从而提高...

Global site tag (gtag.js) - Google Analytics