cancel
Showing results for 
Search instead for 
Did you mean: 

Clients cannot access network

Clients cannot access network

jmbmichael
New Contributor
I have a x440 that is accessible via the network fine, from the switch itself I can ping the rest of the network fine, but clients on this switch are getting the correct ip settings via dhcp but cannot ping anything else on the network besides this switch.
4 REPLIES 4

jeronimo
Contributor III
What IP range are the clients using? What VLAN are they in? Which port is the uplink? Which resource are they unable to reach?

jmbmichael
New Contributor
configure vlan default delete ports all
configure vr VR-Default delete ports 1:1-28
configure vr VR-Default add ports 1:1-28
configure vlan default delete ports 1:1-28
create vlan "VLAN101"
configure vlan VLAN101 tag 101
create vlan "VLAN102"
configure vlan VLAN102 tag 102
create vlan "VLAN103"
configure vlan VLAN103 tag 103
create vlan "VLAN104"
configure vlan VLAN104 tag 104
create vlan "VLAN110"
configure vlan VLAN110 tag 110
create vlan "VLAN130"
configure vlan VLAN130 tag 130
create vlan "VLAN131"
configure vlan VLAN131 tag 131
create vlan "VLAN201"
configure vlan VLAN201 tag 201
create vlan "VLAN800"
configure vlan VLAN800 tag 800
create vlan "VLAN998"
configure vlan VLAN998 tag 998
create vlan "VLAN999"
configure vlan VLAN999 tag 999

jmbmichael
New Contributor
Default 1 ------------------------------------------------ ANY 0 /0 VR-Default
Mgmt 4095 ------------------------------------------------ ANY 0 /1 VR-Mgmt
VLAN101 101 172.19.0.42 /23 ---------------------------- ANY 3 /13 VR-Default
VLAN102 102 ------------------------------------------------ ANY 0 /0 VR-Default
VLAN103 103 ------------------------------------------------ ANY 0 /0 VR-Default
VLAN104 104 ------------------------------------------------ ANY 0 /0 VR-Default
VLAN110 110 ------------------------------------------------ ANY 15 /28 VR-Default
VLAN130 130 ------------------------------------------------ ANY 15 /28 VR-Default
VLAN131 131 ------------------------------------------------ ANY 15 /28 VR-Default
VLAN201 201 ------------------------------------------------ ANY 13 /16 VR-Default
VLAN800 800 ------------------------------------------------ ANY 15 /28 VR-Default
VLAN998 998 ------------------------------------------------ ANY 15 /28 VR-Default
VLAN999 999 ------------------------------------------------ ANY 15 /28 VR-Default


configure vlan VLAN101 add ports 1:25-28 tagged
configure vlan VLAN101 add ports 1:16-24 untagged
configure vlan VLAN110 add ports 1:1-28 tagged
configure vlan VLAN130 add ports 1:1-28 tagged
configure vlan VLAN131 add ports 1:1-28 tagged
configure vlan VLAN201 add ports 1:26 tagged
configure vlan VLAN201 add ports 1:1-15 untagged
configure vlan VLAN800 add ports 1:1-28 tagged
configure vlan VLAN998 add ports 1:1-28 tagged
configure vlan VLAN999 add ports 1:1-28 tagged
configure vlan VLAN101 ipaddress 172.19.0.42 255.255.254.0

jeronimo
Contributor III
Show us the VLAN config and the port <-> VLAN assignments.
GTM-P2G8KFN