버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

QSFP+ 포트를 SFP+ 포트 4개로 쪼개기


정보

목차


QSA

Image Added


QSFP 포트에 꼽은 GBIC 확인

다음은 100G로 사용중인 예제QSFP 포트에 QSA어댑터와 SFP+ 10G SR을 장착 후 모듈을 확인

코드 블럭
themeEmacs
linenumberstrue
S4128# show inventory media
--------------------------------------------------------------------------------------------------------
                                  System Inventory Media
--------------------------------------------------------------------------------------------------------
Node/Slot/Port      Category              Media                 Serial-Number            Dell EMC - Qualified
--------------------------------------------------------------------------------------------------------
...
1/1/25              SFP-PLUS       SFPPLUS 10GBASE SR                 ARN1580             false
...

...

코드 블럭
themeEmacs
linenumberstrue
S4128# show interface status
--------------------------------------------------------------------------------------------------
Port            Description     Status   Speed    Duplex   Mode Vlan Tagged-Vlans
--------------------------------------------------------------------------------------------------
...
Eth 1/1/25                      down     0        full     A    1    -
Eth 1/1/26                      down     0        full     A    1    -
...
--------------------------------------------------------------------------------------------------

...

코드 블럭
themeEmacs
linenumberstrue
S4128# show mac address-table
VlanId	Mac Address		Type		Interface
...
2	a0:36:9f:b0:b2:c4	dynamic		ethernet1/1/25:1
...


연결한 장비(서버)에서 확인

코드 블럭
themeEmacs
linenumberstrue
# ifconfig enp4s0f0
enp4s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether a0:36:9f:b0:b2:c4  txqueuelen 1000  (Ethernet)

# ethtool enp4s0f0
Settings for enp4s0f0:
	Supported ports: [ FIBRE ]
	Supported link modes:   1000baseT/Full
	                        10000baseT/Full
    ...
	Speed: 10000Mb/s
	Duplex: Full
	Port: FIBRE


(참고) 설정 가능한 QSFP 동작 모드

코드 블럭
themeEmacs
linenumberstrue
S4128# configure terminal
S4128(config)# interface breakout 1/1/25 map ?
  100g-1x  Breakout to 1 100G interface
  50g-2x   Breakout to 2 50G interfaces
  40g-1x   Breakout to 1 40G interface
  25g-4x   Breakout to 4 25G interfaces
  10g-4x   Breakout to 4 10G interfaces