728x90
해당 테스트는 Dell 의 Demo center에서 테스트 한 것을 업로드 한 것 입니다.
0. 구성도

1. Config 셋팅
1.1 OS10-SW01
1.1.1 Hostname 설정
configure terminal
hostname OS10-SW01
1.1.2 Place discovery Interface non-switchport mode 설정
interface range ethernet 1/1/1-1/1/2
no switchport
no shutdown
1.1.3 Management Interface 설정
interface mgmt 1/1/1
no ip address dhcp
ip address 192.168.122.11/24
1.1.4 VLT Domain 설정
vlt-domain 1
discovery-interface ethernet 1/1/1-1/1/2
backup destination 192.168.122.12
vlt-mac 0a:0b:0c:dd:ee:ff
1.1.5 Port-channel 10 생성 및 VLAN 200 할당 설정
interface vlan 200
exit
interface port-channel 10
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
1.1.6 Port-channel 10에 member port 할당 설정
interface range ethernet 1/1/3-1/1/4
channel-group 10 mode active
no shutdown
1.1.7 VLT port-channel 30 생성 및 VLAN 200 추가 및 VLT-ID 할당
interface port-channel 30
switchport mode trunk
switchport trunk allowed vlan 200
vlt-port-channel 30
no shutdown
1.1.8 Port-channel 30에 member port 할당
interface ethernet 1/1/5
channel-group 30 mode active
no shutdown
1.2 OS10-SW02
1.2.1 Hostname 설정
configure terminal
hostname OS10-SW02
1.2.2 Management Interface 설정
interface mgmt 1/1/1
no ip address dhcp
ip address 192.168.122.12/24
1.2.3 Place discovery Interface non-switchport mode 설정
interface range ethernet 1/1/1-1/1/2
no switchport
no shutdown
1.2.4 VLT Domain 설정
vlt-domain 1
discovery-interface ethernet 1/1/1-1/1/2
backup destination 192.168.122.11
vlt-mac 0a:0b:0c:dd:ee:ff
1.2.5 VLT port-channel 30 생성 및 VLAN 200 추가 및 VLT-ID 할당
interface vlan 200
exit
interface port-channel 30
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
vlt-port-channel 30
1.2.6 Port-channel 30에 member port 할당 설정
interface ethernet 1/1/5
channel-group 30 mode active
no shutdown
1.2.7 Port-channel 20 생성 및 VLAN 200 추가
interface port-channel 20
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
1.2.8 Port-channel 20에 member port 설정
interface range ethernet 1/1/3-1/1/4
channel-group 20 mode active
no shutdown
end
1.3 OS10-SW03
1.3.1 Hostname 설정
configure terminal
hostname OS10-SW03
1.3.2 Management Interface 설정
interface mgmt 1/1/1
no ip address dhcp
ip address 192.168.122.13/24
1.3.3 Place discovery Interface non-switchport mode 설정
interface range ethernet 1/1/1-1/1/2
no switchport
no shutdown
1.3.4 VLT Domain 설정
vlt-domain 1
discovery-interface ethernet 1/1/1-1/1/2
backup destination 192.168.122.23
vlt-mac 0a:0b:0c:dd:ef:ff
1.3.5 VLAN 200 생성, Port-channel 10/20 생성 및 VLT-ID 할당
interface vlan 200
ip address 10.1.1.252/24
no shutdown
exit
interface port-channel 10
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
vlt-port-channel 10
exit
interface port-channel 20
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
vlt-port-channel 20
1.3.6 Port-channel에 member port 할당
interface ethernet 1/1/3
channel-group 10 mode active
no shutdown
exit
interface ethernet 1/1/4
channel-group 20 mode active
no shutdown
1.3.7 VRRP 설정
interface vlan 200
vrrp-group 200
virtual-address 10.1.1.254
728x90
1.4 OS10-SW04
1.4.1 Hostname 설정
configure terminal
hostname OS10-SW04
1.4.2 Management Interface 설정
interface mgmt 1/1/1
no ip address dhcp
ip address 192.168.122.14/24
1.4.3 Place discovery Interface non-switchport mode 설정
interface range ethernet 1/1/1-1/1/2
no switchport
no shutdown
1.4.4 VLT Domain 설정
vlt-domain 1
discovery-interface ethernet 1/1/1-1/1/2
backup destination 192.168.122.24
vlt-mac 0a:0b:0c:dd:ef:ff
1.4.5 VLAN 200 생성, Port-channel 10/20 생성 및 VLT-ID 할당
interface vlan 200
ip address 10.1.1.253/24
no shutdown
exit
interface port-channel 10
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
vlt-port-channel 10
exit
interface port-channel 20
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
vlt-port-channel 20
1.4.6 Port-channel 10/20에 member port 할당
interface ethernet 1/1/3
channel-group 20 mode active
no shutdown
exit
interface ethernet 1/1/4
channel-group 10 mode active
no shutdown
1.4.7 VRRP 설정
interface vlan 200
vrrp-group 200
virtual-address 10.1.1.254
1.5 OS10-SW05
1.5.1 Hostname 설정
configure terminal
hostname OS10-SW05
1.5.2 VLAN 200 생성, Port-channel 30 생성 및 member 추가
interface vlan 200
ip address 10.1.1.15/24
exit
interface port-channel 30
switchport mode trunk
switchport trunk allowed vlan 200
no shutdown
exit
interface range ethernet 1/1/1-1/1/2
channel-group 30 mode active
no shutdown
2. show config로 체크
2.1 vlt-port 확인
- OS10-SW01 에서 확인
show vlt 1 vlt-port-detail

2.2 port-channel 확인
show interface port-channel 30

2.3 VLT 상태 확인
show vlt 1

728x90
'Network > Dell' 카테고리의 다른 글
[Dell] Dell switch OS10 Demo Test - Building L2/L3 fabric with VLAG and OSPF (0) | 2025.03.17 |
---|---|
[Dell] Dell switch OS10 Demo Test - Building a Single VLT Fabric (0) | 2025.03.17 |
[Dell] OS9 vs OS10 VLT 구성 및 차이점 (0) | 2024.12.12 |
[Dell] Dell OS10에 대해서 알아보자 (0) | 2024.08.27 |
[Dell] OS10 Switch VLT 구성 (0) | 2024.04.08 |