Interfaces Breakout
一、Interfaces Breakout
交换机的接口正常有很多种接口类型,主要分为电接口和光接口。根据接口速率可以划分为:
电接口:GE、10GE
光接口:10GE、25GE、40GE、100GE、400GE
当存在一种场景,汇聚交换机下行端口40GE,接入交换机上行端口10GE,40GE端口和10GE端口需要互联。这就需要将端口速率降到10GE互联,厂商提供了两种解决方案:
转换模块:CVR-QSFP-SFP10G(即40GE转10GE模块),OM3普通线缆。
接口拆分:QSFP-40GE-eSR4,OM3 MPO线缆(即一分四线缆)。
关于接口拆分的概念,华为公司定义:“将设备上一个高带宽的物理接口,拆分为多个相互独立的低带宽接口。” 用户可以根据对接设备提供的接口类型,自由选择使用原有的高带宽接口,还是将其拆分为多个低带宽的接口使用,接口拆分功能可以增加组网灵活性,减少用户购置成本。
涉及到接口拆分的模块和线缆和常规应用的模块和线缆有所不同。模块型号一般为QSFP-40GE-eSR4,线缆型号一般为OM3 MPO,OM3 MPO大头连接QSFP-40GE-eSR4,小头连接SFP+即可。
二、Cisco Interfaces Breakout Case
Cisco Nexus支持接口拆分,对于default portmode,如果采用了4x10G的接口拆分,那么仅支持1、3、5...27使用。例如果我们配置了端口1,那么端口2将是不工作的。如果我们配置了端口3,那么端口4将是不工作的。
N9K-C93180LC-EX# show module
Mod Ports Module-Type Model Status
--- ----- ------------------------------------- --------------------- ---------
1 32 28x40G + 4x40/100G Ethernet Module N9K-C93180LC-EX active *
N9K-C93180LC-EX# show running-config | i portmode
hardware profile portmode 4x100G+28x40G
N9K-C93180LC-EX# show interface brief | i Eth1/
Eth1/1 -- eth routed down XCVR not inserted auto(D) --
Eth1/2 -- eth routed down XCVR not inserted auto(D) --
Eth1/3 -- eth routed down XCVR not inserted auto(D) --
Eth1/4 -- eth routed down XCVR not inserted auto(D) --
--- output omitted --
N9K-C93180LC-EX(config)# interface breakout module 1 port 1,3 map ?
10g-4x Breaks out a 40G high BW front panel port into four 10G ports
25g-4x Breaks out a 100G high BW front panel port into four 25G ports
50g-2x Breaks out a 100G high BW front panel port into two 50G ports
N9K-C93180LC-EX(config)# interface breakout module 1 port 1,3 map 10g-4x
N9K-C93180LC-EX# show interface brief | i Eth1/
Eth1/1/1 859 eth access up none 10G(D) --
Eth1/1/2 859 eth access up none 10G(D) --
Eth1/1/3 859 eth access up none 10G(D) --
Eth1/1/4 859 eth access up none 10G(D) --
Eth1/3/1 859 eth access up none 10G(D) --
Eth1/3/2 859 eth access up none 10G(D) --
Eth1/3/3 859 eth access up none 10G(D) --
Eth1/3/4 859 eth access up none 10G(D) --
Eth1/5 -- eth routed down XCVR not inserted auto(D) --
Eth1/6 -- eth routed down XCVR not inserted auto(D) --
Eth1/7 -- eth routed down XCVR not inserted auto(D) --
--- output omitted ---
三、Huawei Interfaces Breakout Case
Huawei CE8851支持接口拆分,100GE光接口拆分成4x25GE的光接口。
<HUAWEI>sys im
[HUAWEI]display port split all
--------------------------------------------------------------------------------
Port Status Split-port
--------------------------------------------------------------------------------
100GE1/0/1 Disable
100GE1/0/2 Disable
100GE1/0/3 Disable
100GE1/0/4 Disable
[HUAWEI]port split dimension interface 100GE 1/0/1 to 100GE 1/0/3 split-type 4*25GE
[HUAWEI]display port split all
--------------------------------------------------------------------------------
Port Status Split-port
--------------------------------------------------------------------------------
100GE1/0/1 Enable 100GE1/0/1:1 100GE1/0/1:2 100GE1/0/1:3 100GE1/0/1:4
100GE1/0/2 Enable 100GE1/0/2:1 100GE1/0/2:2 100GE1/0/2:3 100GE1/0/2:4
100GE1/0/3 Enable 100GE1/0/3:1 100GE1/0/3:2 100GE1/0/3:3 100GE1/0/3:4
100GE1/0/4 Disable
[HUAWEI]display current-configuration
...
interface 100GE1/0/1:1
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/1:2
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/1:3
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/1:4
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/2:1
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/2:2
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/2:3
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/2:4
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/3:1
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/3:2
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/3:3
device transceiver 40GBASE-FIBER
#
interface 100GE1/0/3:4
device transceiver 40GBASE-FIBER
评论