Switches, Hubs, and Modems
1753872 Members
7263 Online
108809 Solutions
New Discussion юеВ

Re: 5308xl Vlan Issue

 
SOLVED
Go to solution
Ed Valenzuela
Occasional Advisor

Re: 5308xl Vlan Issue

I am not fully understanding how to configure this. IP routing is enabled and when I try to change the default gateway i get a message that IP routing needs to be disabled first.
Ed Valenzuela
Occasional Advisor

Re: 5308xl Vlan Issue

Am I going to go into config and to each vlan menu and type ip address 10.2.0.1/xx? And if so that does the xx denote?
cenk sasmaztin
Honored Contributor

Re: 5308xl Vlan Issue

default gateway configuration for client (vlan member pc or server )

dhcp server ip address config
ip address 10.2.0.101
subnet mask 255.255.255.0
default gateway address 10.2.0.1*********


vlan 3 member pc ip address config
ip address 10.3.0.10
subnet mask 255.255.255.0
default gateway 10.3.0.1*********

**ip routing enable on switch no need default gatewayon switch
cenk

Gerhard Roets
Esteemed Contributor

Re: 5308xl Vlan Issue

Hi Ed

With ip routing enabled the command ip default-gateway does not work to add a default route you type

ip route 0.0.0.0/0 ipofdevicethatgoestothrestoftheworld(nexthop)

now the /0 means there is 0 bits in the subnet mask aka 0.0.0.0

if it is /8 it is 255.0.0.0
if it is /16 it is 255.255.0.0
if it is /24 it is 255.255.255.0
if it is /25 it is 255.255.255.128

I think you can deduce from that how the bitmask notation works :)

cenk sasmaztin
Honored Contributor

Re: 5308xl Vlan Issue

default gateway configuration for client (vlan member pc or server )

**ip routing enable on switch no need default gateway on switch
*********************************************
default gateway configuration for client (vlan member pc or server )

**ip routing enable on switch no need default gateway on switch
*********************************************
default gateway configuration for client (vlan member pc or server )

**ip routing enable on switch no need default gateway on switch
********************************************
default gateway configuration for client (vlan member pc or server )

**ip routing enable on switch no need default gateway on switch
********************************************
default gateway configuration for client (vlan member pc or server )

**ip routing enable on switch no need default gateway on switch
*******************************************
cenk