Unsolved
1 Rookie
•
5 Posts
0
26
October 19th, 2025 13:51
VLT members os10
In full switch mode, can you add member ports to vlt? 
I changed the discovery port for 1/1/47-1/1/48 to 1/1/47-1/1/52 but the 4 new ports are not showing in the default port channel 1000
sw2# show running-configuration vlt
!
vlt-domain 1
 backup destination 192.168.59.21
 discovery-interface ethernet1/1/47-1/1/52
 primary-priority 8192
!
interface port-channel1
 vlt-port-channel 1
sw2# show interface ethernet 1/1/49
Ethernet 1/1/49 is up, line protocol is up
Description: vlti
Hardware is Eth, address is b0:4f:13:45:fb:10
    Current address is b0:4f:13:45:fb:10
Pluggable media present, QSFP28-DD type is QSFP28-DD 2x100GBASE-2CR4-0.5M
    Wavelength is 0
    Configured media fec option is none
Interface index is 51
Internet address is not set
Mode of IPv4 Address Assignment: not set
Interface IPv6 oper status: Enabled
IP Unreachables status: Disabled
Link local IPv6 address: fe80::b24f:13ff:fe45:fb10/64
MTU 9216 bytes, IP MTU 9184 bytes
LineSpeed 100G, Auto-Negotiation on, Link-Training on
Configured FEC is cl91-rs, Negotiated FEC is cl91-rs
Flowcontrol rx off tx off
ARP type: ARPA, ARP Timeout: 60
Tag Protocol IDentifier (TPID) value: 0x8100
Last clearing of "show interface" counters: 4 weeks 1 day 18:13:40
Queuing strategy: fifo
sw2# show interface port-channel
Port-channel 1000 is up, line protocol is up
Address is b0:4f:13:45:fb:b5, Current address is b0:4f:13:45:fb:b5
Interface index is 868
Internet address is not set
Mode of IPv4 Address Assignment: not set
    Interface IPv6 oper status: Disabled
IP Unreachables status: Disabled
MTU 9216 bytes, IP MTU 9184 bytes
LineSpeed 50G
Minimum number of links to bring Port-channel up is 1
Maximum active members that are allowed in the portchannel is 32
Members in this channel: Eth 1/1/47-1/1/48
ARP type: ARPA, ARP Timeout: 60
Tag Protocol IDentifier (TPID) value: 0x8100
Last clearing of "show interface" counters: 4 weeks 1 day 17:53:45
Queuing strategy: fifo



DELL-Erman O
Moderator
•
2.9K Posts
0
October 20th, 2025 08:27
Hello,
in OS10, simply changing the
discovery-interfacerange doesn’t automatically add those interfaces to the VLT port-channel. You’ll still need to manually assign the new interfaces to the port-channel used for the VLT interconnect (usuallyPort-channel 1000).1/1/50to1/1/52). Also, double-check that thechannel-group modematches on both switches — typically it'sactivefor LACP.je1000
1 Rookie
•
5 Posts
0
October 20th, 2025 11:02
@DELL-Erman O
this is not accurate as you can’t manually assign port-channel 1000
sw2(conf-range-eth1/1/49-1/1/52)# channel-group
<1-999,1001-2000> Specify a port channel number
DELL-Erman O
Moderator
•
2.9K Posts
0
October 20th, 2025 14:10
Oops yeah, you’re right. You can’t manually assign interfaces to
Port-channel 1000because it’s automatically managed by the system once you define thediscovery-interfaceunder thevlt-domain. That port-channel is reserved specifically for VLTi, and its membership gets auto-populated based on the interfaces listed in thediscovery-interfacecommand.If the new interfaces aren’t showing up, make sure:
je1000
1 Rookie
•
5 Posts
0
October 20th, 2025 15:11
@DELL-Erman O
I verified everything, and the configurations match, also there is no leftover at its new setup.
When using SFS, you need to delete the SmartFabric cluster to change ports. I wanted to confirm that this is not required in full switch mode.
The only other potential issue I see is that the new ports are 100 Gb, while the current ports are 25 Gb. Could that be causing the problem?
The reference manual is vague about the requirements.
DELL-Chris H
Moderator
•
9.6K Posts
0
October 20th, 2025 15:30
Je1000,
No, Full Switch Mode is not strictly required to configure VLT in OS10. However, whether you're operating in SFS mode or Full Switch Mode, the configuration behavior and flexibility differ significantly.
The key differences would be
Full Switch Mode
Recommended for manual VLT configuration.
Offers complete CLI control over VLT domain setup, port-channel assignments, VLANs, and spanning tree.
No restrictions from SmartFabric automation.
Ideal for custom topologies, mixed port speeds, and advanced routing.
SmartFabric Services (SFS) Mode
VLT is automatically configured as part of the SmartFabric cluster.
Port roles (e.g., server, uplink, VLTi) are assigned by the cluster.
Changing port roles often requires deleting and recreating the cluster.
Not suitable for manual VLT configuration or mixed-speed VLTi links.
The speed mismatch is a valid concern, as OS10 VLT requires that VLTi ports be identical in speed and configuration, so If one peer uses 100 Gb ports and the other uses 25 Gb, the VLTi may fail to establish or behave unpredictably.
Let me know if this helps.
je1000
1 Rookie
•
5 Posts
0
October 20th, 2025 15:43
@DELL-Chris H 
Can you please confirm that in Full Switch Mode, changing the VLTi ports is supported?
As for the port mismatch, it’s not between switches. I only have two switches, but the working ports are 25 Gb, and I’ve now connected the 100 Gb ports. However, they’re not being discovered or automatically added to port-channel 1000
DELL-Chris H
Moderator
•
9.6K Posts
0
October 20th, 2025 17:24
Yes changing VLTi ports is supported in Full Switch mode., to include using 100 Gb interfaces, provided the following conditions are met:
Manual configuration is required
VLTi ports are not auto-discovered.
You must configure the new 100 Gb ports as discovery interfaces in the VLT domain.
So to use 100 Gb ports (e.g., ethernet 1/1/33 and 1/1/34) as VLTi, you would need:
OS10(config)# interface range ethernet 1/1/33-1/1/34
OS10(conf-range)# no switchport
OS10(conf-range)# exit
(Leaving switchport mode enabled on VLTi ports will prevent them from being used)
OS10(config)# vlt-domain 1
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/33
OS10(conf-vlt-1)# discovery-interface ethernet 1/1/34
This should cause port-channel 1000 to be automatically created and mapped to the specified interfaces.
je1000
1 Rookie
•
5 Posts
0
October 20th, 2025 18:28
@DELL-Chris H 
this is what its set and its not working