请注意设备型号和系统版本!
-
25G交换机串口初始登录
- 端口: com3 (连接不同PC可能不一样,可在设备管理中查看)
- 波特率: 9600
- 初始配置密码: XXXXXXXX
-
配置远程telnet登录管理口
先将交换机的管理口接入(在背板上 )网络
2.1. 配置管理IP
<CE6865_03> system-view [~CE6865_03] interface meth 0/0/0 //进入MEth管理接口视图 [~CE6865_03-MEth0/0/0] ip address 10.10.1.1 24 [~CE6865_03-MEth0/0/0] commit [~CE6865_03-MEth0/0/0] quit
2.2. 启用telnet
[CE6865_03] undo telnet server disable //Telnet出厂时是关闭的,需要打开 [CE6865_03] user-interface vty 0 4 //Telnet常用于设备管理员登录,推荐使用AAA认证 [CE6865_03-ui-vty0-4] authentication-mode aaa [CE6865_03-ui-vty0-4] quit [CE6865_03] aaa [CE6865_03-aaa] local-user admin1234 password irreversible-cipher Helloworld@6789 //配置管理员Telnet登录交换机的用户名和密码。用户名不区分大小写,密码区分大小写 [CE6865_03-aaa] local-user admin1234 level 3 //将管理员的用户级别设置为3(最高),在V100R006C00之前版本中,用户的最高级别为3。在V100R006C00及以后版本中,当command-privilege level rearrange使能时,用户的最高级别为15;当command-privilege level rearrange未使能时,用户的最高级别为3。 [CE6865_03-aaa] local-user admin1234 service-type telnet [CE6865_03-aaa] commit [CE6865_03-aaa] quit <CE6865_03> save
-
远程登录交换机
telnet 192.168.1.210 用户名:admin1234 密码: Helloworld@6789
-
查看接口配置,并配置业务口
接口类型 | 接口名称 | 速率 |
---|---|---|
业务光口 | 25GE1/0/1 | 25G |
外网电口 | 25GE1/0/48 | 1G |
system-view
interface 25GE1/0/48
undo negotiation disable
或者
negotiation enable
port mode ge
speed auto { 10 | 100 | 1000 }*
flow-control negotiation
commit
display this interface
quit
interface 25GE1/0/1
undo negotiation disable
# 或者
negotiation enable
flow-control negotiation
commit
display this interface
quit
assign forward mode store-and-forward
save
[~CE6865_03-25GE1/0/48]port mode ge
Warning: The interfaces(25GE1/0/45 to 25GE1/0/48) will be converted to GE mode. [Y/N]:Y
-
检查配置
- 将1台终端PC通过6类网线连接到25GE1/0/48电口;
- 将1台业务服务器通过光纤连接到25GE1/0/1光口。
- 两台机器分别配置同一网段的不同IP;如172.16.1.61,172.16.1.68;分别在两台机器上检查,能够相互ping通彼此。
10GE/25GE SFP28封装光接口属性
- CE6865EI的48个10GE/25GE SFP28光接口默认速率为25G,不支持1G/10G自适应,可执行port mode 10g或port mode ge命令手动将接口配置为10G或1G速率。
- 48个10GE/25GE SFP28光接口分为12个接口组,其中1~4、5~8、9~12……45~48分别为一个接口组。
- 一个接口组内的任一接口被配置为1G、10G或25G速率后,同一接口组内的4个接口都会被配置为相同的速率。
- 同一接口组内的4个接口工作在25G速率时,仅支持插入25GE介质,插入不同速率介质的接口会DOWN。当同一接口组内的4个接口工作在10G速率时,仅支持插入10GE介质,插入不同速率介质的接口会DOWN。当同一接口组内的4个接口工作在1G速率时,仅支持插入GE介质,插入不同速率介质时接口会DOWN。
参数面100G光交换机配置
-
进入system视图,创建PFC模板
dcb pfc server priority 4 priority 4 deadlock-detect time 10 deadlock-recovery time 10 priority 4 turn-off threshold 5 commit quit
-
对端口进行配置,以下行端口interface 100ge 1/0/1举例
interface 100ge 1/0/1 undo flow-control dcb pfc enable server mode manual dcb pfc buffer 4 xoff dynamic 6 trust dscp commit quit