Switch command

 Switch > en 进入特权模式
 Switch # conf t 进入全局配置模式
 Switch(config)# interface interface-num 进入接口
 Switch(config)# hostname name 给交换机命名
 Switch(config)# enable password password 设置明文密码
 Switch(config)# enable secret password 设置加密的启用秘密口令。如果设置则取代明文口令
 Switch # copy running-config startup-config 
 Switch # write 保存设置
 保存设置
 Switch # erase startup-config 恢复交换机出厂值
 置顶
 DHCP
 sh ip dhcp binding //显示地址分配情况
 show ip dhcp conflict //显示地址冲突情况
 debug ip dhcp server {events | packets | linkage} //观察DHCP服务器工作情况
 
 
 Switch setup
 switch(config)# interface vlan 1 
 switch(config-if)# ip address ip-address netmask 
 switch(config-if)# no shut
 switch(config-if)# exit
 switch(config)# ip default-gateway ip-address
 switch(config)# ip domain-name domain-name
 switch(config)# ip name-server IP-address 交换机上设置远程访问,用于交换机管理
 配置IP地址
 开起端口
 退出
 设置缺省网关
 域名服务(自身用)
 域名服务地址(自身用)
 文档顶端
 
 Vlan setup
 ? Switch # vlan database 
 ? switch(vlan)# vlan vlan-id name vlan-name
 ? switch(vlan)# exit 
 ? switch # config teriminal  创建VLAN(全局配置模式下)
 创建vlan
 推出启用
 
 ? switch # config t
 ? switch(config)# vlan vlan-id
 ? switch(config-vlan)# name vlan-name
 ? switch(config-vlan)# exit 创建VLAN(VLAN数据库中)
 
 命名
 推出生效
 Switch # config teriminal
 switch(config)# interface interface-num 
 switch(config-if)# switchport mode access 
 switch(config-if)# switchport access vlan vlan-id
 switch(config-if)# end
 switch # show running-config interface inter-id
 switch # show interface inter-id switch port 给VLAN添加端口
 进入要分配的端口
 定义二层端口
 把端口分配给某一VLAN
 退出
 验证端口的VLAN号
 验证端口的管理模式和VLAN情况
 switch#config teriminal
 switch(config)#interface range f0/1 - 10 
 switch(config-if)#switchport access vlan vlan-id
 switch(config-if)#end
 switch#show vlan brief
 switch#show vlan vlan-id 添加多个端口到一个VLAN
 选择多个端口
 加入VLAN
 
 查看验证VLAN
 查看指定VLAN
 Switch # config t
 switch(config)# no vlan vlan-id
 switch(config)# end 删除VLAN
 
 switch(config)# ip http sever 启用HTTP访问
 文档顶端
 
 VLAN TRUNK
 switch(config)# interface interface mod/port 
 switch(config-if)# switchport mode trunk 
 switch(config-if)# switchport trunk encapsulation {isl|dotlq|}  配置VLAN中继线
 
 
 switch(config)# interface interface-id
 switch(config-if)# switchport mode dynamic desirable/auto 进入端口设置
 设置接口为中继动态协商模式,desirable或auto
 switch(config-if)#switchport trunk allowed vlan none 阻止所有VLAN通过
 switch(config-if)#switchport trunk allowed vlan remove vlan-list 
 switch(config-if)# switchport trunk allowed vlan add vlan-list 从TRUNK中删除VLAN,阻止通过
 在TRUNK中添加VLAN,允许通过
 文档顶端
 
 Switch interface setup
 Switch # config t
 Switch(config)# interface inter-id
 switch(config-if)# duplex {auto|full|half}
 switch(config-if)# speed{10|100|auto} 交换机上设置端口速度
 switch(config-if)# description description-string 交换机的端口描述
 文档顶端
 
 SHOW command
 Switch # show version 
 Switch # show running-config 列出当前运行配置信息
 Switch # show startup-config 
 Switch # show interface interface-num 产看接口信息
 Switch # show cdp neighbor
 switch # show cdp neighbor detail
 
 switch # show cdp traffic
 switch # show cdp interface interface-num
 switch # show cdp entry 显示直连的相邻设备及其详细信息
 显示IP地址和IOS版本和类型,并且包括show cdp neighbor命令显示的所有信息
 显示设备发送和接收的CDP分组数以及任何出错信息
 显示接口的CDP配置信息
 显示所有入口项的细节
 Switch # show interface vlan 1 查看交换机有关IP协议的配置信息
 Switch # show mac-address-table aging-time 查看MAC地址表超时时间
 Switch # show mac-address-table 查看整个MAC地址表
 Switch # show interface f0/0 switchport 查看端口模式
 Switch # show vlan brief 查看VLAN信息
 Switch # show vtp status 查看VTP状态信息
 Switch # show spanning-treee 查看生成树信息
 Switch # show spanning-treee vlan vlan-id detail 查看某个VLAN的生成书详细信息
 Switch # show ip cef 产看FIB表
 Switch # show adjacency detail 产看邻接关系表
 
 文档顶端
 
 Cisco catalyst 2950交换机的密码恢复
 1. 拔下交换机的电源线。 
 2. 用手按住交换机的MODE键,插上电源线。 
 3. 出现“SWITCH:”后,松开MODE SWITCH:
 4. 在SWITCH:后执行“flash_init”命令,初始化 SWITCH:flash_init
 5. 查看FLASH中的文件。 Switch:dir flash
 6. 把“config.text”文件改名为“config.old”文件。  switch:rename flash:config.text flash:config.old
 7. 执行“boot”命令,启动交换机 
 8. 进入特权模式查看FLASH的文件 switch#show flash
 9. 把文件config.old改为config.text。 switch:rename flash:config.old flash:config.text
 10. 把config.text考入系统的running-config。 switch#copy flash config.text system:running-config
 11. 加入配置模式重新设置密码并存盘。 
 文档顶端
 
 VTP
 Switch(config)# vtp domain domain-name 设置VTP域名
 Switch(config)# vtp mode server|client|transparent 设置VTP模式
 Switch(config)# vtp password password 设置VTP密码
 Switch(config)# vtp pruning 配置VTP修剪
 Switch(config)# vtp version 2 配置VTP运行版本为2
 文档顶端
 
 
 STP
 Switch(config)# spanning-tree vlan vlan-list 启用生成树
 Switch(config)# spanning-tree vlan vlan-list root primary|secondary 配置交换机为根网桥
 Switch(config)# spanning-tree vlan vlan-list priority Bridge-priority 修改交换机的优先级
 Switch(config)#spanning-tree vlan vlan-list vlan-list cost cost 修改端口路径成本
 Switch(config)# spanning-tree vlan vlan-list vlan-list port-priority priority 修改端口优先级
 Switch(config)# spanning-tree uplinkfast 配置上行速链路
 Switch(config)# spanning-tree portfast 配置速端口
 
 文档顶端
 
 三层交换
 switch(config)#  
 switch(config)# interface vlan vlan-id
 switch(config-if)# ip address ip-address subnek-mask
 switch(config-if)# no shutdown 配置VLAN IP地址
 switch(config-if)# no switchport 配置接口为三层模式
 switch(config)# interface interface-id
 Switch(config-if)no switchport
 Switch(config-if)ip address address subnek 
 配置路由接口
 配置接口IP
 switch(config-)# interface vlan vlan-id
 switch(config-if)# ip helper-address dhcpserver-address 
 配置DHCP中继转发(每个VLAN都要配)
 Switch(config)# ip router 0.0.0.0 0.0.0.0 next-hop 在三层交换机上配置静态路由