What version of the OS are you running? Are all of the devices directly connected or are there other switches involved? Is spanning-tree enabled? Are there any errors in the logs?
Hi Josh, Thanks for your response. Switch S4148FE-ON with OS 10.3 is directly connected to the ESXI host as VLT domain. There is no switches between them, I enable the Spanning-tree rstp with priority 0 for S1 and 4096 for S2. Do I need to configured any other STP features to the ESXI conected port. No portfast has configured to these ports so could you please guide me. Thanks once again.
You might want to try updating to 10.4.3. Are there any errors with show logging? Instead of show switchport access vlan 1, do switchport trunk allowed vlan 1. Page 197 https://downloads.dell.com/manuals/common/os10_enterprise-ug_en-us.pdf-mycfavisit
DELL-Josh Cr
Moderator
•
9.5K Posts
0
July 31st, 2019 09:00
Hi,
What version of the OS are you running? Are all of the devices directly connected or are there other switches involved? Is spanning-tree enabled? Are there any errors in the logs?
bkumar100
1 Rookie
•
12 Posts
0
August 1st, 2019 16:00
bkumar100
1 Rookie
•
12 Posts
0
August 1st, 2019 17:00
The commands are below for Switch 1 and only priority is different for 2nd Switch:
spanning-tree mode rstp
spanning-tree rstp priority 0
!
interface range ethernet1/1/9-1/1/25
switchport mode trunk
switchport access vlan 1
no shutdown description "Connecting to EsxiHostConnection"
!
vlt-domain 90
backup destination 10.0.19.2
discovery-interface ethernet1/1/27-1/1/28
DELL-Josh Cr
Moderator
•
9.5K Posts
0
August 2nd, 2019 07:00
You might want to try updating to 10.4.3. Are there any errors with show logging? Instead of show switchport access vlan 1, do switchport trunk allowed vlan 1. Page 197 https://downloads.dell.com/manuals/common/os10_enterprise-ug_en-us.pdf
Dennis_DFR
1 Message
0
August 6th, 2019 02:00
Happy to help! Thanks for leaving a comment.
JesperAP
1 Rookie
•
1 Message
0
April 18th, 2024 09:03
Sorry for the reply on an old topic.
I have exactly the same issue, did you solve it? @bkumar100