Network
Dell network switch DAC-QSFP-4SFP-10G 델 네트워크 스위치 DAC-QSFP-4SFP-10G 케이블
west_east_circle
2024. 5. 17. 21:44
반응형
환경 : 상단 : Dell 4148 스위치 (또는 4048..은 OS 9이라 에헴..)
하단 : Dell N1548 (또는 3048, 3148 별반 다르지 않톼)
1. 상단 4148 모델 QSFP 프로파일 10G 변경 필요
# 기본 interface breakout 1/1/25 map 100g-1x
# 변경 -> interface breakout 1/1/25 map 10g-4x
interface 확인
기존 1개로 되어 있던게 4개로 쪼개짐
채널 만들기
interface port-channel41
description 어쩌구 저쩌구
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 10-15
-----다음 인터페이스 각 설정 진행 ----
interface ethernet1/1/26:1
description #74F_SW-n1548#
no shutdown
channel-group 41 mode active
no switchport
flowcontrol receive off
!
각가각가각 4개 할당
...등등등....
하위단 N1548 가기
상단과 동일하게 채널그룹 설정
interface port-channel 4
switchport mode trunk
switchport trunk allowed vlan 10-15
exit
인터페이스 마다 채널 그룹 할당 하기
interface Te1/0/1
channel-group 4 mode active
spanning-tree portfast
exit
!
interface Te1/0/2
channel-group 4 mode active
spanning-tree portfast
exit
!
interface Te1/0/3
channel-group 4 mode active
spanning-tree portfast
exit
!
interface Te1/0/4
channel-group 4 mode active
spanning-tree portfast
exit
이렇케 되면 통신이 가능한 상황이 된다.
네트웍이 어려운거 같은데... 어렵다
위에 설정이야 뭐 그냥 이해도만 있음 할수 있는 설정이니..
에헴..
반응형