Question:
Configured switch not passing along network connectivity?
racecar
2014-01-16 08:42:18 UTC
I have a brocade ICX 6450-24P that I have set up. I have made the following configurations:
Assigned an IP address to the device, as well as two DNS servers and a gateway
Created three VLANS and put ports into the corresponding VLANs necessary, the ports are tagged.
enabled web management interface
I am using the Switch firmware, not the router firmware. I can plug an ethernet cable into port 1 and connect to the web management interface, but if I plug an ethernet cable into any of the other ports I have configured, the device attached does not receive any sort of IP address or connectivity from the switch. I am new at this and just learning. What have I done wrong?
Four answers:
anonymous
2014-01-16 15:45:14 UTC
The Brocade ICX 6450 uses tagging to achieve what the switchport trunk allow does on the Cisco 2950. Check out the following links to the Brocade documentation for the details.



Assigning IEEE 802.1Q tagging to a port:

http://www.brocade.com/downloads/documents/html_product_manuals/FI_08010_L2/GUID-7A383638-D7E6-4A84-8595-7C477056B46E.html



Command syntax for assigning 802.1Q tagging to a port:

http://www.brocade.com/downloads/documents/html_product_manuals/FI_08010_L2/GUID-CDE8BD9D-1EB5-420C-BCC1-A47DF8BE39C2.html



The link to the overall guide is http://www.brocade.com/downloads/documents/html_product_manuals/FI_08010_L2/index.html.



I hope this helps you.
?
2014-01-16 19:10:18 UTC
how do you have it trunked? Does the trunk have the vlan?
?
2014-01-16 19:42:31 UTC
I was taught to use trunked connections between my switches using VLANs and their connected routers. Otherwise, only the devices in the default VLAN, VLAN1, will be allowed to cross back-and-forth.



Here's a snippet from a Cisco 2950 switch:

--------------------------------------------------------

!

interface FastEthernet0/1

switchport access vlan 20

!

interface FastEthernet0/2

switchport access vlan 20

!

interface FastEthernet0/3

switchport access vlan 20

!

interface FastEthernet0/4

switchport access vlan 20

!

interface FastEthernet0/5

switchport access vlan 20

!

interface FastEthernet0/6

!

interface FastEthernet0/7

!

interface FastEthernet0/8

!

interface FastEthernet0/9

!

interface FastEthernet0/10

!

interface FastEthernet0/11

!

interface FastEthernet0/12

!

interface FastEthernet0/13

!

interface FastEthernet0/14

!

interface FastEthernet0/15

!

interface FastEthernet0/16

!

interface FastEthernet0/17

!

interface FastEthernet0/18

!

interface FastEthernet0/19

!

interface FastEthernet0/20

!

interface FastEthernet0/21

!

interface FastEthernet0/22

!

interface FastEthernet0/23

!

interface FastEthernet0/24

!

interface GigabitEthernet1/1

switchport trunk allowed vlan 1,20

switchport mode trunk

!

interface GigabitEthernet1/2

!

interface Vlan1

no ip address

shutdown

!

interface Vlan20

description VLAN-20

ip address 192.168.20.2 255.255.255.0

!



HTH
?
2014-01-16 16:49:11 UTC
Well you have to address that if you have only assigned the VLANs to one port you need to either Bind them all together so it uses all ports and splits them to VLANs sepretely or do it manually by Assigning IP address to each device after connecting them then see if anything shows up on the interface if it shows nothing then possible faulty ports. Im not essentially sure myself. I have about 7 servers running off 3 Lan Ports on a switch but i never had to create VLANs i just left it to the router to configure the rest.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...