Unsolved
1 Rookie
•
4 Posts
0
593
July 11th, 2023 05:00
Dell OS10 (10.5.3.0 in GNS3) unable to make portchannel active when in a VLT
Hi,
I am doing a simulation with 4 switches in VLT mode (2 pairs, both in their own vlt domain).
I get the VLT up over the mgmt1/1/1 interface running in vrf management, the discovery interfaces work.
However, every port-channel I put in vlt using the vlt-port-channel command, fails to get up.
The configuration is a copy of a working vlt configuration we tested on physical OS10 switches.
As I have experienced similar issues with Cisco VPC (erratic behaviour and interfaces not coming up), is it possible
that GNS3 does not support VLT nor VPC? Or am I doing something horribly wrong?
When I remove the vlt-port-channel command, the port-channel immediately comes up and is functional.
For simplicity I listed the config of one vlt pair of switches.
VLT configuration switch A
vlt-domain 11
backup destination 192.168.2.2 vrf management
delay-restore 10
discovery-interface ethernet1/1/10-1/1/11
primary-priority 4096
vlt-mac 00:00:fd:00:00:01
ip vrf management
interface management
interface mgmt1/1/1
no shutdown
no ip address dhcp
ip address 192.168.2.1/24
VLT configuration switch B
vlt-domain 11
backup destination 192.168.2.1 vrf management
delay-restore 10
discovery-interface ethernet1/1/10-1/1/11
primary-priority 8192
vlt-mac 00:00:fd:00:00:01
ip vrf management
interface management
interface mgmt1/1/1
no shutdown
no ip address dhcp
ip address 192.168.2.2/24
DELL-Charles R
Moderator
•
4.4K Posts
0
July 11th, 2023 10:00
Hello theFreeze,
Have you tried using the GNS3 bundle?
https://dell.to/3JSAbPi
Here is the link to download the OS10 virtualization bundle
https://dell.to/3Ds8FEN
theFreeze
1 Rookie
•
4 Posts
0
July 13th, 2023 23:00
Hi Charles,
we downloaded the image yesterday:
switch-b# show version
Dell SmartFabric OS10 Enterprise
Copyright (c) 1999-2023 by Dell Inc. All Rights Reserved.
OS Version: 10.5.5.5
Build Version: 10.5.5.5.105
Build Time: 2023-06-19T19:08:01+0000
System Type: S5224F-VM
Architecture: x86_64
Up Time: 00:04:05
But the result is similar. Also the first time I enabled logging mon it worked, but after a reboot it fails.
We want to buy some Dell switches but testing if that will ever work how we intend to use it is nearly impossible like this.
I noticed that during boot it says:
Loading OS10 ...
[ 1.146464] kvm: no hardware support
[ 8.697898] intel_rapl: driver does not support CPU family 6 model 6
Debian GNU/Linux 10 switch-b ttyS0
Dell SmartFabric OS10 Enterprise
Apararently it doesn't like the CPU?
We have GNS3 running in hyper-v as a VM with 38 cores and 64GB internal memory, so it certainly shouldn't be lacking resources
DELL-Joey C
Moderator
•
3.9K Posts
0
July 14th, 2023 02:00
Hi @theFreeze,
Try the image version 10.5.4.7.
theFreeze
1 Rookie
•
4 Posts
0
July 14th, 2023 04:00
Hi Joey,
you saw that I tried 10.5.3 and 10.5.5. Can you give a hint why 10.5.4. should work instead 10.5.3. and 10.5.5 ?
DELL-Charles R
Moderator
•
4.4K Posts
0
July 14th, 2023 08:00
Hello theFreeze,
I think it was just an oversite by Joey.
See if this can help: https://dell.to/43tgTa5
Dell EMC Networking OS10 How to set up Virtual Link Trunking (VLT)
Configure a LAG for a connected end device
Other reference information:
Dell SmartFabric OS10 User Guide Release
https://dell.to/3rz970X
VLT page 1734
Configure VLT page 1738
Configure a VLT port channel page 1749
port-channel interface page 373
theFreeze
1 Rookie
•
4 Posts
0
July 17th, 2023 03:00
Hi Charles,
as pointed out in the question: the setup DOES work on physical switches, it DOES NOT work when using the Dell supplied virtual switch image on GNS3 (tried versions 10.5.3.0 and 10.5.5.5). So the issue is not the configuration setup in OS10, it is that somehow VLT does not want to work in GNS3.
I do have similar issues when I try a similar setup using Cisco equipment and their dialect VPC, which makes me wonder if this is a hard limitation of the usage of GNS3 -or- that some special settings need to made in GNS in order to make this work.
Is there any other reader of this forum that has ever seen a setup with VLT -AND a portchannel to a third device working IN GNS3? So that I at least know that it can work?
Kindest regards,
theFreeze
DELL-Charles R
Moderator
•
4.4K Posts
0
July 17th, 2023 13:00
Hello theFreeze,
I see, since it is doing it with Cisco and OS10 it may be a fault of GNS3.
I haven't found anything more yet.
Hopefully anyone in the community that has used GNS3 can add their experience.