Cisco交换机功能性命令简介

  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 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

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

switch(enable) set port speed moudle/number

switch(enable) set port speed moudle/number

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

switch(config-if)# duplex

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

switch(enable) set port duplex module/number

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

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]

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

switch(vlan)# vtp password password

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

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

时间: 2024-10-03 02:02:49

Cisco交换机功能性命令简介的相关文章

cisco交换机常用命令

交换机命令 switch> 用户模式 1:进入特权模式 enable switch> enable switch# 2:进入全局配置模式 configure terminal switch> enable switch#configure terminal switch(conf)# 3:交换机命名 hostname aptech2950 以aptech2950为例 switch> enable switch#configure terminal switch(conf)#host

Cisco交换机配置主要步骤及语句

了解一些关于交换机配置方面的知识还是非常有帮助的,这里我们主要讲解了Cisco交换机配置的主要语句及步骤.上回跟大家介绍了如何正确连接交换机,今天用一些配置片段给大家介绍一下端口的配置.鉴于网上大多数配置事例都是show-run 出来的结果.不利于新手对命令配置过程的了解,所以笔者将Cisco交换机配置片段和注意的地方都注明了一下,希望能帮助新手尽快了解如何正确配置交换机. 在IOS输入命令时只要缩写的程度不会引起混淆,使用Cisco交换机配置命令的时候都可以使用缩写的形式.比如:Switch>

Cisco交换机配置问题和相关使用技巧

思科公司推出来的Cisco交换机也算是在整个行业的巨头了,Cisco交换机在市场中的表现的很不错,Cisco交换机将 认为输入错误的命令为主机名,并尝试通过查询DNS服务器来解析它.在调试.维护Cisco交换机的过程中,祥子会遇到一些很头痛的问题,好在 经过这一段时间的系统学习,这些问题都一一解决了,事实上,了解这些方法对于提高调试交换机的效率非常有帮助,在此,将积累的几点小经验介绍一下,供大家参考.一.如何让自己输入命令时不受到系统信息的干扰相信很多网管员朋友都遇到过这样的麻烦:即通过串口线连

Cisco交换机基本配置和Console端口连接

交换机配置命令基础用户模式hostname# :特权模式hostname(config)# :全局配置模式hostname(config-if)# :交换机口令设置:switch>enable :进入特权模式 switch#config terminal :进入全局配置模式 switch(config)#hostname csico :设置交换机的 主机名 switch(config)#enable secret csico1 :设置特权加密口令 switch(config)#enable pa

cisco交换机:网络配置与实施

cisco交换机网络配置:网关冗余机负载平衡虚拟路由器冗余协议(Virtual Router Redundancy protocal,VRRP):可在各种设备上用冗余热备份路由器协议(HSRP):cisco专有冗余网关负载均衡协议(GLBP):cisco专有冗余网关还能负载均衡cisco交换机网络配置:基本配置>en//从普通模式进行特权模式 # configureterminal//进入配置模式,可简写(conft) (config)#hostnameAAA//为交换机命名,在远程登录时这个很

阐述Cisco交换机端口配置问题

Cisco交换机是目前交换行业的主力军,其产品在市场中的表现非常不错,这里我们主要分析了Cisco交换机的一些使用技巧.作为网管员,免不了要经常调试交换机,祥子单位 里面核心骨干交换机以Cisco的为主.在调试.维护Cisco交换机的过程中,祥子会遇到一些很头痛的问题,好在 经过这一段时间的系统学习,这些问题都一一解决了,事实上,了解这些方法对于提高调试交换机的效率非常有帮助,在此,将积累的几点小经验介绍一下,供大家参考.相信很多网管员朋友都遇到过这样的麻烦:即通过串口线连接到交换机的CONSO

CISCO交换机使用技巧总结之谈

CISCO交换机的全双工是指交换机在发送数据的同时也能够接收数据,两者同步进行,他的性能远远超过了普通桥接互联网络之间的转发性能,本人在学习使用CISCO交换机的过程中积累的一些使用经验,希望能够给朋友们提供一些参考.相信很多网管员朋友都遇到过这样的麻烦:即通过串口线连接到CISCO交换机的CONSOLE口对交换机进行调试的时候(这种情况除了初次配置交换机外,大多数还是由于交换机出现了故障,通过网口登录不上去了).这个时候 往往是十万火急的时候,但越是急,越是发现想要打个命令比登天还难,因为在超

Cisco交换机集群技术:可伸缩的堆叠体系结构

投资保护和发展选项随着企业的发展和变化,您可以利用 可伸缩的Cisco推叠体系结构,确保您的局域网同步发展.Cisco为Catalyst 3500 XL系列和具备千兆位性能的Catalyst 2 900 XL系列交换机提供业界最灵活.可伸缩.可管理的推叠体系结构.您可以在 同一配线间中创建交换机堆叠,或者利用Cisco交换机集群技术创建一个延伸到配线间之外的集群.无论哪一种方式,所有交换机均通过一个IP地址管理.两种选项都能使您创建结合现有和新Cisco设备的堆叠,从而保护您的局域网投资. 灵活

《CCNP SWITCH 300-115学习指南》——2.2节Cisco交换机选型

2.2 Cisco交换机选型交换机是园区网中最基本的互联组件.Cisco具有针对不同需求的众多交换机平台可供选择.在本书创作之际,Cisco将Catalyst系列定位于园区网交换机,而将Nexus系列定位于数据中心交换机.所以在CCNP课程里,更多介绍的还是Catalyst系列交换机. 图2-12列举了当前推荐的Catalyst交换机.当然,在竞争激烈的园区网交换机市场中,Cisco始终保持着Catalyst交换机平台的更新,使其保持更新的功能.更优的性能.更大的密度,以及更低廉的价格优势. 熟