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)# 青岛食物畅通
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)# 抽沙船
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设备