HP Moonshot初始安装手册.docx
文本预览下载声明
一、IP 规划以满配为例:?1500机箱共分3个zone,分别受3个ilo芯片控制1个管基础架构的ILO芯片2个network switch?所以整箱共需要6个管理IP ????二、准备工具?1、USB转串口2、串口1?3、串口2??三、配置管理(1)配置CM Module及4个ilo芯片的管理IP通过串口线连接到CM Module,使用PuTTY或者超级终端按照下列参数配置:???1、首先使用DHCP服务器给CM分配一个IP地址,然后使用SSH登录后,首先关闭DHCP,否则无法手动设置zone的IP??2、设置每个zone的IP首先进入到每个zone下:????其他zone的ip按照以上命令配置,完成之后使用show命令????(2)配置switch的管理IP通过串口线连接到switch的管理端口,使用PuTTY或者超级终端按照下列参数配置:?(chassis6-switchA) #serviceport protocol noneChanging protocol mode will reset ip configuration.Are you sure you want to continue? (y/n)?(chassis6-switchA) #serviceportip 192.168.20.30 255.255.255.0?(chassis6-switchA) #show serviceport????配置完了management IP 后,就可以通过telnet或者ssh连接????三、配置Switch基础信息可参考一下两个手册1、关闭和客气Spanning tree开启:(chassis6-switchA) (Config)#Spanning-tree?关闭:(chassis6-switchA) (Config)#noSpanning-tree查看spanning-tree状态(chassis6-switchA) (Config)# #show spanning-tree summary?Spanning Tree Adminmode........... DisabledSpanning Tree Version............. IEEE 802.1sBPDU Guard Mode................... DisabledBPDU Filter Mode.................. DisabledConfiguration Name................ 00-24-81-D0-63-F9Configuration Revision Level...... 0Configuration Digest Key.......... 0xac36177f50283cd4b83821d8ab26de62Configuration Format Selector..... 0No MST instances to display.??2、设置端口带宽及全双工(chassis6-switchA) (Config)#interface 1/1/1-1/1/6?(chassis6-switchA) (Interface 1/1/1-1/1/6)#speed 10G full-duplex??3、查看SFP连接信息(包含SFP温度,电源…)(chassis6-switchA) #show fiber-ports optical-transceiver all??4、查看SFP的厂家信息,序列号。。。。。?(chassis6-switchA) #show fiber-ports optical-transceiver-info all??5、查看配置文件?show running-config??6、show sysinfo???7、show tech-support日志此命令中,包含以下所有命令的执行结果? show version? show sysinfo? show port all? show isdp neighbors? show logging? show event log? show logging buffered? show trap log? show running config??8、如何关闭Auto-negotiation(chassis6-switchA) (Config)#no auto-negotiate all???四、配置上联网络?此交换机里面,链路聚合(LACP)默认配置为静态链路聚合。?分两种方式:动态和静态?1、动态链路聚合?(1)选择上行链路聚合所使用的端口,此例中使用1,2,3(Routing) #config(Routing) (C
显示全部