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

1. Config 셋팅
1.1 OS10-SW01
1.1.1 Hostname 설정
configure terminal
hostname OS10-SW01
exit
1.1.2 Management Interface 설정
interface mgmt 1/1/1
no ip address dhcp
ip address 192.168.122.2/24
1.1.3 Place discovery Interface non-switchport mode 설정
interface range ethernet 1/1/1-1/1/2
no switchport
1.1.4 VLT domain 생성 및 peer routing 활성화 설정
vlt-domain 1
discovery-interface ethernet 1/1/1-1/1/2
vlt-mac 0a:0b:0c:dd:ee:ff
backup destination 192.168.122.3
1.1.5 Port-channel 생성 및 VLT-ID, VLAN 200 할당 설정
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
1.1.6 Port-channel member port 할당 설정
interface ethernet 1/1/3
channel-group 10 mode active
no shutdown
1.1.7 VLAN 200의 VRRP 그룹 활성화 및 설정
interface vlan 200
vrrp-group 200
virtual-address 10.1.1.254
end
write memory
1.2 OS10-SW02
1.2.1 Hostname 설정
configure terminal
hostname OS10-SW02
exit
1.2.2 Management Interface 설정
interface mgmt 1/1/1
no ip address dhcp
ip address 192.168.122.3/24
1.2.3 Place discovery Interface non-switchport mode 설정
interface range ethernet 1/1/1-1/1/2
no switchport
1.2.4 VLT domain 생성 및 peer routing 활성화 설정
vlt-domain 1
discovery-interface ethernet 1/1/1-1/1/2
vlt-mac 0a:0b:0c:dd:ee:ff
backup destination 192.168.122.2
1.2.5 Port-channel 생성 및 VLT-ID, VLAN 200 할당 설정
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
1.2.6 Port-channel member port 할당 설정
interface ethernet 1/1/3
channel-group 10 mode active
no shutdown
1.2.7 VLAN 200의 VRRP 그룹 활성화 및 설정
interface vlan 200
vrrp-group 200
virtual-address 10.1.1.254
end
write memory
1.3 OS10-SW03
1.3.1 Hostname 설정
configure terminal
hostname OS10-SW03
1.3.2 Port-channel 생성, 멤버 및 VLAN 200 할당 설정
interface vlan 200
exit
interface port-channel 10
switchport mode trunk
switch trunk allowed vlan 200
no shutdown
exit
interface range ethernet 1/1/1-1/1/2
channel-group 10 mode active
no shutdown
end
write memory
2. show config로 확인
2.1 Port-channel 상태 확인
- OS10-SW01 및 OS10-SW02 에서 확인
- Port-channel이 잘 작동하는지 확인
show interface port-channel 10

728x90
2.2 VLT 상태확인
- OS10-SW01 및 OS10-SW02에서 확인
- Fabric-MAC이 동일한지 확인
- VLTi 링크가 제대로 동작 중인지 확인
show vlt 1


2.3 Port-channel 10 확인
show vlt 1 vlt-port-detail

2.4 VRRP 확인
show vrrp 200

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 two tier 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 |