博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HP c3000/c7000 blade switch GBE2c 初始配置
阅读量:2184 次
发布时间:2019-05-02

本文共 1779 字,大约阅读时间需要 5 分钟。

 

 

端口概述

Port 1-16 是内联刀片的downlink口

Port 17-18 是switch互联用,默认是disable的
Port 19是给Blade On-board Administrator用
Port 20-24 是uplink口

连到交换机的Console口

To access the switch locally:

1. Connect the switch DB-9 serial connector, using the null-modem serial cable to a local client device (such as a laptop computer) with VT100 terminal emulation software.

2. Open a VT100 terminal emulation session with these settings: 9600 baud rate, eight data bits, no parity, one stop bit, and no flow control.

初次配置概述

1. 登录默认密码:user级别口令: user/user,管理员口令: admin/admin

2. 修改默认口令 cfg --> sys --> access --> user --> admpw --> apply --> save

>> Main# /cfg

>> Configuration# sys
>> System# access/user/admpw
Changing ADMINISTRATOR password; validation required:
Enter current admin password:
Enter new administrator password:
Re-enter new administrator password:
New administrator password accepted.

>> System# apply

>> System# save

千万记得每次更改完配置,必须用apply才会生效,为保证重启后也继续生效,一定要save!

网络配置,21端口上联到Core 1,22端口上联到Core 2,所以要添加此端口关联到所有VLAN,并且在上联端口上enable tag,所有downlink都不需要tag

配置21和22端口为tagged

配置命令 cfg --> port 22 --> ena --> cur --> tag e --> apply --> save --> cur

配置21和22端口到网管vlan 11

(同样的配置重复操作,直到把21、22口加入到所有需要加入的vlan)

配置命令cfg --> l2 --> vlan 11 --> ena --> add 21 --> add 22 --> apply --> save --> cur

配置管理IP地址

配置命令cfg --> l3 --> if 1 --> addr --> mask --> ena --> apply --> save --> cur

配置交换机gw

配置命令cfg --> l3 --> gw 1 --> addr --> ena --> apply --> save --> cur

默认情况下http和telnet都是enable的,所以根据以上配置完以后,就可以远程telnet到交换机了,或者通过IE来管理交换机

命令解释:

cfg -- Configure ,是第一层菜单
sys -- System
l2 -- Layer 2, vlan 配置在这里做
l3 -- Layer 3, 网管IP, interface配置在这里
port -- 端口配置
ena -- enable
addr -- 设置地址
mask -- 设置掩码
cur -- current的缩写,查看当前配置
apply -- 应用配置(没apply之前cur显示的还是旧的)
save --保存配置,这样reboot后配置不会丢失

注:默认telnet/console session的保持时间是5分钟

转载地址:http://lmmkb.baihongyu.com/

你可能感兴趣的文章
【Python】用Python打开csv和xml文件
查看>>
【Loadrunner】性能测试报告实战
查看>>
【自动化测试】自动化测试需要了解的的一些事情。
查看>>
【selenium】selenium ide的安装过程
查看>>
【手机自动化测试】monkey测试
查看>>
【英语】软件开发常用英语词汇
查看>>
Fiddler 抓包工具总结
查看>>
【雅思】雅思需要购买和准备的学习资料
查看>>
【雅思】雅思写作作业(1)
查看>>
【雅思】【大作文】【审题作业】关于同不同意的审题作业(重点)
查看>>
【Loadrunner】通过loadrunner录制时候有事件但是白页无法出来登录页怎么办?
查看>>
【English】【托业】【四六级】写译高频词汇
查看>>
【托业】【新东方全真模拟】01~02-----P5~6
查看>>
【托业】【新东方全真模拟】03~04-----P5~6
查看>>
【托业】【新东方托业全真模拟】TEST05~06-----P5~6
查看>>
【托业】【新东方托业全真模拟】TEST09~10-----P5~6
查看>>
【托业】【新东方托业全真模拟】TEST07~08-----P5~6
查看>>
solver及其配置
查看>>
JAVA多线程之volatile 与 synchronized 的比较
查看>>
Java集合框架知识梳理
查看>>