交换机的配置命令

作者&投稿:徐思 (若有异议请与网页底部的电邮联系)
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]

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 cv

主要看你的是什么牌子的交换机
他上面带的书是最好的命令书的
很详细的
找不到书就用这个
看看可以吗
http://www.ktv8848.com/news/200611/9307.shtml

华3还是CISCO,一般的配置文档都可以在论坛里面找到,如果找不到的话,我这有一大堆~

交换机的基本命令~

  a、更改远程TELNNET密码
  Switch#configure terminal
  Switch(config)#line vty 0 4
  Switch(config-line)#password qycx123
  Switch(config-line)#login
  Switch(config-line)#exit
  b、更改进入全局配置模式时的密码
  Switch#configure terminal
  Switch(config)#enable secret qycx123
  思科交换机常用命令——创建并划分VLAN
  a、创建VLAN
  Switch#vlan database
  Switch(vlan)#vlan 99 name office (创建vlan 99 并命名为office)
  b、将端口划分至vlan
  Switch(config)#interface fastEthernet 0/8
  Switch(config-if)#switchport mode access
  Switch(config-if)#switchport access vlan 99 (将8号快速以太口划分至vlan 99)
  思科交换机常用命令——调试命令
  a、显示所有配置命令:Switch#show run
  b、显示所有接口状态:Switch#show ip int brief
  c、显示所有VLAN的信息:Switch#show vlan brief
  cisco交换机还是比较常用的,于是我研究了一下Cisco交换机命令的大总结,在这里拿出来和大家分享一下,希望对大家有用。我所针对的都是Cisco的设备而言的,华为的可以跟据手册来查,配置都是差不多的,这里华子就不多写华为的设备了,了解的也不是很多。
  Cisco交换机命令之使用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 返回命令
  Cisco交换机命令之控制台口令
  switch(config)#line console 0 进入控制台口
  switch(config-line)#login 允许登录
  switch(config-line)#password xx 设置登录口令
  switch#exit 返回命令
  Cisco交换机命令之基本接口配置
  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 清除配置文件
  Cisco交换机命令之交换机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中关闭局部修剪
  Cisco交换机命令之以太网通道配置
  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 查看通道信息
  Cisco交换机命令之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 名更改
  Cisco交换机命令之生成树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 配置上行速端口
  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)
  switch#show spanning-tree summery 检测vlan生成树配置
  switch#show spanning-tree vlan detail 浏览详细生成树配置信息
  switch#show spanning-tree interface detail 浏览详细生成树端口配置信息
  Cisco交换机命令之交换机显示命令:
  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设备

oppo手机命令行禁用更新
答:OPPO客户服务中心可以为您提供产品维修、系统升级、检测换机、产品咨询等服务。服务产品:手机、电视、手表、耳机、其他配件。您可按照以下方法查询OPPO客户服务中心的地址、营业时间、电话。1、进入OPPO官网选择「服务 > 自助服务 > 网点查询及预约」进行查询,或可直接点击服务网点查询。2、打开“OPPO社区”...

...设置后界面总是出现无命令这是为何?接下来那怎么做?
答:建议可重启手机或重新恢复出厂设置。酷派参考路径:点击【设置】-【系统设置】-【重置和换机】-【恢复出厂设置】-【重置手机】即可,然后按提示操作即可。 若手机登录了乐视帐号或设置了指纹/密码解锁,重置手机前需退出登录或解锁屏幕方可操作。

编辑好的宏命令是保存在本地还是保存在服务器上?
答:本机。想换机也有宏,我交你,下个大脚插件,然后成为注册用户(不要钱)。在编好宏的机器上,登陆-上传配置。以后换电脑了,就登陆-下载配置。我就是这么用的,方便极了。记得在魔兽世界官网去下载,保险。

怎么知道公司的交换机分别是核心价换机还是分层交换机
答:用电脑通过配置线连上交换机console口,然后用软件进入交换机系统,然后用命令查看配置就知道是核心还是分层交换机了

linux操作系统下用普通用户登录然后用su命令切换到root用户和直接用ro...
答:权限是一样的。一般都不建议使用root直接登入,且default为root不允许从远端直接登入。其中一个原因为:系统中log会记录每一个远端登入的操作,如果每个登入者都是用root直接登入造成log中的记录无法分辨责任人。还有很多系统连直接su命令都不建议使用,建议使用sudo。这是从安全和权限上考虑的 ...

手机打开usb调试,输入adb命令连不上手机怎么办?
答:1.手机需要处于开机状态。2.将手机与电脑连接,下滑手机屏幕顶帘,查看通知栏是否有提示已连接为媒体设备”或已连接进行充电”-勾选媒体设备MTP”。注:1.若手机连接电脑时屏幕已锁屏,建议先将屏幕解锁。2.若连接后无任何反应,可能是由于电脑中缺少USB驱动,请在电脑中下载安装Kies或S换机助手软件。若...

边缘端口的bpduguard应用
答:可使用errdisable recovery cause bpduguard命令开启端口状态的自动恢复。BPDU GUARD工作原理:当交换机STP功能启用的时候,默认所有端口都会参与STP,并发送和接受BPDU,当BPDU GUARD开启后,在正常情况下,一个下联的端口是不会收到任何BPDU的,因为PC和非网管换机都不支持STP,所以不会收发BPDU。当这个端口...

如何在Linux中使用man帮助使用man命令
答:Linux系统man帮助的使用技巧如下:1.man的查询后面的数字含义:1用户在shell换机中可以操作的指令或可执行文件 2系统核心可乎叫的函数与工具 3一些常用的函数(function)与函数库(library),大部分为c的函数库(libc)4硬件文件说明,通常是/dev/的文件 5配置文件或者是某些档案的格式 6游戏(games)7...

思科模拟器使用方法
答:这里双击路由器,进行相应的配置。在“物理”标签的左边显示 的是路由器的一些模块,点击你想添加的,在右下方会显示出来, 然后把它拖动到路由器相应的位置上。点击“配置”标签可以对参数进行修改,点击“命令行”就可以 对路由器进行配置了。交换机的配置跟路由器的配置差不多,下面就双击PC机对网卡...

手机总是跳屏是什么原因?
答:7、还原所有设置 进入设置--系统管理/更多设置--备份与重置/恢复出厂设置--还原所有设置,根据屏幕提示操作。注:还原所有设置不会删除任何数据或媒体文件,仅会还原手机的所有设置,部分第三方应用帐号需要重新登录,请确认不影响软件使用后再进行操作,若有重要资料建议也可以提前备份好。8、服务中心检测 ...