IB交换机配置命令总结

串口通过远程CRT登录,波特率9600
用户名和密码都是admin
Do you want to use the wizard for initial configuration?
选择no
打开ip routing
sx1012 [standalone: master] (config) # ip routing

设置mgmt0端口的ip地址
sx1012 [standalone: master] (config) # interface mgmt0 ip address 172.21.1.251 255.255.255.0

将mgmt0的dhcp关掉
no interface mgmt0 dhcp

设置默认路由
sx1012 [standalone: master] (config) # ip default-gateway 172.21.1.254

show running-config

重新运行初始配置向导
sx1012 [standalone: master] (config) # configuration jump-start

出厂设置命令:
switch-f0be76 [standalone: master] (config) # reset factory

配置主机名:
switch-534c80 [standalone: *unknown*] (config) # hostname switch-B

保存配置命令
#write memory

【配置完管理地址后,可以通过管理口登录交换机】

========================================================================================
【预配置】
开启路由
switch (config)# ip routing

交换机开启lacp(链路聚合控制协议)
switch (config)# lacp

开启QoS来避免IPL心跳端口拥挤
switch (config)# dcb priority-flow-control enable force

关闭生成树
no spanning-tree

开启MLAG协议
switch (config)# protocol mlag

【配置IPL】
为IPL互联接口创建VLAN
switch (config)# vlan 4000

创建LAG(聚合组)
switch (config)# interface port-channel 1

映射一个或两个物理端口到LAG上,并激活
switch (config)# interface ethernet 1/11 channel-group 1 mode active
switch (config)# interface ethernet 1/12 channel-group 1 mode active

将这个LAG设置成IPL互联
switch (config interface port-channel 1)# ipl 1

在这个特定接口上启用QoS
switch (config interface port-channel 1)# dcb priority-flow-control mode on force

创建VLAN
switch (config)# interface vlan 4000

VLAN4000设置IP地址
交换机A上执行:
switch (config interface vlan 4000)# ip address 10.10.10.1 /30
交换机B上执行:
switch (config interface vlan 4000)# ip address 10.10.10.2 /30

强IPL映射到VLAN接口
交换机A上执行:
switch (config interface vlan 4000)# ipl 1 peer-address 10.10.10.2
交换机B上执行:
switch (config interface vlan 4000)# ipl 1 peer-address 10.10.10.1

为MLAG配置虚拟IP
交换机A上执行:
switch (config)# mlag-vip my-vip ip 10.10.10.254 /24 //mask may also be 255.255.255.0
交换机B上执行:
switch (config)# mlag-vip my-vip
注:vip与管理ip在同一网段

【端口一分四】
interface ethernet 1/1 module-type qsfp-split-4 force

【配置MLAG端口】
为主机创建MLAG端口
switch (config)# interface mlag-port-channel 1

关闭STP生成树
switch (config interface mlag-port-channel 1)# spanning-tree port type edge
switch (config interface mlag-port-channel 1)# spanning-tree bpdufilter enable

绑定一个以太网口到MLAG组
switch (config interface ethernet 1/2)# mlag-channel-group 1 mode on

创建并开启MLAG接口
switch (config interface mlag-port-channel 1)# no shutdown

【开启MLAG】
开启MLAG
switch [my-vip: master] (config mlag)# no shutdown
注:当在三层网络配置MLAG时,VRRP或MAGP必须被部署

【验证MLAG】
检查MLAG配置与状态
SX2 [mellanox: master] (config)# show mlag

检查MLAG汇总表
switch [my-vip: master] (config)# show interfaces mlag-port-channel summary

检查MLAG统计数据
switch [my-vip: master] (config)# show mlag statistics

时间: 2024-11-08 12:31:33

IB交换机配置命令总结的相关文章

超级全的H3C交换机配置命令

H3C交换机配置命令大全 1.system-view 进入系统视图模式 2.sysname 为设备命名 3.display current-configuration 当前配置情况 4. language-mode Chinese|English 中英文切换 5.interface Ethernet 1/0/1 进入以太网端口视图 6. port link-type Access|Trunk|Hybrid 设置端口访问模式 7. undo shutdown 打开以太网端口 8. shutdown

华为路由器交换机配置命令大全

华为路由器交换机配置命令:计算机命令 PCAlogin:root;使用root用户 password:linux;口令是linux #shutdown-hnow;关机 #init0;关机 #logout;用户注销 #login;用户登录 #ifconfig;显示IP地址 #ifconfigeth0netmask;设置IP地址 #ifconfigeht0netmaskdown;禁用IP地址 #routeadd0.0.0.0gw;设置网关 #routedel0.0.0.0gw;删除网关 #route

CISCO交换机配置命令大全

1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(ena

史上最全华为路由器交换机配置命令大合集

华为路由器交换机配置命令是大家使用时经常遇到的,顾名思义关于交换机的计算机命令,路由器命令,交换机命令和动静态命令都将在文中提到. [限时免费]年底最强一次云计算大会,看传统.社区.互联网企业如何碰撞? 史上最全华为路由器交换机配置命令大合集,熟练掌握下面的华为路由器交换机配置知识点,你只需花几分钟的时间就能明白华为路由器交换机配置.交换机的配置命令等等. 华为路由器交换机配置命令:计算机命令 PCAlogin:root:使用root用户 password:linux:口令是linux #shu

CISCO交换机配置命令及释义

CISCO交换机配置命令及释义1.设置交换机名称switch(config)#hostname DSHDDSHD(config)# 2打开和关闭端口//缺省状态下,端口是关闭的 Switch(config)#interface fastethernet 0/1 Switch(config-if)#shutdown //关闭端口 Switch(config)#interface fastethernet 0/1 Switch(config-if))#no shutdown //打开端口 3设置端口

Cisco路由器交换机配置命令详解

1. 交换机支持的命令: 交换机基本状态:switch: :ROM状态, 路由器是rommon>hostname> :用户模式hostname# :特权模式hostname(config)# :全局配置模式hostname(config-if)# :接口状态 交换机口令设置:switch>enable :进入特权模式switch#config terminal :进入全局配置模式switch(config)#hostname :设置交换机的主机名switch(config)#enable

H3C交换机配置命令(收集)

1:配置登录用户,口令等 <H3C>                   //用户直行模式提示符,用户视图 <H3C>system-view        //进入配置视图 [H3C]                  //配置视图(配置密码后必须输入密码才可进入配置视图) [H3C] sysname xxx //设置主机名成为xxx这里使用修改特权用户密码 <H3C>system-view  [H3C]super password level 3 cipher/sim

华为交换机配置命令详解

1:配置华为交换机的ssh登录方式 1:user-interface vty 0 4           配置终端连接数 //VTY 的意思是虚拟终端连接.也就是远程用户登录后会占用VTY的一个进程.而登录信息的验证方式也是配置在vty中.vty 0 4 后边的04 代表0-4个用户也就5个用户      2:authentication-mode  aaa      配置认证参数        组网需求 如图13-1所示,企业希望管理员能简单方便并且安全地远程管理设备,可以配置管理员通过Tel

H3C交换机配置命令大全

1.配置文件相关命令 [Quidway]display current-configuration         ;显示当前生效的配置 [Quidway]display saved-configuration           :显示flash中配置文件,即下次上电启动时所用的配置文件 <Quidway>reset saved-configuration           :檫除旧的配置文件 <Quidway>reboot