Are all of the devices going to be in the same subnet? You do not need to set IP addresses on the interfaces in this configuration. That is for when you have different VLANs. If you connect the systems and have them all in the same subnet and turn on the ports and enable switching they should be able to communicate over the default VLAN. You would just need the ports in layer 2 mode.
DELL-Josh Cr
Moderator
•
9.5K Posts
1
February 12th, 2015 10:00
Hi Ramsie,
Are all of the devices going to be in the same subnet? You do not need to set IP addresses on the interfaces in this configuration. That is for when you have different VLANs. If you connect the systems and have them all in the same subnet and turn on the ports and enable switching they should be able to communicate over the default VLAN. You would just need the ports in layer 2 mode.
interface GigabitEthernet 1/2
no ip address
switchport
no shutdown
page 440 https://www.force10networks.com/CSPortal20/KnowledgeBase/DOCUMENTATION/CLIConfig/FTOS/CONFIG_S4820T_8.3.19.0_1-Mar-2013.pdf
Ramsie.H
4 Posts
0
February 13th, 2015 00:00
Thank you so much!