반응형
환경 : 상단 : 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
이렇케 되면 통신이 가능한 상황이 된다.
네트웍이 어려운거 같은데... 어렵다
위에 설정이야 뭐 그냥 이해도만 있음 할수 있는 설정이니..
에헴..
반응형
'Network' 카테고리의 다른 글
IPSEC VPN - Fortigate 와 이기종 (안랩,엑스케이트) (0) | 2024.06.21 |
---|---|
Dell os9 ssh enable _s4048T config (0) | 2024.01.30 |
Dell OS10 S4148T LACP command (0) | 2023.02.22 |
fortigate syslog setting /포티게이트 syslog 셋업 cli 커맨드 (0) | 2023.01.26 |
Dell network switch 3rd party gbic (0) | 2023.01.18 |