1 Rookie
•
70 Posts
0
43
October 14th, 2025 01:42
Dell VRTX and R1-2401 VRTX 1Gb Switch Module
Hello,
I am running a VRTX with the R1-2401 VRTX 1Gb Switch Module and having issues with the VLAN settings. I want to Tag the Native VLAN to VLAN10 for all interfaces and make the trunks to VLAN 10 and 100. The issue is when I remove the Native VLAN which is VLAN 1 the whole VRTX is unresponsive. What is the best way to set this up. I have two blades running VMWare ESX and I am testing on the passive blade which has internal ports which are gi2/1, gi2/2, gi2/3, and gi2/4 and external ports gi0/3 and gi 0/4, which my whole environment went down and did not touch the primary blade. Why did this happen? What is the best way to set this up? Can you even set a different Native Vlan other than 1?
I have each physical port hooked up to a Cisco 3750X switch and all ports are configured with VLAN10. See confie below as an example:
interface GigabitEthernet1/0/11
 switchport access vlan 10,100
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 10
 switchport mode trunk
Am I looking at the VLAN tagging in the wrong fashion?
Thank you for your help.



dcgtechnologies
1 Rookie
•
70 Posts
0
October 23rd, 2025 18:35
@DELL-Young E This post can be closed out. I figured it out on my own. Thank you to all who contributed.
DELL-Young E
Moderator
•
5.2K Posts
0
October 14th, 2025 06:16
Hello thanks for choosing Dell.
This may take some time to look at- would you be able to send the system's service tag first? You should have a message in your inbox already.
Direct Messaging | DELL Technologies
DELL-Young E
Moderator
•
5.2K Posts
0
October 14th, 2025 06:51
Also in the meantime, could we request the output from you if possible?
show ip interface
show interface switchport gi 0/1 up to 0/4
show interface switchport gi 2/1 up to 2/4
show vlan
Usually VRTX management IP is set on dedicated 'out-of-band' (OOB) port, but based on your description you might have the management IP on Vlan 1, that is why when you made changes to vlan 1 it interrupted your connectivity.
Respectfully,
dcgtechnologies
1 Rookie
•
70 Posts
0
October 14th, 2025 15:24
@DELL-Young E I sent you a message with the ST. Thank you.
dcgtechnologies
1 Rookie
•
70 Posts
0
October 14th, 2025 15:27
@DELL-Young E Hello,
See below:
console#show ip interface
IP Address I/F I/F Status Type Status
admin/oper
------------------- ---------- ------------- ----------- -----------
192.168.10.x/24 oob UP/UP Static Valid
Gateway IP Address Type
----------------------- --------
192.168.10.1 static
console#show interface switchport gi 0/1 up to 0/4
% Wrong number of parameters or invalid range, size or characters entered
console#show interface switchport gi 2/1 up to 2/4
% Wrong number of parameters or invalid range, size or characters entered
console#
console#show vlan
Created by: D-Default, S-Static, G-GVRP, R-Radius Assigned VLAN, V-Voice VLAN
Vlan Name Ports Created by
---- ----------------- --------------------------- ----------------
1 1 gi0/1-8,gi1/1-4,gi2/1-4, S
gi3/1-4,gi4/1-4,Po1-12
10 Internal_NW gi0/1-8,gi1/1-4,gi2/1-4
100 Mgmt_Net gi0/1-8,gi1/1-4,gi2/1-4 S
work
console#
I would like the VRTX to be on VLAN10 for the native VLAN and be able to pass traffic through the other VLANS such as VLAN 20,30, etc. Right now everytime I set it the VRTX just dies. Thank you for your help.
(edited)
DELL-Chris H
Moderator
•
9.6K Posts
0
October 14th, 2025 20:31
dcgtechnologies,
For the commands that returned the error "Wrong number of parameters or invalid range, size or characters entered", Youngah was stating to run the show interface command for gi 0/1 through gi 0/4, that "up to" wasn't a specific command.
Now assuming that VLAN 10 is the native VLAN, VLANs 20, 30, etc. are tagged, and Uplink is on GigabitEthernet 0/1 then the following commands should work for you:
console# configure
console(config)# vlan database
console(config-vlan)# vlan 10
console(config-vlan)# vlan 20
console(config-vlan)# vlan 30
console(config-vlan)# exit
console(config)# interface gi0/1
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
console(config-if)# exit
console(config)# interface range gi0/2 - gi0/4
console(config-if-range)# switchport mode access
console(config-if-range)# switchport access vlan 10
console(config-if-range)# no shutdown
console(config-if-range)# exit
console(config)# exit
console# write memory
Let me know if this helps.
dcgtechnologies
1 Rookie
•
70 Posts
0
October 14th, 2025 21:28
Hi Chris,
I follow you now and here is what I have for each interface. See below:
console#show interface switchport gi 0/1
Gathering information...
Name: gi0/1
Switchport: enable
Administrative Mode: trunk
Operational Mode: up
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
2-9,11-99,101-4094 (Inactive)
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 0/2
Gathering information...
Name: gi0/2
Switchport: enable
Administrative Mode: trunk
Operational Mode: up
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
2-9,11-99,101-4094 (Inactive)
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 0/3
Gathering information...
Name: gi0/3
Switchport: enable
Administrative Mode: trunk
Operational Mode: up
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
2-9,11-99,101-4094 (Inactive)
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 0/4
Gathering information...
Name: gi0/4
Switchport: enable
Administrative Mode: trunk
Operational Mode: up
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
2-9,11-99,101-4094 (Inactive)
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 2/1
Gathering information...
Name: gi2/1
Switchport: enable
Administrative Mode: trunk
Operational Mode: up
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 2/2
Gathering information...
Name: gi2/2
Switchport: enable
Administrative Mode: trunk
Operational Mode: up
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 2/3
Gathering information...
Name: gi2/3
Switchport: enable
Administrative Mode: trunk
Operational Mode: down
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
console#show interface switchport gi 2/4
Gathering information...
Name: gi2/4
Switchport: enable
Administrative Mode: trunk
Operational Mode: down
Access Mode VLAN: 1
Access Multicast TV VLAN: none
Trunking Native Mode VLAN: 1
Trunking VLANs Enabled: 1,10,100
General PVID: 1
General VLANs Enabled: none
General Egress Tagged VLANs Enabled: none
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Customer Multicast TV VLANs: none
Private-vlan promiscuous-association primary VLAN: none
Private-vlan promiscuous-association Secondary VLANs Enabled: none
Private-vlan host-association primary VLAN: none
Private-vlan host-association Secondary VLAN Enabled: none
DVA: disable
Classification rules:
Classification type Group ID VLAN ID
------------------- -------- -------
I want to apply that config to the first two blades. So that would be external ports gi0/1 - gi0/4 and internal ports gi1/1 - gi1/4 and gi2/1 - gi2/4. What would the whole config look like then? The ports on my Cisco Switch that the external ports are connected to are ports GigabitEthernet 1/0/2 - 1/0/9 and the config for each port is below:
interface GigabitEthernet1/0/9
switchport access vlan 10
switchport trunk allowed vlan 10,100
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport mode trunk
Does the VURX have an uplink port or would that be the external ports? Does each blade need its own uplink port? Sorry a bit fuzzy when it comes to this VRTX switch.
I am referencing the document. See link below:
Dell EMC PowerEdge VRTX Networking
It states each blade has four ports and goes out on two external ports. See page 6. Just trying to clarify.
Thank you Chris!
(edited)
DELL-Young E
Moderator
•
5.2K Posts
0
October 15th, 2025 01:43
Q: Does the VURX have an uplink port or would that be the external ports?
You referred to the correct Vrtx doc Dell EMC PowerEdge VRTX Networking
Refer to page 6 section 1-2 for the R1-2401 module and on page 7 it clarifies all the uplinks are Gi0/1-0/8.
Q: Does each blade need its own uplink port?
No, they just need to be configured into the required Vlans as he would configure the Cisco switch
Q: I want to apply that config to the first two blades. So that would be external ports gi0/1 - gi0/4 and internal ports gi1/1 - gi1/4 and gi2/1 - gi2/4. What would the whole config look like then?
Config from Chris-H can be used on all interfaces (uplink and downstream):
console(config)# interface gix/x <<< substitute with the correct port
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
console(config-if)# exit
Note: please consider spanning-tree as having multiple uplinks from the R1-2410 to Cisco would be a network loop. Please consider configuring Dynamic LAG (LACP) on the uplinks between R1-2410 and Cisco.
Refer to page 16 section 2.5 Configuring Link Aggregation Ports
Also refer to R1-2410 User Guide
http://downloads.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_poweredge/poweredge-vrtx_…
Page 21 - Link Aggregation
Page 292 - Configuring LAGs Using CLI Commands
Page 19 - Spanning-tree protocol features
Page 311 - Spanning-tree overview
if you configure port-channel (LACP), then instead of configuring the vlan on Gi 0/1-0/4 I think you just need to do it on the port-channel.
Respectfully,
dcgtechnologies
1 Rookie
•
70 Posts
0
October 15th, 2025 01:59
@DELL-Young E Thank you for the answer to all my questions. Where is the config in the switch for OOB interface as I want that on VLAN 100?
I want to also make sure the config is simplified, but if that is all I need to do then I am good. I can always turn off spanning-tree on the Cisco or just use GigabitEthernet0/1 as the uplink and just put this for all other interfaces including the internal Gigabit Ethernet ports and all external accept 0/1. See below:
interface gigabitethernetgix/x <<< substitute with the correct port
switchport mode trunk
switchport access vlan 10
no shutdown
Use this config on the GigabitEthernet0/1 as the uplink
console(config)# interface gi0/1
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
Would this work? Then I should be good after this and I have been reading, but still not understanding at this point. Thank you.
(edited)
dcgtechnologies
1 Rookie
•
70 Posts
0
October 15th, 2025 03:03
@DELL-Young E You had mentioned LAG so right now I just want to get the VLANS straightened out, but if I decide to use LAG later could I use two ports Gi0/1 and Gi0/2 for the uplinks and use LAG on those to team them? I would configure them like this. See below:
Use this config on the GigabitEthernet0/1 as the uplink
console(config)# interface gi0/1
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
and
Use this config on the GigabitEthernet0/1 as the uplink
console(config)# interface gi0/2
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
then use the LAG configuration on page 290 and choose static to team them. I will do this once I get all VLANS set up correctly. Will this configuration work? Thank you.
dcgtechnologies
1 Rookie
•
70 Posts
0
October 15th, 2025 15:09
@DELL-Chris H @DELL-Young E Will this config work? I am going to use it once you approve it. Thank you!
dcgtechnologies
1 Rookie
•
70 Posts
0
October 15th, 2025 15:16
@DELL-Chris H @DELL-Young E Correction on the config for GigbitEthernet0/2. See below:
Use this config on the GigabitEthernet0/1 as the uplink
console(config)# interface gi0/1
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
and
Use this config on the GigabitEthernet0/2 as the uplink
console(config)# interface gi0/2
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
dcgtechnologies
1 Rookie
•
70 Posts
0
October 15th, 2025 17:28
@DELL-Chris H @DELL-Young E Hello,
So I wrote a config based on all the information provided. See the brief overview below:
Use this config on the GigabitEthernet0/1 as the uplink
console(config)# interface gi0/1
console(config)# switchport mode trunk
console(config)# switchport trunk allowed vlan add 10,20,30
console(config)# switchport trunk native vlan 10
console(config)# no shutdown
Access Ports:
console(config)# interface gi0/2-0/8
console(config)# switchport access vlan 10
console(config)# switchport mode trunk
console(config)# no shutdown
console(config)# interface gi1/1-1/4
console(config)# switchport access vlan 10
console(config)# switchport mode trunk
console(config)# no shutdown
console(config)# interface gi2/1-2/4
console(config)# switchport access vlan 10
console(config)# switchport mode trunk
console(config)# no shutdown
console(config)# interface gi3/1-3/4
console(config)# switchport access vlan 10
console(config)# switchport mode trunk
console(config)# no shutdown
console(config)# interface gi4/1-4/4
console(config)# switchport access vlan 10
console(config)# switchport mode trunk
console(config)# no shutdown
So everything in my VMware environment fell flat on its face. My virtual switches are set to VLAN 4095 which opens everything up and doing this for testing purposes. I tested the management network inside VMWare and it can ping all DNS servers, which it to be expected as that is on the internal virtual switch, but failed when trying to ping the untagged gateway. So I had to roll back everything yet again so now I am more confused than ever. I have validated all my Cisco Switch configurations with Cisco and still VMWare falls flat on its face when I use the config above. Can someone help me with the correct config for all ports based on this post. All my issues go back to this R1-2401 switch. Thank you in advance.
(edited)
dcgtechnologies
1 Rookie
•
70 Posts
0
October 15th, 2025 18:57
@DELL-Young E I do not want to use spanning tree as I just want a basic configuration then once I get that down I can learn LAG, etc, but I cannot even get past the basics. I have looked over documentation and see what @DELL-Chris H provided me in the first post. This config for ports g0/1 - g0/8 is below:
console(config)# interface gi0/1
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 10,20,30
console(config-if)# switchport trunk native vlan 10
console(config-if)# no shutdown
console(config-if)# exit
console(config)# interface range gi0/2 - gi0/4
console(config-if-range)# switchport mode access
console(config-if-range)# switchport access vlan 10
console(config-if-range)# no shutdown
console(config-if-range)# exit
and could applied to gi0/5 - gi0/8 - Right?
So what is the configuration for the internal ports gi1/1-1/4, gi2/1-2/4, gi3/1-3/4, and gi4/1-4/4 based on what @DELL-Chris H provided? Do I just set the native VLAN and access port to 10?
This is a convoluted mess of a switch if you are new to it, which I am. I understand the concepts of access port vs a trunk port, but you have external ports and internal ports that need to talk to each other and well I have tried the config above and it fell flat on its face.
Do I have to set a native vlan to 10 when using an access port, because when I had "switchport mode trunk" it died based on the configuration I provided.
I would really like some assistance as I am on Day 3 of torture on this mess. Thank you all so much.
DELL-Young E
Moderator
•
5.2K Posts
0
October 16th, 2025 07:57
Hello
Switch config mismatch is due to misalignment between Vmware vSwitch port-group vlan ID and switch access/trunk vlan.
If Vmware vSwitch port-group is set to vlan id 0 (which is untagged) == this requires switch port trunk native vlan X
If Vmware vSwitch port-group is set to vlan id abc (which is tagged vlan) == this requires switch port trunk allowed vlan add abc
If Vmware vSwitch port-group is set to vlan id 4095 (virtual guest vlan tagging or VGT) == this requires switch port trunk allowed vlan add abc
However with VGT, all the VM needs to be configured with VLAN Tagging inside the VM OS.